Add BGR and BGRA formats to image view tests
Test image views, including sampling and swizzling, with BGR and BGRA
formats so as to make sure the ordering of color components in image
memory does not affect the meaning of color component names.
New tests:
dEQP-VK.pipeline.image_view.*b8g8r8*
Components: Vulkan
VK-GL-CTS issue: 2841
Change-Id: I6005ab518e78d40d3e590882ebdedc102fb70d38
diff --git a/android/cts/master/vk-master-2021-03-01.txt b/android/cts/master/vk-master-2021-03-01.txt
index f7a0a67..755a926 100644
--- a/android/cts/master/vk-master-2021-03-01.txt
+++ b/android/cts/master/vk-master-2021-03-01.txt
@@ -63477,6 +63477,216 @@
dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63507,6 +63717,258 @@
dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63543,6 +64005,216 @@
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63573,6 +64245,258 @@
dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63609,6 +64533,132 @@
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_uint.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_sint.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63627,6 +64677,216 @@
dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
@@ -63657,6 +64917,258 @@
dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_unorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_snorm.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sscaled.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_uint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_sint.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
diff --git a/android/cts/master/vk-master.txt b/android/cts/master/vk-master.txt
index d783f17..93268aa 100644
--- a/android/cts/master/vk-master.txt
+++ b/android/cts/master/vk-master.txt
Binary files differ
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp
index 22382a5..a128548 100644
--- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp
@@ -719,6 +719,13 @@
VK_FORMAT_R8G8B8_UINT,
VK_FORMAT_R8G8B8_SINT,
VK_FORMAT_R8G8B8_SRGB,
+ VK_FORMAT_B8G8R8_UNORM,
+ VK_FORMAT_B8G8R8_SNORM,
+ VK_FORMAT_B8G8R8_USCALED,
+ VK_FORMAT_B8G8R8_SSCALED,
+ VK_FORMAT_B8G8R8_UINT,
+ VK_FORMAT_B8G8R8_SINT,
+ VK_FORMAT_B8G8R8_SRGB,
VK_FORMAT_R8G8B8A8_UNORM,
VK_FORMAT_R8G8B8A8_SNORM,
VK_FORMAT_R8G8B8A8_USCALED,
@@ -726,6 +733,13 @@
VK_FORMAT_R8G8B8A8_UINT,
VK_FORMAT_R8G8B8A8_SINT,
VK_FORMAT_R8G8B8A8_SRGB,
+ VK_FORMAT_B8G8R8A8_UNORM,
+ VK_FORMAT_B8G8R8A8_SNORM,
+ VK_FORMAT_B8G8R8A8_USCALED,
+ VK_FORMAT_B8G8R8A8_SSCALED,
+ VK_FORMAT_B8G8R8A8_UINT,
+ VK_FORMAT_B8G8R8A8_SINT,
+ VK_FORMAT_B8G8R8A8_SRGB,
VK_FORMAT_A2R10G10B10_UNORM_PACK32,
VK_FORMAT_A2R10G10B10_UINT_PACK32,
VK_FORMAT_A2B10G10R10_USCALED_PACK32,
diff --git a/external/vulkancts/mustpass/master/vk-default.txt b/external/vulkancts/mustpass/master/vk-default.txt
index b730469..86f1b14 100644
--- a/external/vulkancts/mustpass/master/vk-default.txt
+++ b/external/vulkancts/mustpass/master/vk-default.txt
Binary files differ