Test image load/store with packed formats
authorToni Merilehti <toni.merilehti@siru.fi>
Wed, 5 Jun 2019 13:05:10 +0000 (16:05 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 4 Jul 2019 09:18:05 +0000 (05:18 -0400)
This CL adds image load/store tests for the packed formats
requiring the StorageImageExtendedFormats SPIR-V capability.
The thresholds in the result verification are now based
on the channel class and bit depths of the components.

The shader generation is modified to store also negative
values on signed formats.

New tests:

dEQP-VK.image.store.*pack32*
dEQP-VK.image.load_store.*pack32*
dEQP-VK.image.format_reinterpret.*pack32*

Affects:

dEQP-VK.image.store.*
dEQP-VK.image.load_store.*
dEQP-VK.image.format_reinterpret.*
dEQP-VK.image.qualifiers.restrict.*

Components: Framework, Vulkan

VK-GL-CTS issue: 1814

Change-Id: Ia2d061dbfd9c19ade8057398dd78692b5a28c029

android/cts/master/vk-master.txt
external/vulkancts/framework/vulkan/vkImageUtil.cpp
external/vulkancts/framework/vulkan/vkImageUtil.hpp
external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.cpp
external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.hpp
external/vulkancts/modules/vulkan/image/vktImageTestsUtil.cpp
external/vulkancts/mustpass/master/vk-default-no-waivers.txt
external/vulkancts/mustpass/master/vk-default.txt

index b751989..3f520e4 100644 (file)
@@ -348733,9 +348733,11 @@ dEQP-VK.image.store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.1d.r32_sint
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d.r16_sfloat
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_uint
 dEQP-VK.image.store.with_format.1d.r16g16_uint
 dEQP-VK.image.store.with_format.1d.r16_uint
@@ -348746,6 +348748,7 @@ dEQP-VK.image.store.with_format.1d.r16g16_sint
 dEQP-VK.image.store.with_format.1d.r16_sint
 dEQP-VK.image.store.with_format.1d.r8g8_sint
 dEQP-VK.image.store.with_format.1d.r8_sint
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.1d.r16g16_unorm
@@ -348782,12 +348785,16 @@ dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_uint
@@ -348808,6 +348815,8 @@ dEQP-VK.image.store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8_sint
 dEQP-VK.image.store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_snorm
@@ -348841,9 +348850,11 @@ dEQP-VK.image.store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.2d.r32_sint
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d.r16_sfloat
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_uint
 dEQP-VK.image.store.with_format.2d.r16g16_uint
 dEQP-VK.image.store.with_format.2d.r16_uint
@@ -348854,6 +348865,7 @@ dEQP-VK.image.store.with_format.2d.r16g16_sint
 dEQP-VK.image.store.with_format.2d.r16_sint
 dEQP-VK.image.store.with_format.2d.r8g8_sint
 dEQP-VK.image.store.with_format.2d.r8_sint
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.2d.r16g16_unorm
@@ -348890,12 +348902,16 @@ dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_uint
@@ -348916,6 +348932,8 @@ dEQP-VK.image.store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8_sint
 dEQP-VK.image.store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_snorm
@@ -348949,9 +348967,11 @@ dEQP-VK.image.store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.3d.r32_sint
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.store.with_format.3d.r16_sfloat
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_uint
 dEQP-VK.image.store.with_format.3d.r16g16_uint
 dEQP-VK.image.store.with_format.3d.r16_uint
@@ -348962,6 +348982,7 @@ dEQP-VK.image.store.with_format.3d.r16g16_sint
 dEQP-VK.image.store.with_format.3d.r16_sint
 dEQP-VK.image.store.with_format.3d.r8g8_sint
 dEQP-VK.image.store.with_format.3d.r8_sint
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.3d.r16g16_unorm
@@ -348998,12 +349019,16 @@ dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16_sfloat
 dEQP-VK.image.store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_uint
 dEQP-VK.image.store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_uint
@@ -349024,6 +349049,8 @@ dEQP-VK.image.store.with_format.cube.r8g8_sint
 dEQP-VK.image.store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube.r8_sint
 dEQP-VK.image.store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_snorm
@@ -349070,12 +349097,16 @@ dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_uint
@@ -349096,6 +349127,8 @@ dEQP-VK.image.store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8_sint
 dEQP-VK.image.store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_snorm
@@ -349129,9 +349162,11 @@ dEQP-VK.image.store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.buffer.r32_sint
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.with_format.buffer.r16_sfloat
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_uint
 dEQP-VK.image.store.with_format.buffer.r16g16_uint
 dEQP-VK.image.store.with_format.buffer.r16_uint
@@ -349142,6 +349177,7 @@ dEQP-VK.image.store.with_format.buffer.r16g16_sint
 dEQP-VK.image.store.with_format.buffer.r16_sint
 dEQP-VK.image.store.with_format.buffer.r8g8_sint
 dEQP-VK.image.store.with_format.buffer.r8_sint
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.buffer.r16g16_unorm
@@ -349165,9 +349201,11 @@ dEQP-VK.image.store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d.r32_sint
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d.r16_sfloat
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_uint
 dEQP-VK.image.store.without_format.1d.r16g16_uint
 dEQP-VK.image.store.without_format.1d.r16_uint
@@ -349178,6 +349216,7 @@ dEQP-VK.image.store.without_format.1d.r16g16_sint
 dEQP-VK.image.store.without_format.1d.r16_sint
 dEQP-VK.image.store.without_format.1d.r8g8_sint
 dEQP-VK.image.store.without_format.1d.r8_sint
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d.r16g16_unorm
@@ -349201,9 +349240,11 @@ dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d_array.r32_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.store.without_format.1d_array.r16_uint
@@ -349214,6 +349255,7 @@ dEQP-VK.image.store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.store.without_format.1d_array.r16_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.store.without_format.1d_array.r8_sint
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d_array.r16g16_unorm
@@ -349237,9 +349279,11 @@ dEQP-VK.image.store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d.r32_sint
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d.r16_sfloat
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_uint
 dEQP-VK.image.store.without_format.2d.r16g16_uint
 dEQP-VK.image.store.without_format.2d.r16_uint
@@ -349250,6 +349294,7 @@ dEQP-VK.image.store.without_format.2d.r16g16_sint
 dEQP-VK.image.store.without_format.2d.r16_sint
 dEQP-VK.image.store.without_format.2d.r8g8_sint
 dEQP-VK.image.store.without_format.2d.r8_sint
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d.r16g16_unorm
@@ -349273,9 +349318,11 @@ dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d_array.r32_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.store.without_format.2d_array.r16_uint
@@ -349286,6 +349333,7 @@ dEQP-VK.image.store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.store.without_format.2d_array.r16_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.store.without_format.2d_array.r8_sint
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d_array.r16g16_unorm
@@ -349309,9 +349357,11 @@ dEQP-VK.image.store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.3d.r32_sint
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.store.without_format.3d.r16_sfloat
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_uint
 dEQP-VK.image.store.without_format.3d.r16g16_uint
 dEQP-VK.image.store.without_format.3d.r16_uint
@@ -349322,6 +349372,7 @@ dEQP-VK.image.store.without_format.3d.r16g16_sint
 dEQP-VK.image.store.without_format.3d.r16_sint
 dEQP-VK.image.store.without_format.3d.r8g8_sint
 dEQP-VK.image.store.without_format.3d.r8_sint
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.3d.r16g16_unorm
@@ -349345,9 +349396,11 @@ dEQP-VK.image.store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube.r32_sint
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube.r16_sfloat
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_uint
 dEQP-VK.image.store.without_format.cube.r16g16_uint
 dEQP-VK.image.store.without_format.cube.r16_uint
@@ -349358,6 +349411,7 @@ dEQP-VK.image.store.without_format.cube.r16g16_sint
 dEQP-VK.image.store.without_format.cube.r16_sint
 dEQP-VK.image.store.without_format.cube.r8g8_sint
 dEQP-VK.image.store.without_format.cube.r8_sint
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube.r16g16_unorm
@@ -349381,9 +349435,11 @@ dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube_array.r32_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.store.without_format.cube_array.r16_uint
@@ -349394,6 +349450,7 @@ dEQP-VK.image.store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.store.without_format.cube_array.r16_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.store.without_format.cube_array.r8_sint
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube_array.r16g16_unorm
@@ -349417,9 +349474,11 @@ dEQP-VK.image.store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.buffer.r32_sint
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.without_format.buffer.r16_sfloat
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_uint
 dEQP-VK.image.store.without_format.buffer.r16g16_uint
 dEQP-VK.image.store.without_format.buffer.r16_uint
@@ -349430,6 +349489,7 @@ dEQP-VK.image.store.without_format.buffer.r16g16_sint
 dEQP-VK.image.store.without_format.buffer.r16_sint
 dEQP-VK.image.store.without_format.buffer.r8g8_sint
 dEQP-VK.image.store.without_format.buffer.r8_sint
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.buffer.r16g16_unorm
@@ -349453,9 +349513,11 @@ dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.1d.r32_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16_sfloat
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d.r16g16_uint
 dEQP-VK.image.load_store.with_format.1d.r16_uint
@@ -349466,6 +349528,7 @@ dEQP-VK.image.load_store.with_format.1d.r16g16_sint
 dEQP-VK.image.load_store.with_format.1d.r16_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d.r8_sint
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.1d.r16g16_unorm
@@ -349502,12 +349565,16 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_uint
@@ -349528,6 +349595,8 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_snorm
@@ -349561,9 +349630,11 @@ dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.2d.r32_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16_sfloat
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d.r16g16_uint
 dEQP-VK.image.load_store.with_format.2d.r16_uint
@@ -349574,6 +349645,7 @@ dEQP-VK.image.load_store.with_format.2d.r16g16_sint
 dEQP-VK.image.load_store.with_format.2d.r16_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d.r8_sint
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.2d.r16g16_unorm
@@ -349610,12 +349682,16 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_uint
@@ -349636,6 +349712,8 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_snorm
@@ -349669,9 +349747,11 @@ dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.3d.r32_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16_sfloat
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_uint
 dEQP-VK.image.load_store.with_format.3d.r16g16_uint
 dEQP-VK.image.load_store.with_format.3d.r16_uint
@@ -349682,6 +349762,7 @@ dEQP-VK.image.load_store.with_format.3d.r16g16_sint
 dEQP-VK.image.load_store.with_format.3d.r16_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8_sint
 dEQP-VK.image.load_store.with_format.3d.r8_sint
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.3d.r16g16_unorm
@@ -349718,12 +349799,16 @@ dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_uint
@@ -349744,6 +349829,8 @@ dEQP-VK.image.load_store.with_format.cube.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8_sint
 dEQP-VK.image.load_store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_snorm
@@ -349790,12 +349877,16 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_uint
@@ -349816,6 +349907,8 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_snorm
@@ -349849,9 +349942,11 @@ dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.buffer.r32_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.with_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.with_format.buffer.r16_uint
@@ -349862,6 +349957,7 @@ dEQP-VK.image.load_store.with_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.with_format.buffer.r16_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.with_format.buffer.r8_sint
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16_unorm
@@ -349885,9 +349981,11 @@ dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d.r32_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d.r16_uint
@@ -349898,6 +349996,7 @@ dEQP-VK.image.load_store.without_format.1d.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d.r16_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d.r8_sint
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d.r16g16_unorm
@@ -349921,9 +350020,11 @@ dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r32_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16_uint
@@ -349934,6 +350035,7 @@ dEQP-VK.image.load_store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8_sint
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_unorm
@@ -349957,9 +350059,11 @@ dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d.r32_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d.r16_uint
@@ -349970,6 +350074,7 @@ dEQP-VK.image.load_store.without_format.2d.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d.r16_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d.r8_sint
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d.r16g16_unorm
@@ -349993,9 +350098,11 @@ dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r32_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16_uint
@@ -350006,6 +350113,7 @@ dEQP-VK.image.load_store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8_sint
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_unorm
@@ -350029,9 +350137,11 @@ dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.3d.r32_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16_sfloat
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_uint
 dEQP-VK.image.load_store.without_format.3d.r16g16_uint
 dEQP-VK.image.load_store.without_format.3d.r16_uint
@@ -350042,6 +350152,7 @@ dEQP-VK.image.load_store.without_format.3d.r16g16_sint
 dEQP-VK.image.load_store.without_format.3d.r16_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8_sint
 dEQP-VK.image.load_store.without_format.3d.r8_sint
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.3d.r16g16_unorm
@@ -350065,9 +350176,11 @@ dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube.r32_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube.r16_uint
@@ -350078,6 +350191,7 @@ dEQP-VK.image.load_store.without_format.cube.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube.r16_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube.r8_sint
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube.r16g16_unorm
@@ -350101,9 +350215,11 @@ dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r32_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16_uint
@@ -350114,6 +350230,7 @@ dEQP-VK.image.load_store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8_sint
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_unorm
@@ -350137,9 +350254,11 @@ dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.buffer.r32_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.without_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.without_format.buffer.r16_uint
@@ -350150,6 +350269,7 @@ dEQP-VK.image.load_store.without_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.without_format.buffer.r16_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.without_format.buffer.r8_sint
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16_unorm
@@ -361161,9 +361281,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361181,9 +361304,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sfloat
@@ -361192,9 +361318,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361212,9 +361341,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_sfloat
@@ -361223,9 +361355,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sfloat
@@ -361234,9 +361369,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sfloat
@@ -361245,11 +361383,28 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sint
@@ -361264,8 +361419,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_uint
@@ -361276,6 +361434,20 @@ dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sint
@@ -361290,8 +361462,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_uint_r16_sfloat
@@ -361327,8 +361502,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sint_r16_sfloat
@@ -361350,6 +361528,20 @@ dEQP-VK.image.format_reinterpret.1d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361371,9 +361563,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_uint
@@ -361401,9 +361596,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_uint
@@ -361439,9 +361637,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361459,9 +361660,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sfloat
@@ -361470,9 +361674,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361490,9 +361697,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_sfloat
@@ -361501,9 +361711,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sfloat
@@ -361512,9 +361725,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sfloat
@@ -361523,11 +361739,28 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -361542,8 +361775,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_uint
@@ -361554,6 +361790,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sint
@@ -361568,8 +361818,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_uint_r16_sfloat
@@ -361605,8 +361858,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sint_r16_sfloat
@@ -361628,6 +361884,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361649,9 +361919,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_uint
@@ -361679,9 +361952,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_uint
@@ -361717,9 +361993,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361737,9 +362016,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sfloat
@@ -361748,9 +362030,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361768,9 +362053,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_sfloat
@@ -361779,9 +362067,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sfloat
@@ -361790,9 +362081,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sfloat
@@ -361801,11 +362095,28 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sint
@@ -361820,8 +362131,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_uint
@@ -361832,6 +362146,20 @@ dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sint
@@ -361846,8 +362174,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_uint_r16_sfloat
@@ -361883,8 +362214,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sint_r16_sfloat
@@ -361906,6 +362240,20 @@ dEQP-VK.image.format_reinterpret.2d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361927,9 +362275,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_uint
@@ -361957,9 +362308,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_uint
@@ -361995,9 +362349,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362015,9 +362372,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sfloat
@@ -362026,9 +362386,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362046,9 +362409,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_sfloat
@@ -362057,9 +362423,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sfloat
@@ -362068,9 +362437,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sfloat
@@ -362079,11 +362451,28 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -362098,8 +362487,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_uint
@@ -362110,6 +362502,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sint
@@ -362124,8 +362530,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_uint_r16_sfloat
@@ -362161,8 +362570,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sint_r16_sfloat
@@ -362184,6 +362596,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362205,9 +362631,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_uint
@@ -362235,9 +362664,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_uint
@@ -362273,9 +362705,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362293,9 +362728,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sfloat
@@ -362304,9 +362742,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362324,9 +362765,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_sfloat
@@ -362335,9 +362779,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sfloat
@@ -362346,9 +362793,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sfloat
@@ -362357,11 +362807,28 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sint
@@ -362376,8 +362843,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_uint
@@ -362388,6 +362858,20 @@ dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sint
@@ -362402,8 +362886,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_uint_r16_sfloat
@@ -362439,8 +362926,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sint_r16_sfloat
@@ -362462,6 +362952,20 @@ dEQP-VK.image.format_reinterpret.3d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362483,9 +362987,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_uint
@@ -362513,9 +363020,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_uint
@@ -362551,9 +363061,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362571,9 +363084,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sfloat
@@ -362582,9 +363098,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362602,9 +363121,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_sfloat
@@ -362613,9 +363135,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sfloat
@@ -362624,9 +363149,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sfloat
@@ -362635,11 +363163,28 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sint
@@ -362654,8 +363199,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_uint
@@ -362666,6 +363214,20 @@ dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sint
@@ -362680,8 +363242,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_uint_r16_sfloat
@@ -362717,8 +363282,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sint_r16_sfloat
@@ -362740,6 +363308,20 @@ dEQP-VK.image.format_reinterpret.cube.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362761,9 +363343,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_uint
@@ -362791,9 +363376,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_uint
@@ -362829,9 +363417,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362849,9 +363440,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sfloat
@@ -362860,9 +363454,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362880,9 +363477,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_sfloat
@@ -362891,9 +363491,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sfloat
@@ -362902,9 +363505,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sfloat
@@ -362913,11 +363519,28 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sint
@@ -362932,8 +363555,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_uint
@@ -362944,6 +363570,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sint
@@ -362958,8 +363598,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_uint_r16_sfloat
@@ -362995,8 +363638,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sint_r16_sfloat
@@ -363018,6 +363664,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363039,9 +363699,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_uint
@@ -363069,9 +363732,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_uint
@@ -363107,9 +363773,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -363127,9 +363796,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sfloat
@@ -363138,9 +363810,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -363158,9 +363833,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_sfloat
@@ -363169,9 +363847,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sfloat
@@ -363180,9 +363861,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sfloat
@@ -363191,11 +363875,28 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sint
@@ -363210,8 +363911,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_uint
@@ -363222,6 +363926,20 @@ dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sint
@@ -363236,8 +363954,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_uint_r16_sfloat
@@ -363273,8 +363994,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sint_r16_sfloat
@@ -363296,6 +364020,20 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363317,9 +364055,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_uint
@@ -363347,9 +364088,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_uint
index af400ff..68f2cbe 100644 (file)
@@ -88,6 +88,49 @@ bool isSrgbFormat (VkFormat format)
        }
 }
 
+bool isUfloatFormat (VkFormat format)
+{
+       DE_STATIC_ASSERT(VK_CORE_FORMAT_LAST == 185);
+
+       switch (format)
+       {
+               case VK_FORMAT_B10G11R11_UFLOAT_PACK32:
+               case VK_FORMAT_E5B9G9R9_UFLOAT_PACK32:
+               case VK_FORMAT_BC6H_UFLOAT_BLOCK:
+                       return true;
+
+               default:
+                       return false;
+       }
+}
+
+bool isSfloatFormat (VkFormat format)
+{
+       DE_STATIC_ASSERT(VK_CORE_FORMAT_LAST == 185);
+
+       switch (format)
+       {
+               case VK_FORMAT_R16_SFLOAT:
+               case VK_FORMAT_R16G16_SFLOAT:
+               case VK_FORMAT_R16G16B16_SFLOAT:
+               case VK_FORMAT_R16G16B16A16_SFLOAT:
+               case VK_FORMAT_R32_SFLOAT:
+               case VK_FORMAT_R32G32_SFLOAT:
+               case VK_FORMAT_R32G32B32_SFLOAT:
+               case VK_FORMAT_R32G32B32A32_SFLOAT:
+               case VK_FORMAT_R64_SFLOAT:
+               case VK_FORMAT_R64G64_SFLOAT:
+               case VK_FORMAT_R64G64B64_SFLOAT:
+               case VK_FORMAT_R64G64B64A64_SFLOAT:
+               case VK_FORMAT_D32_SFLOAT:
+               case VK_FORMAT_BC6H_SFLOAT_BLOCK:
+                       return true;
+
+               default:
+                       return false;
+       }
+}
+
 bool isCompressedFormat (VkFormat format)
 {
        // update this mapping if VkFormat changes
index 3228d28..8b1222d 100644 (file)
@@ -35,6 +35,8 @@ namespace vk
 {
 
 bool                                           isFloatFormat                           (VkFormat format);
+bool                                           isUfloatFormat                          (VkFormat format);
+bool                                           isSfloatFormat                          (VkFormat format);
 bool                                           isUnormFormat                           (VkFormat format);
 bool                                           isSnormFormat                           (VkFormat format);
 bool                                           isIntFormat                                     (VkFormat format);
index 9c652da..9f8b99e 100644 (file)
@@ -41,6 +41,7 @@
 #include "vkCmdUtil.hpp"
 #include "vkObjUtil.hpp"
 
+#include "deMath.h"
 #include "deUniquePtr.hpp"
 #include "deSharedPtr.hpp"
 #include "deStringUtil.hpp"
@@ -103,7 +104,6 @@ bool comparePixelBuffers (tcu::TestLog&                                             log,
        DE_ASSERT(reference.getFormat() == result.getFormat());
        DE_ASSERT(reference.getSize() == result.getSize());
 
-       const bool intFormat = isIntegerFormat(format);
        const bool is3d = (texture.type() == IMAGE_TYPE_3D);
        const int numLayersOrSlices = (is3d ? texture.size().z() : texture.numLayers());
        const int numCubeFaces = 6;
@@ -120,14 +120,51 @@ bool comparePixelBuffers (tcu::TestLog&                                           log,
                const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(texture, result, layerNdx);
 
                bool ok = false;
-               if (intFormat)
-                       ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
-               else
-                       ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
+
+               switch (tcu::getTextureChannelClass(mapVkFormat(format).type))
+               {
+                       case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
+                       case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
+                       {
+                               ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
+                               break;
+                       }
+
+                       case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT:
+                       {
+                               // Allow error of minimum representable difference
+                               const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<deUint32>()) - 1u).cast<float>());
+
+                               ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT);
+                               break;
+                       }
+
+                       case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT:
+                       {
+                               // Allow error of minimum representable difference
+                               const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << (tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<deUint32>() - 1u)) - 1u).cast<float>());
+
+                               ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT);
+                               break;
+                       }
+
+                       case tcu::TEXTURECHANNELCLASS_FLOATING_POINT:
+                       {
+                               // Convert target format ulps to float ulps and allow 1 ulp difference
+                               const tcu::UVec4 threshold (tcu::UVec4(1u) << (tcu::UVec4(23) - tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<deUint32>()));
+
+                               ok = tcu::floatUlpThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT);
+                               break;
+                       }
+
+                       default:
+                               DE_FATAL("Unknown channel class");
+               }
 
                if (ok)
                        ++passedLayers;
        }
+
        return passedLayers == numLayersOrSlices;
 }
 
@@ -198,6 +235,7 @@ tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkF
        const float storeColorBias = computeStoreColorBias(imageFormat);
 
        const bool intFormat = isIntegerFormat(imageFormat);
+       const bool storeNegativeValues = isSignedFormat(imageFormat) && (storeColorBias == 0);
        const int xMax = imageSize.x() - 1;
        const int yMax = imageSize.y() - 1;
 
@@ -205,7 +243,10 @@ tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkF
        for (int y = 0; y < imageSize.y(); ++y)
        for (int x = 0; x < imageSize.x(); ++x)
        {
-               const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
+               tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
+
+               if (storeNegativeValues)
+                       color -= tcu::IVec4(deRoundFloatToInt32((float)de::max(xMax, yMax) / 2.0f));
 
                if (intFormat)
                        access.setPixel(color, x, y, z);
@@ -325,8 +366,8 @@ public:
                                                                                                 const VkFormat         format,
                                                                                                 const deUint32         flags = FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER);
 
-       void                                    initPrograms            (SourceCollections& programCollection) const;
-
+       virtual void                    checkSupport            (Context&                       context) const;
+       void                                    initPrograms            (SourceCollections&     programCollection) const;
        TestInstance*                   createInstance          (Context&                       context) const;
 
 private:
@@ -352,23 +393,90 @@ StoreTest::StoreTest (tcu::TestContext&           testCtx,
                DE_ASSERT(m_texture.numLayers() > 1);
 }
 
+void StoreTest::checkSupport (Context& context) const
+{
+       const VkPhysicalDeviceFeatures  features                        (context.getDeviceFeatures());
+       const vk::VkFormatProperties    formatProperties        (vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(),
+                                                                                                                                                                                          context.getPhysicalDevice(),
+                                                                                                                                                                                          m_format));
+
+       if (!m_declareImageFormatInShader && !features.shaderStorageImageWriteWithoutFormat)
+               TCU_THROW(NotSupportedError, "shaderStorageImageWriteWithoutFormat feature not supported");
+
+       if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray)
+               TCU_THROW(NotSupportedError, "imageCubeArray feature not supported");
+
+       if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
+               TCU_THROW(NotSupportedError, "Format not supported for storage images");
+
+       if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT))
+               TCU_THROW(NotSupportedError, "Format not supported for storage texel buffers");
+}
+
 void StoreTest::initPrograms (SourceCollections& programCollection) const
 {
        const float storeColorScale = computeStoreColorScale(m_format, m_texture.size());
        const float storeColorBias = computeStoreColorBias(m_format);
        DE_ASSERT(colorScaleAndBiasAreValid(m_format, storeColorScale, storeColorBias));
 
-       const std::string xMax = de::toString(m_texture.size().x() - 1);
-       const std::string yMax = de::toString(m_texture.size().y() - 1);
+       const deUint32 xMax = m_texture.size().x() - 1;
+       const deUint32 yMax = m_texture.size().y() - 1;
        const std::string signednessPrefix = isUintFormat(m_format) ? "u" : isIntFormat(m_format) ? "i" : "";
-       const std::string colorBaseExpr = signednessPrefix + "vec4("
+       const bool storeNegativeValues = isSignedFormat(m_format) && (storeColorBias == 0);
+       bool useClamp = false;
+       std::string colorBaseExpr = signednessPrefix + "vec4("
                + "gx^gy^gz, "
-               + "(" + xMax + "-gx)^gy^gz, "
-               + "gx^(" + yMax + "-gy)^gz, "
-               + "(" + xMax + "-gx)^(" + yMax + "-gy)^gz)";
+               + "(" + de::toString(xMax) + "-gx)^gy^gz, "
+               + "gx^(" + de::toString(yMax) + "-gy)^gz, "
+               + "(" + de::toString(xMax) + "-gx)^(" + de::toString(yMax) + "-gy)^gz)";
 
-       const std::string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + de::toString(storeColorScale))
-                                                                 + (storeColorBias == 0.0f ? "" : " + float(" + de::toString(storeColorBias) + ")");
+       // Large integer values may not be represented with formats with low bit depths
+       if (isIntegerFormat(m_format))
+       {
+               const deInt64 minStoreValue = storeNegativeValues ? 0 - deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : 0;
+               const deInt64 maxStoreValue = storeNegativeValues ? deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : de::max(xMax, yMax);
+
+               useClamp = !isRepresentableIntegerValue(tcu::Vector<deInt64, 4>(minStoreValue), mapVkFormat(m_format)) ||
+                                  !isRepresentableIntegerValue(tcu::Vector<deInt64, 4>(maxStoreValue), mapVkFormat(m_format));
+       }
+
+       // Clamp if integer value cannot be represented with the current format
+       if (useClamp)
+       {
+               const tcu::IVec4 bitDepths = tcu::getTextureFormatBitDepth(mapVkFormat(m_format));
+               tcu::IVec4 minRepresentableValue;
+               tcu::IVec4 maxRepresentableValue;
+
+               switch (tcu::getTextureChannelClass(mapVkFormat(m_format).type))
+               {
+                       case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
+                       {
+                               minRepresentableValue = tcu::IVec4(0);
+                               maxRepresentableValue = (tcu::IVec4(1) << bitDepths) - tcu::IVec4(1);
+                               break;
+                       }
+
+                       case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
+                       {
+                               minRepresentableValue = -(tcu::IVec4(1) << bitDepths - tcu::IVec4(1));
+                               maxRepresentableValue = (tcu::IVec4(1) << (bitDepths - tcu::IVec4(1))) - tcu::IVec4(1);
+                               break;
+                       }
+
+                       default:
+                               DE_ASSERT(isIntegerFormat(m_format));
+               }
+
+               colorBaseExpr = "clamp(" + colorBaseExpr + ", "
+                                               + signednessPrefix + "vec4" + de::toString(minRepresentableValue) + ", "
+                                               + signednessPrefix + "vec4" + de::toString(maxRepresentableValue) + ")";
+       }
+
+       std::string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + de::toString(storeColorScale))
+                                                       + (storeColorBias == 0.0f ? "" : " + float(" + de::toString(storeColorBias) + ")");
+
+       if (storeNegativeValues)
+               colorExpr += "-" + de::toString(deRoundFloatToInt32((float)deMax32(xMax, yMax) / 2.0f));
 
        const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension());
        const std::string texelCoordStr = (dimension == 1 ? "gx" : dimension == 2 ? "ivec2(gx, gy)" : dimension == 3 ? "ivec3(gx, gy, gz)" : "");
@@ -431,7 +539,6 @@ protected:
        virtual void                                    commandBindDescriptorsForLayer                  (const VkCommandBuffer  cmdBuffer,
                                                                                                                                                         const VkPipelineLayout pipelineLayout,
                                                                                                                                                         const int                              layerNdx) = 0;
-       virtual void                                    checkRequirements                                               (void) {};
 
        const Texture                                   m_texture;
        const VkFormat                                  m_format;
@@ -450,8 +557,6 @@ BaseTestInstance::BaseTestInstance (Context& context, const Texture& texture, co
 
 tcu::TestStatus BaseTestInstance::iterate (void)
 {
-       checkRequirements();
-
        const DeviceInterface&                  vk                                      = m_context.getDeviceInterface();
        const VkDevice                                  device                          = m_context.getDevice();
        const VkQueue                                   queue                           = m_context.getUniversalQueue();
@@ -509,7 +614,6 @@ protected:
        void                                                    commandBeforeCompute                                    (const VkCommandBuffer) {}
        void                                                    commandBetweenShaderInvocations                 (const VkCommandBuffer) {}
        void                                                    commandAfterCompute                                             (const VkCommandBuffer) {}
-       void                                                    checkRequirements                                               (void);
 
        de::MovePtr<Buffer>                             m_imageBuffer;
        const VkDeviceSize                              m_imageSizeBytes;
@@ -549,26 +653,6 @@ tcu::TestStatus StoreTestInstance::verifyResult    (void)
                return tcu::TestStatus::fail("Image comparison failed");
 }
 
-void StoreTestInstance::checkRequirements (void)
-{
-       const VkPhysicalDeviceFeatures  features                        (m_context.getDeviceFeatures());
-       const vk::VkFormatProperties    formatProperties        (vk::getPhysicalDeviceFormatProperties(m_context.getInstanceInterface(),
-                                                                                                                                                                                          m_context.getPhysicalDevice(),
-                                                                                                                                                                                          m_format));
-
-       if (!m_declareImageFormatInShader && !features.shaderStorageImageWriteWithoutFormat)
-               TCU_THROW(NotSupportedError, "shaderStorageImageWriteWithoutFormat feature not supported");
-
-       if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray)
-               TCU_THROW(NotSupportedError, "imageCubeArray feature not supported");
-
-       if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
-               TCU_THROW(NotSupportedError, "Format not supported for storage images");
-
-       if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT))
-               TCU_THROW(NotSupportedError, "Format not supported for storage texel buffers");
-}
-
 //! Store test for images
 class ImageStoreTestInstance : public StoreTestInstance
 {
@@ -815,6 +899,7 @@ public:
                                                                                                         const VkFormat                 imageFormat,
                                                                                                         const deUint32                 flags = FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER);
 
+       virtual void                    checkSupport                    (Context&                               context) const;
        void                                    initPrograms                    (SourceCollections&             programCollection) const;
        TestInstance*                   createInstance                  (Context&                               context) const;
 
@@ -848,6 +933,26 @@ LoadStoreTest::LoadStoreTest (tcu::TestContext&            testCtx,
        DE_ASSERT(formatsAreCompatible(m_format, m_imageFormat));
 }
 
+void LoadStoreTest::checkSupport (Context& context) const
+{
+       const VkPhysicalDeviceFeatures  features                        (context.getDeviceFeatures());
+       const vk::VkFormatProperties    formatProperties        (vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(),
+                                                                                                                                                                                          context.getPhysicalDevice(),
+                                                                                                                                                                                          m_format));
+
+       if (!m_declareImageFormatInShader && !features.shaderStorageImageReadWithoutFormat)
+               TCU_THROW(NotSupportedError, "shaderStorageImageReadWithoutFormat feature not supported");
+
+       if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray)
+               TCU_THROW(NotSupportedError, "imageCubeArray feature not supported");
+
+       if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
+               TCU_THROW(NotSupportedError, "Format not supported for storage images");
+
+       if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT))
+               TCU_THROW(NotSupportedError, "Format not supported for storage texel buffers");
+}
+
 void LoadStoreTest::initPrograms (SourceCollections& programCollection) const
 {
        const int                       dimension                       = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension());
@@ -911,7 +1016,6 @@ protected:
        void                                                    commandBeforeCompute                            (const VkCommandBuffer) {}
        void                                                    commandBetweenShaderInvocations         (const VkCommandBuffer) {}
        void                                                    commandAfterCompute                                     (const VkCommandBuffer) {}
-       void                                                    checkRequirements                                       (void);
 
        de::MovePtr<Buffer>                             m_imageBuffer;          //!< Source data and helper buffer
        const VkDeviceSize                              m_imageSizeBytes;
@@ -967,26 +1071,6 @@ tcu::TestStatus LoadStoreTestInstance::verifyResult       (void)
                return tcu::TestStatus::fail("Image comparison failed");
 }
 
-void LoadStoreTestInstance::checkRequirements (void)
-{
-       const VkPhysicalDeviceFeatures  features                        (m_context.getDeviceFeatures());
-       const vk::VkFormatProperties    formatProperties        (vk::getPhysicalDeviceFormatProperties(m_context.getInstanceInterface(),
-                                                                                                                                                                                          m_context.getPhysicalDevice(),
-                                                                                                                                                                                          m_format));
-
-       if (!m_declareImageFormatInShader && !features.shaderStorageImageReadWithoutFormat)
-               TCU_THROW(NotSupportedError, "shaderStorageImageReadWithoutFormat feature not supported");
-
-       if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray)
-               TCU_THROW(NotSupportedError, "imageCubeArray feature not supported");
-
-       if ((m_texture.type() != IMAGE_TYPE_BUFFER) && !(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
-               TCU_THROW(NotSupportedError, "Format not supported for storage images");
-
-       if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT))
-               TCU_THROW(NotSupportedError, "Format not supported for storage texel buffers");
-}
-
 //! Load/store test for images
 class ImageLoadStoreTestInstance : public LoadStoreTestInstance
 {
@@ -1303,10 +1387,13 @@ static const VkFormat s_formats[] =
        VK_FORMAT_R8G8B8A8_SNORM,
 
        // Requires StorageImageExtendedFormats capability
+       VK_FORMAT_B10G11R11_UFLOAT_PACK32,
+
        VK_FORMAT_R32G32_SFLOAT,
        VK_FORMAT_R16G16_SFLOAT,
        VK_FORMAT_R16_SFLOAT,
 
+       VK_FORMAT_A2B10G10R10_UINT_PACK32,
        VK_FORMAT_R32G32_UINT,
        VK_FORMAT_R16G16_UINT,
        VK_FORMAT_R16_UINT,
@@ -1319,6 +1406,7 @@ static const VkFormat s_formats[] =
        VK_FORMAT_R8G8_SINT,
        VK_FORMAT_R8_SINT,
 
+       VK_FORMAT_A2B10G10R10_UNORM_PACK32,
        VK_FORMAT_R16G16B16A16_UNORM,
        VK_FORMAT_R16G16B16A16_SNORM,
        VK_FORMAT_R16G16_UNORM,
index 69dd601..c5cbd40 100644 (file)
@@ -22,6 +22,8 @@
  * \brief Image load/store utilities
  *//*--------------------------------------------------------------------*/
 
+#include "deMath.h"
+#include "tcuTextureUtil.hpp"
 #include "vktImageLoadStoreUtil.hpp"
 #include "vkQueryUtil.hpp"
 
@@ -144,5 +146,41 @@ bool isStorageImageExtendedFormat (const vk::VkFormat format)
        }
 }
 
+bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format)
+{
+       const tcu::IVec4        formatBitDepths = tcu::getTextureFormatBitDepth(format);
+       const deUint32          numChannels             = getNumUsedChannels(mapTextureFormat(format));
+
+       switch (tcu::getTextureChannelClass(format.type))
+       {
+               case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
+               {
+                       for (deUint32 compNdx = 0; compNdx < numChannels; compNdx++)
+                       {
+                               if (deFloorToInt32(log2((double)value[compNdx]) + 1) > formatBitDepths[compNdx])
+                                       return false;
+                       }
+
+                       break;
+               }
+
+               case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
+               {
+                       for (deUint32 compNdx = 0; compNdx < numChannels; compNdx++)
+                       {
+                               if ((deFloorToInt32(log2((double)deAbs64(value[compNdx])) + 1) + 1) > formatBitDepths[compNdx])
+                                       return false;
+                       }
+
+                       break;
+               }
+
+               default:
+                       DE_ASSERT(isIntegerFormat(mapTextureFormat(format)));
+       }
+
+       return true;
+}
+
 } // image
 } // vkt
index 9b32f9b..6a941e0 100644 (file)
@@ -24,6 +24,7 @@
  *//*--------------------------------------------------------------------*/
 
 #include "tcuDefs.hpp"
+#include "tcuTextureUtil.hpp"
 #include "vkDefs.hpp"
 #include "vkImageUtil.hpp"
 #include "vktImageTestsUtil.hpp"
@@ -55,6 +56,11 @@ inline bool isIntegerFormat (const vk::VkFormat format)
        return isIntFormat(format) || isUintFormat(format);
 }
 
+inline bool isSignedFormat (const vk::VkFormat format)
+{
+       return isIntFormat(format) || isSnormFormat(format) || isSfloatFormat(format);
+}
+
 inline bool colorScaleAndBiasAreValid (const vk::VkFormat format, const float colorScale, const float colorBias)
 {
        // Only normalized (fixed-point) formats may have scale/bias
@@ -67,6 +73,7 @@ ImageType                             getImageTypeForSingleLayer                      (const ImageType imageType);
 vk::VkImageCreateInfo  makeImageCreateInfo                                     (const Texture& texture, const vk::VkFormat format, const vk::VkImageUsageFlags usage, const vk::VkImageCreateFlags flags);
 vk::VkDeviceSize               getOptimalUniformBufferChunkSize        (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, vk::VkDeviceSize minimumRequiredChunkSizeBytes);
 bool                                   isStorageImageExtendedFormat            (const vk::VkFormat format);
+bool                                   isRepresentableIntegerValue                     (const tcu::Vector<deInt64, 4> value, tcu::TextureFormat format);
 
 } // image
 } // vkt
index 10b48e0..76bb14b 100644 (file)
@@ -597,47 +597,63 @@ std::string getShaderImageType (const tcu::TextureFormat& format, const ImageTyp
 
 std::string getShaderImageFormatQualifier (const tcu::TextureFormat& format)
 {
-       const char* orderPart;
-       const char* typePart;
-
-       switch (format.order)
+       if (!isPackedType(mapTextureFormat(format)))
        {
-               case tcu::TextureFormat::R:             orderPart = "r";        break;
-               case tcu::TextureFormat::RG:    orderPart = "rg";       break;
-               case tcu::TextureFormat::RGB:   orderPart = "rgb";      break;
-               case tcu::TextureFormat::RGBA:  orderPart = "rgba";     break;
-               case tcu::TextureFormat::sRGBA: orderPart = "rgba";     break;
+               const char* orderPart;
+               const char* typePart;
 
-               default:
-                       DE_ASSERT(false);
-                       orderPart = DE_NULL;
-       }
+               switch (format.order)
+               {
+                       case tcu::TextureFormat::R:             orderPart = "r";        break;
+                       case tcu::TextureFormat::RG:    orderPart = "rg";       break;
+                       case tcu::TextureFormat::RGB:   orderPart = "rgb";      break;
+                       case tcu::TextureFormat::RGBA:  orderPart = "rgba";     break;
+                       case tcu::TextureFormat::sRGBA: orderPart = "rgba";     break;
 
-       switch (format.type)
-       {
-               case tcu::TextureFormat::FLOAT:                         typePart = "32f";               break;
-               case tcu::TextureFormat::HALF_FLOAT:            typePart = "16f";               break;
+                       default:
+                               DE_FATAL("Order not found");
+                               orderPart = DE_NULL;
+               }
 
-               case tcu::TextureFormat::UNSIGNED_INT32:        typePart = "32ui";              break;
-               case tcu::TextureFormat::UNSIGNED_INT16:        typePart = "16ui";              break;
-               case tcu::TextureFormat::UNSIGNED_INT8:         typePart = "8ui";               break;
+               switch (format.type)
+               {
+                       case tcu::TextureFormat::FLOAT:                         typePart = "32f";               break;
+                       case tcu::TextureFormat::HALF_FLOAT:            typePart = "16f";               break;
 
-               case tcu::TextureFormat::SIGNED_INT32:          typePart = "32i";               break;
-               case tcu::TextureFormat::SIGNED_INT16:          typePart = "16i";               break;
-               case tcu::TextureFormat::SIGNED_INT8:           typePart = "8i";                break;
+                       case tcu::TextureFormat::UNSIGNED_INT32:        typePart = "32ui";              break;
+                       case tcu::TextureFormat::UNSIGNED_INT16:        typePart = "16ui";              break;
+                       case tcu::TextureFormat::UNSIGNED_INT8:         typePart = "8ui";               break;
 
-               case tcu::TextureFormat::UNORM_INT16:           typePart = "16";                break;
-               case tcu::TextureFormat::UNORM_INT8:            typePart = "8";                 break;
+                       case tcu::TextureFormat::SIGNED_INT32:          typePart = "32i";               break;
+                       case tcu::TextureFormat::SIGNED_INT16:          typePart = "16i";               break;
+                       case tcu::TextureFormat::SIGNED_INT8:           typePart = "8i";                break;
 
-               case tcu::TextureFormat::SNORM_INT16:           typePart = "16_snorm";  break;
-               case tcu::TextureFormat::SNORM_INT8:            typePart = "8_snorm";   break;
+                       case tcu::TextureFormat::UNORM_INT16:           typePart = "16";                break;
+                       case tcu::TextureFormat::UNORM_INT8:            typePart = "8";                 break;
 
-               default:
-                       DE_ASSERT(false);
-                       typePart = DE_NULL;
+                       case tcu::TextureFormat::SNORM_INT16:           typePart = "16_snorm";  break;
+                       case tcu::TextureFormat::SNORM_INT8:            typePart = "8_snorm";   break;
+
+                       default:
+                               DE_FATAL("Type not found");
+                               typePart = DE_NULL;
+               }
+
+               return std::string() + orderPart + typePart;
        }
+       else
+       {
+               switch (mapTextureFormat(format))
+               {
+                       case VK_FORMAT_B10G11R11_UFLOAT_PACK32:         return "r11f_g11f_b10f";
+                       case VK_FORMAT_A2B10G10R10_UNORM_PACK32:        return "rgb10_a2";
+                       case VK_FORMAT_A2B10G10R10_UINT_PACK32:         return "rgb10_a2ui";
 
-       return std::string() + orderPart + typePart;
+                       default:
+                               DE_FATAL("Qualifier not found");
+                               return "";
+               }
+       }
 }
 
 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type)
index b8a9d3b..c0ea1f9 100644 (file)
@@ -348867,9 +348867,11 @@ dEQP-VK.image.store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.1d.r32_sint
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d.r16_sfloat
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_uint
 dEQP-VK.image.store.with_format.1d.r16g16_uint
 dEQP-VK.image.store.with_format.1d.r16_uint
@@ -348880,6 +348882,7 @@ dEQP-VK.image.store.with_format.1d.r16g16_sint
 dEQP-VK.image.store.with_format.1d.r16_sint
 dEQP-VK.image.store.with_format.1d.r8g8_sint
 dEQP-VK.image.store.with_format.1d.r8_sint
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.1d.r16g16_unorm
@@ -348916,12 +348919,16 @@ dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_uint
@@ -348942,6 +348949,8 @@ dEQP-VK.image.store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8_sint
 dEQP-VK.image.store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_snorm
@@ -348975,9 +348984,11 @@ dEQP-VK.image.store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.2d.r32_sint
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d.r16_sfloat
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_uint
 dEQP-VK.image.store.with_format.2d.r16g16_uint
 dEQP-VK.image.store.with_format.2d.r16_uint
@@ -348988,6 +348999,7 @@ dEQP-VK.image.store.with_format.2d.r16g16_sint
 dEQP-VK.image.store.with_format.2d.r16_sint
 dEQP-VK.image.store.with_format.2d.r8g8_sint
 dEQP-VK.image.store.with_format.2d.r8_sint
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.2d.r16g16_unorm
@@ -349024,12 +349036,16 @@ dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_uint
@@ -349050,6 +349066,8 @@ dEQP-VK.image.store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8_sint
 dEQP-VK.image.store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_snorm
@@ -349083,9 +349101,11 @@ dEQP-VK.image.store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.3d.r32_sint
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.store.with_format.3d.r16_sfloat
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_uint
 dEQP-VK.image.store.with_format.3d.r16g16_uint
 dEQP-VK.image.store.with_format.3d.r16_uint
@@ -349096,6 +349116,7 @@ dEQP-VK.image.store.with_format.3d.r16g16_sint
 dEQP-VK.image.store.with_format.3d.r16_sint
 dEQP-VK.image.store.with_format.3d.r8g8_sint
 dEQP-VK.image.store.with_format.3d.r8_sint
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.3d.r16g16_unorm
@@ -349132,12 +349153,16 @@ dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16_sfloat
 dEQP-VK.image.store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_uint
 dEQP-VK.image.store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_uint
@@ -349158,6 +349183,8 @@ dEQP-VK.image.store.with_format.cube.r8g8_sint
 dEQP-VK.image.store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube.r8_sint
 dEQP-VK.image.store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_snorm
@@ -349204,12 +349231,16 @@ dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_uint
@@ -349230,6 +349261,8 @@ dEQP-VK.image.store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8_sint
 dEQP-VK.image.store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_snorm
@@ -349263,9 +349296,11 @@ dEQP-VK.image.store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.buffer.r32_sint
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.with_format.buffer.r16_sfloat
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_uint
 dEQP-VK.image.store.with_format.buffer.r16g16_uint
 dEQP-VK.image.store.with_format.buffer.r16_uint
@@ -349276,6 +349311,7 @@ dEQP-VK.image.store.with_format.buffer.r16g16_sint
 dEQP-VK.image.store.with_format.buffer.r16_sint
 dEQP-VK.image.store.with_format.buffer.r8g8_sint
 dEQP-VK.image.store.with_format.buffer.r8_sint
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.buffer.r16g16_unorm
@@ -349299,9 +349335,11 @@ dEQP-VK.image.store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d.r32_sint
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d.r16_sfloat
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_uint
 dEQP-VK.image.store.without_format.1d.r16g16_uint
 dEQP-VK.image.store.without_format.1d.r16_uint
@@ -349312,6 +349350,7 @@ dEQP-VK.image.store.without_format.1d.r16g16_sint
 dEQP-VK.image.store.without_format.1d.r16_sint
 dEQP-VK.image.store.without_format.1d.r8g8_sint
 dEQP-VK.image.store.without_format.1d.r8_sint
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d.r16g16_unorm
@@ -349335,9 +349374,11 @@ dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d_array.r32_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.store.without_format.1d_array.r16_uint
@@ -349348,6 +349389,7 @@ dEQP-VK.image.store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.store.without_format.1d_array.r16_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.store.without_format.1d_array.r8_sint
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d_array.r16g16_unorm
@@ -349371,9 +349413,11 @@ dEQP-VK.image.store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d.r32_sint
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d.r16_sfloat
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_uint
 dEQP-VK.image.store.without_format.2d.r16g16_uint
 dEQP-VK.image.store.without_format.2d.r16_uint
@@ -349384,6 +349428,7 @@ dEQP-VK.image.store.without_format.2d.r16g16_sint
 dEQP-VK.image.store.without_format.2d.r16_sint
 dEQP-VK.image.store.without_format.2d.r8g8_sint
 dEQP-VK.image.store.without_format.2d.r8_sint
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d.r16g16_unorm
@@ -349407,9 +349452,11 @@ dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d_array.r32_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.store.without_format.2d_array.r16_uint
@@ -349420,6 +349467,7 @@ dEQP-VK.image.store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.store.without_format.2d_array.r16_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.store.without_format.2d_array.r8_sint
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d_array.r16g16_unorm
@@ -349443,9 +349491,11 @@ dEQP-VK.image.store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.3d.r32_sint
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.store.without_format.3d.r16_sfloat
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_uint
 dEQP-VK.image.store.without_format.3d.r16g16_uint
 dEQP-VK.image.store.without_format.3d.r16_uint
@@ -349456,6 +349506,7 @@ dEQP-VK.image.store.without_format.3d.r16g16_sint
 dEQP-VK.image.store.without_format.3d.r16_sint
 dEQP-VK.image.store.without_format.3d.r8g8_sint
 dEQP-VK.image.store.without_format.3d.r8_sint
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.3d.r16g16_unorm
@@ -349479,9 +349530,11 @@ dEQP-VK.image.store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube.r32_sint
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube.r16_sfloat
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_uint
 dEQP-VK.image.store.without_format.cube.r16g16_uint
 dEQP-VK.image.store.without_format.cube.r16_uint
@@ -349492,6 +349545,7 @@ dEQP-VK.image.store.without_format.cube.r16g16_sint
 dEQP-VK.image.store.without_format.cube.r16_sint
 dEQP-VK.image.store.without_format.cube.r8g8_sint
 dEQP-VK.image.store.without_format.cube.r8_sint
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube.r16g16_unorm
@@ -349515,9 +349569,11 @@ dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube_array.r32_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.store.without_format.cube_array.r16_uint
@@ -349528,6 +349584,7 @@ dEQP-VK.image.store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.store.without_format.cube_array.r16_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.store.without_format.cube_array.r8_sint
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube_array.r16g16_unorm
@@ -349551,9 +349608,11 @@ dEQP-VK.image.store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.buffer.r32_sint
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.without_format.buffer.r16_sfloat
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_uint
 dEQP-VK.image.store.without_format.buffer.r16g16_uint
 dEQP-VK.image.store.without_format.buffer.r16_uint
@@ -349564,6 +349623,7 @@ dEQP-VK.image.store.without_format.buffer.r16g16_sint
 dEQP-VK.image.store.without_format.buffer.r16_sint
 dEQP-VK.image.store.without_format.buffer.r8g8_sint
 dEQP-VK.image.store.without_format.buffer.r8_sint
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.buffer.r16g16_unorm
@@ -349587,9 +349647,11 @@ dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.1d.r32_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16_sfloat
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d.r16g16_uint
 dEQP-VK.image.load_store.with_format.1d.r16_uint
@@ -349600,6 +349662,7 @@ dEQP-VK.image.load_store.with_format.1d.r16g16_sint
 dEQP-VK.image.load_store.with_format.1d.r16_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d.r8_sint
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.1d.r16g16_unorm
@@ -349636,12 +349699,16 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_uint
@@ -349662,6 +349729,8 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_snorm
@@ -349695,9 +349764,11 @@ dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.2d.r32_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16_sfloat
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d.r16g16_uint
 dEQP-VK.image.load_store.with_format.2d.r16_uint
@@ -349708,6 +349779,7 @@ dEQP-VK.image.load_store.with_format.2d.r16g16_sint
 dEQP-VK.image.load_store.with_format.2d.r16_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d.r8_sint
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.2d.r16g16_unorm
@@ -349744,12 +349816,16 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_uint
@@ -349770,6 +349846,8 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_snorm
@@ -349803,9 +349881,11 @@ dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.3d.r32_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16_sfloat
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_uint
 dEQP-VK.image.load_store.with_format.3d.r16g16_uint
 dEQP-VK.image.load_store.with_format.3d.r16_uint
@@ -349816,6 +349896,7 @@ dEQP-VK.image.load_store.with_format.3d.r16g16_sint
 dEQP-VK.image.load_store.with_format.3d.r16_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8_sint
 dEQP-VK.image.load_store.with_format.3d.r8_sint
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.3d.r16g16_unorm
@@ -349852,12 +349933,16 @@ dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_uint
@@ -349878,6 +349963,8 @@ dEQP-VK.image.load_store.with_format.cube.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8_sint
 dEQP-VK.image.load_store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_snorm
@@ -349924,12 +350011,16 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_uint
@@ -349950,6 +350041,8 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_snorm
@@ -349983,9 +350076,11 @@ dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.buffer.r32_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.with_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.with_format.buffer.r16_uint
@@ -349996,6 +350091,7 @@ dEQP-VK.image.load_store.with_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.with_format.buffer.r16_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.with_format.buffer.r8_sint
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16_unorm
@@ -350019,9 +350115,11 @@ dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d.r32_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d.r16_uint
@@ -350032,6 +350130,7 @@ dEQP-VK.image.load_store.without_format.1d.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d.r16_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d.r8_sint
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d.r16g16_unorm
@@ -350055,9 +350154,11 @@ dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r32_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16_uint
@@ -350068,6 +350169,7 @@ dEQP-VK.image.load_store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8_sint
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_unorm
@@ -350091,9 +350193,11 @@ dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d.r32_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d.r16_uint
@@ -350104,6 +350208,7 @@ dEQP-VK.image.load_store.without_format.2d.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d.r16_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d.r8_sint
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d.r16g16_unorm
@@ -350127,9 +350232,11 @@ dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r32_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16_uint
@@ -350140,6 +350247,7 @@ dEQP-VK.image.load_store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8_sint
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_unorm
@@ -350163,9 +350271,11 @@ dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.3d.r32_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16_sfloat
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_uint
 dEQP-VK.image.load_store.without_format.3d.r16g16_uint
 dEQP-VK.image.load_store.without_format.3d.r16_uint
@@ -350176,6 +350286,7 @@ dEQP-VK.image.load_store.without_format.3d.r16g16_sint
 dEQP-VK.image.load_store.without_format.3d.r16_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8_sint
 dEQP-VK.image.load_store.without_format.3d.r8_sint
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.3d.r16g16_unorm
@@ -350199,9 +350310,11 @@ dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube.r32_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube.r16_uint
@@ -350212,6 +350325,7 @@ dEQP-VK.image.load_store.without_format.cube.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube.r16_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube.r8_sint
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube.r16g16_unorm
@@ -350235,9 +350349,11 @@ dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r32_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16_uint
@@ -350248,6 +350364,7 @@ dEQP-VK.image.load_store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8_sint
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_unorm
@@ -350271,9 +350388,11 @@ dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.buffer.r32_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.without_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.without_format.buffer.r16_uint
@@ -350284,6 +350403,7 @@ dEQP-VK.image.load_store.without_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.without_format.buffer.r16_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.without_format.buffer.r8_sint
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16_unorm
@@ -361295,9 +361415,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361315,9 +361438,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sfloat
@@ -361326,9 +361452,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361346,9 +361475,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_sfloat
@@ -361357,9 +361489,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sfloat
@@ -361368,9 +361503,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sfloat
@@ -361379,11 +361517,28 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sint
@@ -361398,8 +361553,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_uint
@@ -361410,6 +361568,20 @@ dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sint
@@ -361424,8 +361596,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_uint_r16_sfloat
@@ -361461,8 +361636,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sint_r16_sfloat
@@ -361484,6 +361662,20 @@ dEQP-VK.image.format_reinterpret.1d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361505,9 +361697,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_uint
@@ -361535,9 +361730,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_uint
@@ -361573,9 +361771,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361593,9 +361794,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sfloat
@@ -361604,9 +361808,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361624,9 +361831,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_sfloat
@@ -361635,9 +361845,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sfloat
@@ -361646,9 +361859,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sfloat
@@ -361657,11 +361873,28 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -361676,8 +361909,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_uint
@@ -361688,6 +361924,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sint
@@ -361702,8 +361952,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_uint_r16_sfloat
@@ -361739,8 +361992,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sint_r16_sfloat
@@ -361762,6 +362018,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361783,9 +362053,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_uint
@@ -361813,9 +362086,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_uint
@@ -361851,9 +362127,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361871,9 +362150,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sfloat
@@ -361882,9 +362164,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361902,9 +362187,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_sfloat
@@ -361913,9 +362201,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sfloat
@@ -361924,9 +362215,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sfloat
@@ -361935,11 +362229,28 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sint
@@ -361954,8 +362265,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_uint
@@ -361966,6 +362280,20 @@ dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sint
@@ -361980,8 +362308,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_uint_r16_sfloat
@@ -362017,8 +362348,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sint_r16_sfloat
@@ -362040,6 +362374,20 @@ dEQP-VK.image.format_reinterpret.2d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362061,9 +362409,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_uint
@@ -362091,9 +362442,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_uint
@@ -362129,9 +362483,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362149,9 +362506,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sfloat
@@ -362160,9 +362520,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362180,9 +362543,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_sfloat
@@ -362191,9 +362557,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sfloat
@@ -362202,9 +362571,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sfloat
@@ -362213,11 +362585,28 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -362232,8 +362621,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_uint
@@ -362244,6 +362636,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sint
@@ -362258,8 +362664,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_uint_r16_sfloat
@@ -362295,8 +362704,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sint_r16_sfloat
@@ -362318,6 +362730,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362339,9 +362765,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_uint
@@ -362369,9 +362798,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_uint
@@ -362407,9 +362839,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362427,9 +362862,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sfloat
@@ -362438,9 +362876,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362458,9 +362899,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_sfloat
@@ -362469,9 +362913,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sfloat
@@ -362480,9 +362927,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sfloat
@@ -362491,11 +362941,28 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sint
@@ -362510,8 +362977,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_uint
@@ -362522,6 +362992,20 @@ dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sint
@@ -362536,8 +363020,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_uint_r16_sfloat
@@ -362573,8 +363060,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sint_r16_sfloat
@@ -362596,6 +363086,20 @@ dEQP-VK.image.format_reinterpret.3d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362617,9 +363121,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_uint
@@ -362647,9 +363154,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_uint
@@ -362685,9 +363195,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362705,9 +363218,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sfloat
@@ -362716,9 +363232,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362736,9 +363255,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_sfloat
@@ -362747,9 +363269,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sfloat
@@ -362758,9 +363283,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sfloat
@@ -362769,11 +363297,28 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sint
@@ -362788,8 +363333,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_uint
@@ -362800,6 +363348,20 @@ dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sint
@@ -362814,8 +363376,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_uint_r16_sfloat
@@ -362851,8 +363416,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sint_r16_sfloat
@@ -362874,6 +363442,20 @@ dEQP-VK.image.format_reinterpret.cube.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362895,9 +363477,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_uint
@@ -362925,9 +363510,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_uint
@@ -362963,9 +363551,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362983,9 +363574,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sfloat
@@ -362994,9 +363588,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -363014,9 +363611,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_sfloat
@@ -363025,9 +363625,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sfloat
@@ -363036,9 +363639,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sfloat
@@ -363047,11 +363653,28 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sint
@@ -363066,8 +363689,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_uint
@@ -363078,6 +363704,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sint
@@ -363092,8 +363732,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_uint_r16_sfloat
@@ -363129,8 +363772,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sint_r16_sfloat
@@ -363152,6 +363798,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363173,9 +363833,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_uint
@@ -363203,9 +363866,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_uint
@@ -363241,9 +363907,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -363261,9 +363930,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sfloat
@@ -363272,9 +363944,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -363292,9 +363967,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_sfloat
@@ -363303,9 +363981,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sfloat
@@ -363314,9 +363995,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sfloat
@@ -363325,11 +364009,28 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sint
@@ -363344,8 +364045,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_uint
@@ -363356,6 +364060,20 @@ dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sint
@@ -363370,8 +364088,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_uint_r16_sfloat
@@ -363407,8 +364128,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sint_r16_sfloat
@@ -363430,6 +364154,20 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363451,9 +364189,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_uint
@@ -363481,9 +364222,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_uint
index 9daf457..189c49d 100644 (file)
@@ -348828,9 +348828,11 @@ dEQP-VK.image.store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.1d.r32_sint
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d.r16_sfloat
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.1d.r32g32_uint
 dEQP-VK.image.store.with_format.1d.r16g16_uint
 dEQP-VK.image.store.with_format.1d.r16_uint
@@ -348841,6 +348843,7 @@ dEQP-VK.image.store.with_format.1d.r16g16_sint
 dEQP-VK.image.store.with_format.1d.r16_sint
 dEQP-VK.image.store.with_format.1d.r8g8_sint
 dEQP-VK.image.store.with_format.1d.r8_sint
+dEQP-VK.image.store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.1d.r16g16_unorm
@@ -348877,12 +348880,16 @@ dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16_uint
@@ -348903,6 +348910,8 @@ dEQP-VK.image.store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.1d_array.r8_sint
 dEQP-VK.image.store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.1d_array.r16g16b16a16_snorm
@@ -348936,9 +348945,11 @@ dEQP-VK.image.store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.2d.r32_sint
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d.r16_sfloat
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.2d.r32g32_uint
 dEQP-VK.image.store.with_format.2d.r16g16_uint
 dEQP-VK.image.store.with_format.2d.r16_uint
@@ -348949,6 +348960,7 @@ dEQP-VK.image.store.with_format.2d.r16g16_sint
 dEQP-VK.image.store.with_format.2d.r16_sint
 dEQP-VK.image.store.with_format.2d.r8g8_sint
 dEQP-VK.image.store.with_format.2d.r8_sint
+dEQP-VK.image.store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.2d.r16g16_unorm
@@ -348985,12 +348997,16 @@ dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16_uint
@@ -349011,6 +349027,8 @@ dEQP-VK.image.store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.2d_array.r8_sint
 dEQP-VK.image.store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.2d_array.r16g16b16a16_snorm
@@ -349044,9 +349062,11 @@ dEQP-VK.image.store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.3d.r32_sint
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.store.with_format.3d.r16_sfloat
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.3d.r32g32_uint
 dEQP-VK.image.store.with_format.3d.r16g16_uint
 dEQP-VK.image.store.with_format.3d.r16_uint
@@ -349057,6 +349077,7 @@ dEQP-VK.image.store.with_format.3d.r16g16_sint
 dEQP-VK.image.store.with_format.3d.r16_sint
 dEQP-VK.image.store.with_format.3d.r8g8_sint
 dEQP-VK.image.store.with_format.3d.r8_sint
+dEQP-VK.image.store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.3d.r16g16_unorm
@@ -349093,12 +349114,16 @@ dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube.r16_sfloat
 dEQP-VK.image.store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r32g32_uint
 dEQP-VK.image.store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16_uint
@@ -349119,6 +349144,8 @@ dEQP-VK.image.store.with_format.cube.r8g8_sint
 dEQP-VK.image.store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube.r8_sint
 dEQP-VK.image.store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube.r16g16b16a16_snorm
@@ -349165,12 +349192,16 @@ dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16_uint
@@ -349191,6 +349222,8 @@ dEQP-VK.image.store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.store.with_format.cube_array.r8_sint
 dEQP-VK.image.store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.store.with_format.cube_array.r16g16b16a16_snorm
@@ -349224,9 +349257,11 @@ dEQP-VK.image.store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.with_format.buffer.r32_sint
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.with_format.buffer.r16_sfloat
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.with_format.buffer.r32g32_uint
 dEQP-VK.image.store.with_format.buffer.r16g16_uint
 dEQP-VK.image.store.with_format.buffer.r16_uint
@@ -349237,6 +349272,7 @@ dEQP-VK.image.store.with_format.buffer.r16g16_sint
 dEQP-VK.image.store.with_format.buffer.r16_sint
 dEQP-VK.image.store.with_format.buffer.r8g8_sint
 dEQP-VK.image.store.with_format.buffer.r8_sint
+dEQP-VK.image.store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.with_format.buffer.r16g16_unorm
@@ -349260,9 +349296,11 @@ dEQP-VK.image.store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d.r32_sint
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d.r16_sfloat
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d.r32g32_uint
 dEQP-VK.image.store.without_format.1d.r16g16_uint
 dEQP-VK.image.store.without_format.1d.r16_uint
@@ -349273,6 +349311,7 @@ dEQP-VK.image.store.without_format.1d.r16g16_sint
 dEQP-VK.image.store.without_format.1d.r16_sint
 dEQP-VK.image.store.without_format.1d.r8g8_sint
 dEQP-VK.image.store.without_format.1d.r8_sint
+dEQP-VK.image.store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d.r16g16_unorm
@@ -349296,9 +349335,11 @@ dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.1d_array.r32_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.store.without_format.1d_array.r16_uint
@@ -349309,6 +349350,7 @@ dEQP-VK.image.store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.store.without_format.1d_array.r16_sint
 dEQP-VK.image.store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.store.without_format.1d_array.r8_sint
+dEQP-VK.image.store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.1d_array.r16g16_unorm
@@ -349332,9 +349374,11 @@ dEQP-VK.image.store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d.r32_sint
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d.r16_sfloat
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d.r32g32_uint
 dEQP-VK.image.store.without_format.2d.r16g16_uint
 dEQP-VK.image.store.without_format.2d.r16_uint
@@ -349345,6 +349389,7 @@ dEQP-VK.image.store.without_format.2d.r16g16_sint
 dEQP-VK.image.store.without_format.2d.r16_sint
 dEQP-VK.image.store.without_format.2d.r8g8_sint
 dEQP-VK.image.store.without_format.2d.r8_sint
+dEQP-VK.image.store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d.r16g16_unorm
@@ -349368,9 +349413,11 @@ dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.2d_array.r32_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.store.without_format.2d_array.r16_uint
@@ -349381,6 +349428,7 @@ dEQP-VK.image.store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.store.without_format.2d_array.r16_sint
 dEQP-VK.image.store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.store.without_format.2d_array.r8_sint
+dEQP-VK.image.store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.2d_array.r16g16_unorm
@@ -349404,9 +349452,11 @@ dEQP-VK.image.store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.3d.r32_sint
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.store.without_format.3d.r16_sfloat
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.3d.r32g32_uint
 dEQP-VK.image.store.without_format.3d.r16g16_uint
 dEQP-VK.image.store.without_format.3d.r16_uint
@@ -349417,6 +349467,7 @@ dEQP-VK.image.store.without_format.3d.r16g16_sint
 dEQP-VK.image.store.without_format.3d.r16_sint
 dEQP-VK.image.store.without_format.3d.r8g8_sint
 dEQP-VK.image.store.without_format.3d.r8_sint
+dEQP-VK.image.store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.3d.r16g16_unorm
@@ -349440,9 +349491,11 @@ dEQP-VK.image.store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube.r32_sint
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube.r16_sfloat
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube.r32g32_uint
 dEQP-VK.image.store.without_format.cube.r16g16_uint
 dEQP-VK.image.store.without_format.cube.r16_uint
@@ -349453,6 +349506,7 @@ dEQP-VK.image.store.without_format.cube.r16g16_sint
 dEQP-VK.image.store.without_format.cube.r16_sint
 dEQP-VK.image.store.without_format.cube.r8g8_sint
 dEQP-VK.image.store.without_format.cube.r8_sint
+dEQP-VK.image.store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube.r16g16_unorm
@@ -349476,9 +349530,11 @@ dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.cube_array.r32_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.store.without_format.cube_array.r16_uint
@@ -349489,6 +349545,7 @@ dEQP-VK.image.store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.store.without_format.cube_array.r16_sint
 dEQP-VK.image.store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.store.without_format.cube_array.r8_sint
+dEQP-VK.image.store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.cube_array.r16g16_unorm
@@ -349512,9 +349569,11 @@ dEQP-VK.image.store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.store.without_format.buffer.r32_sint
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.store.without_format.buffer.r16_sfloat
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.store.without_format.buffer.r32g32_uint
 dEQP-VK.image.store.without_format.buffer.r16g16_uint
 dEQP-VK.image.store.without_format.buffer.r16_uint
@@ -349525,6 +349584,7 @@ dEQP-VK.image.store.without_format.buffer.r16g16_sint
 dEQP-VK.image.store.without_format.buffer.r16_sint
 dEQP-VK.image.store.without_format.buffer.r8g8_sint
 dEQP-VK.image.store.without_format.buffer.r8_sint
+dEQP-VK.image.store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.store.without_format.buffer.r16g16_unorm
@@ -349548,9 +349608,11 @@ dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.1d.r32_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d.r16_sfloat
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.1d.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d.r16g16_uint
 dEQP-VK.image.load_store.with_format.1d.r16_uint
@@ -349561,6 +349623,7 @@ dEQP-VK.image.load_store.with_format.1d.r16g16_sint
 dEQP-VK.image.load_store.with_format.1d.r16_sint
 dEQP-VK.image.load_store.with_format.1d.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d.r8_sint
+dEQP-VK.image.load_store.with_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.1d.r16g16_unorm
@@ -349597,12 +349660,16 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.1d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.1d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.1d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.1d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16_uint
@@ -349623,6 +349690,8 @@ dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint
 dEQP-VK.image.load_store.with_format.1d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.1d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.1d_array.r16g16b16a16_snorm
@@ -349656,9 +349725,11 @@ dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.2d.r32_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d.r16_sfloat
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.2d.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d.r16g16_uint
 dEQP-VK.image.load_store.with_format.2d.r16_uint
@@ -349669,6 +349740,7 @@ dEQP-VK.image.load_store.with_format.2d.r16g16_sint
 dEQP-VK.image.load_store.with_format.2d.r16_sint
 dEQP-VK.image.load_store.with_format.2d.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d.r8_sint
+dEQP-VK.image.load_store.with_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.2d.r16g16_unorm
@@ -349705,12 +349777,16 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.2d_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.2d_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.2d_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.2d_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16_uint
@@ -349731,6 +349807,8 @@ dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint
 dEQP-VK.image.load_store.with_format.2d_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.2d_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.2d_array.r16g16b16a16_snorm
@@ -349764,9 +349842,11 @@ dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.3d.r32_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.3d.r16_sfloat
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.3d.r32g32_uint
 dEQP-VK.image.load_store.with_format.3d.r16g16_uint
 dEQP-VK.image.load_store.with_format.3d.r16_uint
@@ -349777,6 +349857,7 @@ dEQP-VK.image.load_store.with_format.3d.r16g16_sint
 dEQP-VK.image.load_store.with_format.3d.r16_sint
 dEQP-VK.image.load_store.with_format.3d.r8g8_sint
 dEQP-VK.image.load_store.with_format.3d.r8_sint
+dEQP-VK.image.load_store.with_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.3d.r16g16_unorm
@@ -349813,12 +349894,16 @@ dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16_uint
@@ -349839,6 +349924,8 @@ dEQP-VK.image.load_store.with_format.cube.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube.r8_sint
 dEQP-VK.image.load_store.with_format.cube.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube.r16g16b16a16_snorm
@@ -349885,12 +349972,16 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm
 dEQP-VK.image.load_store.with_format.cube_array.r8g8b8a8_snorm_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32
+dEQP-VK.image.load_store.with_format.cube_array.b10g11r11_ufloat_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_sfloat_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat
 dEQP-VK.image.load_store.with_format.cube_array.r16_sfloat_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_uint_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.with_format.cube_array.r32g32_uint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16_uint
@@ -349911,6 +350002,8 @@ dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8g8_sint_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint
 dEQP-VK.image.load_store.with_format.cube_array.r8_sint_single_layer
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32
+dEQP-VK.image.load_store.with_format.cube_array.a2b10g10r10_unorm_pack32_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_unorm_single_layer
 dEQP-VK.image.load_store.with_format.cube_array.r16g16b16a16_snorm
@@ -349944,9 +350037,11 @@ dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.with_format.buffer.r32_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.with_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.with_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.with_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.with_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.with_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.with_format.buffer.r16_uint
@@ -349957,6 +350052,7 @@ dEQP-VK.image.load_store.with_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.with_format.buffer.r16_sint
 dEQP-VK.image.load_store.with_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.with_format.buffer.r8_sint
+dEQP-VK.image.load_store.with_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.with_format.buffer.r16g16_unorm
@@ -349980,9 +350076,11 @@ dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d.r32_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d.r16_uint
@@ -349993,6 +350091,7 @@ dEQP-VK.image.load_store.without_format.1d.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d.r16_sint
 dEQP-VK.image.load_store.without_format.1d.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d.r8_sint
+dEQP-VK.image.load_store.without_format.1d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d.r16g16_unorm
@@ -350016,9 +350115,11 @@ dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r32_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.1d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.1d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.1d_array.r16_uint
@@ -350029,6 +350130,7 @@ dEQP-VK.image.load_store.without_format.1d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r16_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.1d_array.r8_sint
+dEQP-VK.image.load_store.without_format.1d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.1d_array.r16g16_unorm
@@ -350052,9 +350154,11 @@ dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d.r32_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d.r16_uint
@@ -350065,6 +350169,7 @@ dEQP-VK.image.load_store.without_format.2d.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d.r16_sint
 dEQP-VK.image.load_store.without_format.2d.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d.r8_sint
+dEQP-VK.image.load_store.without_format.2d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d.r16g16_unorm
@@ -350088,9 +350193,11 @@ dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r32_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.2d_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.2d_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.2d_array.r16_uint
@@ -350101,6 +350208,7 @@ dEQP-VK.image.load_store.without_format.2d_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r16_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.2d_array.r8_sint
+dEQP-VK.image.load_store.without_format.2d_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.2d_array.r16g16_unorm
@@ -350124,9 +350232,11 @@ dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.3d.r32_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.3d.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.3d.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.3d.r16_sfloat
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.3d.r32g32_uint
 dEQP-VK.image.load_store.without_format.3d.r16g16_uint
 dEQP-VK.image.load_store.without_format.3d.r16_uint
@@ -350137,6 +350247,7 @@ dEQP-VK.image.load_store.without_format.3d.r16g16_sint
 dEQP-VK.image.load_store.without_format.3d.r16_sint
 dEQP-VK.image.load_store.without_format.3d.r8g8_sint
 dEQP-VK.image.load_store.without_format.3d.r8_sint
+dEQP-VK.image.load_store.without_format.3d.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.3d.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.3d.r16g16_unorm
@@ -350160,9 +350271,11 @@ dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube.r32_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube.r16_uint
@@ -350173,6 +350286,7 @@ dEQP-VK.image.load_store.without_format.cube.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube.r16_sint
 dEQP-VK.image.load_store.without_format.cube.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube.r8_sint
+dEQP-VK.image.load_store.without_format.cube.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube.r16g16_unorm
@@ -350196,9 +350310,11 @@ dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r32_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.cube_array.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.cube_array.r16_sfloat
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r32g32_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_uint
 dEQP-VK.image.load_store.without_format.cube_array.r16_uint
@@ -350209,6 +350325,7 @@ dEQP-VK.image.load_store.without_format.cube_array.r16g16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r16_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8g8_sint
 dEQP-VK.image.load_store.without_format.cube_array.r8_sint
+dEQP-VK.image.load_store.without_format.cube_array.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.cube_array.r16g16_unorm
@@ -350232,9 +350349,11 @@ dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_sint
 dEQP-VK.image.load_store.without_format.buffer.r32_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_unorm
 dEQP-VK.image.load_store.without_format.buffer.r8g8b8a8_snorm
+dEQP-VK.image.load_store.without_format.buffer.b10g11r11_ufloat_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16g16_sfloat
 dEQP-VK.image.load_store.without_format.buffer.r16_sfloat
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_uint_pack32
 dEQP-VK.image.load_store.without_format.buffer.r32g32_uint
 dEQP-VK.image.load_store.without_format.buffer.r16g16_uint
 dEQP-VK.image.load_store.without_format.buffer.r16_uint
@@ -350245,6 +350364,7 @@ dEQP-VK.image.load_store.without_format.buffer.r16g16_sint
 dEQP-VK.image.load_store.without_format.buffer.r16_sint
 dEQP-VK.image.load_store.without_format.buffer.r8g8_sint
 dEQP-VK.image.load_store.without_format.buffer.r8_sint
+dEQP-VK.image.load_store.without_format.buffer.a2b10g10r10_unorm_pack32
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_unorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16b16a16_snorm
 dEQP-VK.image.load_store.without_format.buffer.r16g16_unorm
@@ -361256,9 +361376,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361276,9 +361399,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sfloat
@@ -361287,9 +361413,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361307,9 +361436,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_sfloat
@@ -361318,9 +361450,12 @@ dEQP-VK.image.format_reinterpret.1d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sfloat
@@ -361329,9 +361464,12 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sfloat
@@ -361340,11 +361478,28 @@ dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_sfloat_r16g16b16a16_sint
@@ -361359,8 +361514,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_uint
@@ -361371,6 +361529,20 @@ dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r32g32_uint_r16g16b16a16_sint
@@ -361385,8 +361557,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_uint_r16_sfloat
@@ -361422,8 +361597,11 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_sint_r16_sfloat
@@ -361445,6 +361623,20 @@ dEQP-VK.image.format_reinterpret.1d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361466,9 +361658,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_unorm_r16_uint
@@ -361496,9 +361691,12 @@ dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d.r16_snorm_r16_uint
@@ -361534,9 +361732,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361554,9 +361755,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sfloat
@@ -361565,9 +361769,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361585,9 +361792,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_sfloat
@@ -361596,9 +361806,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sfloat
@@ -361607,9 +361820,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sfloat
@@ -361618,11 +361834,28 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -361637,8 +361870,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_uint
@@ -361649,6 +361885,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r32g32_uint_r16g16b16a16_sint
@@ -361663,8 +361913,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_uint_r16_sfloat
@@ -361700,8 +361953,11 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_sint_r16_sfloat
@@ -361723,6 +361979,20 @@ dEQP-VK.image.format_reinterpret.1d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.1d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -361744,9 +362014,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_unorm_r16_uint
@@ -361774,9 +362047,12 @@ dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.1d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.1d_array.r16_snorm_r16_uint
@@ -361812,9 +362088,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -361832,9 +362111,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sfloat
@@ -361843,9 +362125,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -361863,9 +362148,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_sfloat
@@ -361874,9 +362162,12 @@ dEQP-VK.image.format_reinterpret.2d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sfloat
@@ -361885,9 +362176,12 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sfloat
@@ -361896,11 +362190,28 @@ dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_sfloat_r16g16b16a16_sint
@@ -361915,8 +362226,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_uint
@@ -361927,6 +362241,20 @@ dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r32g32_uint_r16g16b16a16_sint
@@ -361941,8 +362269,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_uint_r16_sfloat
@@ -361978,8 +362309,11 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_sint_r16_sfloat
@@ -362001,6 +362335,20 @@ dEQP-VK.image.format_reinterpret.2d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362022,9 +362370,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_unorm_r16_uint
@@ -362052,9 +362403,12 @@ dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d.r16_snorm_r16_uint
@@ -362090,9 +362444,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362110,9 +362467,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sfloat
@@ -362121,9 +362481,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362141,9 +362504,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_sfloat
@@ -362152,9 +362518,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sfloat
@@ -362163,9 +362532,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sfloat
@@ -362174,11 +362546,28 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_sfloat_r16g16b16a16_sint
@@ -362193,8 +362582,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_uint
@@ -362205,6 +362597,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r32g32_uint_r16g16b16a16_sint
@@ -362219,8 +362625,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_uint_r16_sfloat
@@ -362256,8 +362665,11 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_sint_r16_sfloat
@@ -362279,6 +362691,20 @@ dEQP-VK.image.format_reinterpret.2d_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.2d_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362300,9 +362726,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_unorm_r16_uint
@@ -362330,9 +362759,12 @@ dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.2d_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.2d_array.r16_snorm_r16_uint
@@ -362368,9 +362800,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362388,9 +362823,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sfloat
@@ -362399,9 +362837,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362419,9 +362860,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_sfloat
@@ -362430,9 +362874,12 @@ dEQP-VK.image.format_reinterpret.3d.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sfloat
@@ -362441,9 +362888,12 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sfloat
@@ -362452,11 +362902,28 @@ dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_sfloat_r16g16b16a16_sint
@@ -362471,8 +362938,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_uint
@@ -362483,6 +362953,20 @@ dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r32g32_uint_r16g16b16a16_sint
@@ -362497,8 +362981,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_uint_r16_sfloat
@@ -362534,8 +363021,11 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_sint_r16_sfloat
@@ -362557,6 +363047,20 @@ dEQP-VK.image.format_reinterpret.3d.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.3d.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.3d.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362578,9 +363082,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_unorm_r16_uint
@@ -362608,9 +363115,12 @@ dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.3d.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.3d.r16_snorm_r16_uint
@@ -362646,9 +363156,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362666,9 +363179,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sfloat
@@ -362677,9 +363193,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362697,9 +363216,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_sfloat
@@ -362708,9 +363230,12 @@ dEQP-VK.image.format_reinterpret.cube.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sfloat
@@ -362719,9 +363244,12 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sfloat
@@ -362730,11 +363258,28 @@ dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_sfloat_r16g16b16a16_sint
@@ -362749,8 +363294,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_uint
@@ -362761,6 +363309,20 @@ dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r32g32_uint_r16g16b16a16_sint
@@ -362775,8 +363337,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_uint_r16_sfloat
@@ -362812,8 +363377,11 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_sint_r16_sfloat
@@ -362835,6 +363403,20 @@ dEQP-VK.image.format_reinterpret.cube.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -362856,9 +363438,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_unorm_r16_uint
@@ -362886,9 +363471,12 @@ dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube.r16_snorm_r16_uint
@@ -362924,9 +363512,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -362944,9 +363535,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sfloat
@@ -362955,9 +363549,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -362975,9 +363572,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_sfloat
@@ -362986,9 +363586,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sfloat
@@ -362997,9 +363600,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sfloat
@@ -363008,11 +363614,28 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_sfloat_r16g16b16a16_sint
@@ -363027,8 +363650,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_uint
@@ -363039,6 +363665,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r32g32_uint_r16g16b16a16_sint
@@ -363053,8 +363693,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_uint_r16_sfloat
@@ -363090,8 +363733,11 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_sint_r16_sfloat
@@ -363113,6 +363759,20 @@ dEQP-VK.image.format_reinterpret.cube_array.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.cube_array.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363134,9 +363794,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_unorm_r16_uint
@@ -363164,9 +363827,12 @@ dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.cube_array.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.cube_array.r16_snorm_r16_uint
@@ -363202,9 +363868,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_uint_r32g32b32a32_sfloat
@@ -363222,9 +363891,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sfloat
@@ -363233,9 +363905,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32b32a32_sint_r32g32b32a32_sfloat
@@ -363253,9 +363928,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_sfloat
@@ -363264,9 +363942,12 @@ dEQP-VK.image.format_reinterpret.buffer.r32_sint_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r32_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r32_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sfloat
@@ -363275,9 +363956,12 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sfloat
@@ -363286,11 +363970,28 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8g8b8a8_snorm_r16g16_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.b10g11r11_ufloat_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_sfloat_r16g16b16a16_sint
@@ -363305,8 +364006,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sfloat_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_uint
@@ -363317,6 +364021,20 @@ dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sfloat_r8g8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_a2b10g10r10_unorm_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_uint_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r32g32_uint_r16g16b16a16_sint
@@ -363331,8 +364049,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_uint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_uint_r16_sfloat
@@ -363368,8 +364089,11 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_sint_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_sint_r16_sfloat
@@ -363391,6 +364115,20 @@ dEQP-VK.image.format_reinterpret.buffer.r8g8_sint_r8g8_snorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_uint
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r8_sint_r8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r32_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_b10g11r11_ufloat_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_a2b10g10r10_uint_pack32
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_uint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_unorm
+dEQP-VK.image.format_reinterpret.buffer.a2b10g10r10_unorm_pack32_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16b16a16_unorm_r16g16b16a16_sint
@@ -363412,9 +364150,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_unorm_r16g16_snorm
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_unorm_r16_uint
@@ -363442,9 +364183,12 @@ dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r32_sint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r8g8b8a8_snorm
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_b10g11r11_ufloat_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sfloat
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_uint_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_uint
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_sint
+dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_a2b10g10r10_unorm_pack32
 dEQP-VK.image.format_reinterpret.buffer.r16g16_snorm_r16g16_unorm
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_sfloat
 dEQP-VK.image.format_reinterpret.buffer.r16_snorm_r16_uint