Merge vk-gl-cts/vulkan-cts-1.2.7 into vk-gl-cts/vulkan-cts-1.2.8
Change-Id: I4d02b59e782c15f9add2d29da2eaa960847e1d93
diff --git a/AndroidGen.mk b/AndroidGen.mk
index 9bf3ace..28d3804 100644
--- a/AndroidGen.mk
+++ b/AndroidGen.mk
@@ -80,6 +80,7 @@
external/vulkancts/modules/vulkan/api/vktApiExternalMemoryTests.cpp \
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp \
external/vulkancts/modules/vulkan/api/vktApiFillBufferTests.cpp \
+ external/vulkancts/modules/vulkan/api/vktApiFormatPropertiesExtendedKHRtests.cpp \
external/vulkancts/modules/vulkan/api/vktApiGetMemoryCommitment.cpp \
external/vulkancts/modules/vulkan/api/vktApiGranularityTests.cpp \
external/vulkancts/modules/vulkan/api/vktApiImageClearingTests.cpp \
@@ -178,6 +179,7 @@
external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageAtomicSpirvShaders.cpp \
external/vulkancts/modules/vulkan/image/vktImageCompressionTranscodingSupport.cpp \
+ external/vulkancts/modules/vulkan/image/vktImageDepthStencilDescriptorTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.cpp \
external/vulkancts/modules/vulkan/image/vktImageMisalignedCubeTests.cpp \
@@ -186,6 +188,8 @@
external/vulkancts/modules/vulkan/image/vktImageMultisampleLoadStoreTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageQualifiersTests.cpp \
+ external/vulkancts/modules/vulkan/image/vktImageSampleCompressedTextureTests.cpp \
+ external/vulkancts/modules/vulkan/image/vktImageSampleDrawnCubeFaceTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageSizeTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageSubresourceLayoutTests.cpp \
external/vulkancts/modules/vulkan/image/vktImageTests.cpp \
@@ -205,6 +209,13 @@
external/vulkancts/modules/vulkan/memory_model/vktMemoryModelPadding.cpp \
external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayout.cpp \
external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayoutCase.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp \
+ external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp \
external/vulkancts/modules/vulkan/modifiers/vktModifiersTests.cpp \
external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderPassUtil.cpp \
external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp \
@@ -232,6 +243,7 @@
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAssemblyTests.cpp \
+ external/vulkancts/modules/vulkan/pipeline/vktPipelineInterfaceMatchingTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineLogicOpTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineMakeUtil.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineMatchedAttachmentsTests.cpp \
@@ -254,6 +266,7 @@
external/vulkancts/modules/vulkan/pipeline/vktPipelineReferenceRenderer.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineRenderToImageTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineSampleLocationsUtil.cpp \
+ external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantTests.cpp \
external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantUtil.cpp \
@@ -329,8 +342,10 @@
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingTraversalControlTests.cpp \
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingWatertightnessTests.cpp \
external/vulkancts/modules/vulkan/reconvergence/vktReconvergenceTests.cpp \
+ external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingTests.cpp \
external/vulkancts/modules/vulkan/renderpass/vktRenderPassDepthStencilResolveTests.cpp \
external/vulkancts/modules/vulkan/renderpass/vktRenderPassFragmentDensityMapTests.cpp \
+ external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.cpp \
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp \
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.cpp \
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp \
@@ -1243,6 +1258,7 @@
$(deqp_dir)/external/vulkancts/modules/vulkan/imageless_framebuffer \
$(deqp_dir)/external/vulkancts/modules/vulkan/memory \
$(deqp_dir)/external/vulkancts/modules/vulkan/memory_model \
+ $(deqp_dir)/external/vulkancts/modules/vulkan/mesh_shader \
$(deqp_dir)/external/vulkancts/modules/vulkan/modifiers \
$(deqp_dir)/external/vulkancts/modules/vulkan/multiview \
$(deqp_dir)/external/vulkancts/modules/vulkan \
diff --git a/android/cts/master/egl-master.txt b/android/cts/master/egl-master.txt
index 6a02c46..2a2ea40 100644
--- a/android/cts/master/egl-master.txt
+++ b/android/cts/master/egl-master.txt
@@ -970,6 +970,19 @@
dEQP-EGL.functional.image.api.create_image_gles2_renderbuffer_rgb5_a1
dEQP-EGL.functional.image.api.create_image_gles2_renderbuffer_rgb565
dEQP-EGL.functional.image.api.create_image_gles2_renderbuffer_stencil_index8
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgb565
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgb8
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgba8
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgba4
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgb5_a1
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_depth_component_16
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_depth_component_24
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_depth24_stencil8
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_depth_component_32f
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_depth32f_stencil8
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgb10_a2
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_rgba16f
+dEQP-EGL.functional.image.api.create_image_gles2_android_native_stencil_index8
dEQP-EGL.functional.image.api.image_target_gles2_tex2d
dEQP-EGL.functional.image.api.image_target_gles2_renderbuffer
dEQP-EGL.functional.image.create.gles2_texture_rgb8_texture
@@ -1014,6 +1027,33 @@
dEQP-EGL.functional.image.create.gles2_renderbuffer_rgb565_read_pixels
dEQP-EGL.functional.image.create.gles2_renderbuffer_depth16_depth_buffer
dEQP-EGL.functional.image.create.gles2_renderbuffer_stencil_stencil_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_rgba4_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgba4_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_rgb5_a1_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgb5_a1_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_rgb565_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgb565_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_rgb8_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgb8_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_rgba8_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgba8_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_d16_depth_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d24_depth_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d24s8_depth_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d24s8_stencil_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d32f_depth_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d32fs8_depth_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_d32fs8_stencil_buffer
+dEQP-EGL.functional.image.create.gles2_android_native_rgb10a2_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgb10a2_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_rgba16f_texture
+dEQP-EGL.functional.image.create.gles2_android_native_rgba16f_read_pixels
+dEQP-EGL.functional.image.create.gles2_android_native_s8_stencil_buffer
+dEQP-EGL.functional.image.create.gles3_android_native_array_rgba4_texture_array
+dEQP-EGL.functional.image.create.gles3_android_native_array_rgb5_a1_texture_array
+dEQP-EGL.functional.image.create.gles3_android_native_array_rgb565_texture_array
+dEQP-EGL.functional.image.create.gles3_android_native_array_rgb8_texture_array
+dEQP-EGL.functional.image.create.gles3_android_native_array_rgba8_texture_array
dEQP-EGL.functional.image.modify.tex_rgb8_tex_subimage_rgb8
dEQP-EGL.functional.image.modify.tex_rgb8_renderbuffer_clear_color
dEQP-EGL.functional.image.modify.tex_rgb565_tex_subimage_rgb8
@@ -1034,6 +1074,28 @@
dEQP-EGL.functional.image.modify.renderbuffer_rgb565_renderbuffer_clear_color
dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth
dEQP-EGL.functional.image.modify.renderbuffer_stencil_renderbuffer_clear_stencil
+dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba8
+dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba4
+dEQP-EGL.functional.image.modify.android_native_rgba4_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_rgb5_a1_tex_subimage_rgb5_a1
+dEQP-EGL.functional.image.modify.android_native_rgb5_a1_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb8
+dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb565
+dEQP-EGL.functional.image.modify.android_native_rgb565_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_rgb8_tex_subimage_rgb8
+dEQP-EGL.functional.image.modify.android_native_rgb8_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_rgba8_tex_subimage_rgba8
+dEQP-EGL.functional.image.modify.android_native_rgba8_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_d16_renderbuffer_clear_depth
+dEQP-EGL.functional.image.modify.android_native_d24_renderbuffer_clear_depth
+dEQP-EGL.functional.image.modify.android_native_d24s8_renderbuffer_clear_depth
+dEQP-EGL.functional.image.modify.android_native_d24s8_renderbuffer_clear_stencil
+dEQP-EGL.functional.image.modify.android_native_d32f_renderbuffer_clear_depth
+dEQP-EGL.functional.image.modify.android_native_d32fs8_renderbuffer_clear_depth
+dEQP-EGL.functional.image.modify.android_native_d32fs8_renderbuffer_clear_stencil
+dEQP-EGL.functional.image.modify.android_native_rgb10a2_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_rgba16f_renderbuffer_clear_color
+dEQP-EGL.functional.image.modify.android_native_s8_renderbuffer_clear_stencil
dEQP-EGL.functional.image.render_multiple_contexts.gles2_texture_rgb8_texture
dEQP-EGL.functional.image.render_multiple_contexts.gles2_texture_rgb8_read_pixels
dEQP-EGL.functional.image.render_multiple_contexts.gles2_texture_rgb565_texture
@@ -1076,6 +1138,32 @@
dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_rgb565_read_pixels
dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer
dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_stencil_stencil_buffer
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba4_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba4_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb5_a1_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb5_a1_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb565_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb565_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb8_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb8_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba8_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba8_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d16_depth_buffer
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d24_depth_buffer
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d24s8_depth_buffer_clear_depth
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d24s8_depth_buffer_clear_stencil
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d24s8_stencil_buffer_clear_depth
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d24s8_stencil_buffer_clear_stencil
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d32f_depth_buffer
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d32fs8_depth_buffer_clear_depth
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d32fs8_depth_buffer_clear_stencil
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d32fs8_stencil_buffer_clear_depth
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_d32fs8_stencil_buffer_clear_stencil
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb10a2_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgb10a2_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba16f_texture
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_rgba16f_read_pixels
+dEQP-EGL.functional.image.render_multiple_contexts.gles2_android_native_s8_stencil_buffer
dEQP-EGL.functional.sharing.gles2.context.create_destroy
dEQP-EGL.functional.sharing.gles2.context.create_destroy_mixed
dEQP-EGL.functional.sharing.gles2.buffer.create_delete
@@ -1084,6 +1172,7 @@
dEQP-EGL.functional.sharing.gles2.texture.create_delete
dEQP-EGL.functional.sharing.gles2.texture.create_delete_mixed
dEQP-EGL.functional.sharing.gles2.texture.render
+dEQP-EGL.functional.sharing.gles2.texture.render_sample_mixed
dEQP-EGL.functional.sharing.gles2.program.create_delete
dEQP-EGL.functional.sharing.gles2.program.create_delete_mixed
dEQP-EGL.functional.sharing.gles2.program.render
diff --git a/android/cts/master/src/egl-internal-api-tests.txt b/android/cts/master/src/egl-internal-api-tests.txt
deleted file mode 100644
index b923046..0000000
--- a/android/cts/master/src/egl-internal-api-tests.txt
+++ /dev/null
@@ -1 +0,0 @@
-dEQP-EGL.functional.image.*.*android_native*
diff --git a/android/cts/master/src/gles3-driver-issues.txt b/android/cts/master/src/gles3-driver-issues.txt
index e4d641e..3babe9f 100644
--- a/android/cts/master/src/gles3-driver-issues.txt
+++ b/android/cts/master/src/gles3-driver-issues.txt
@@ -362,14 +362,6 @@
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.uimage1DArray_fragment
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.uimage2DArray_vertex
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.uimage2DArray_fragment
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image1DShadow_vertex
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image1DShadow_fragment
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image2DShadow_vertex
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image2DShadow_fragment
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image1DArrayShadow_vertex
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image1DArrayShadow_fragment
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image2DArrayShadow_vertex
-dEQP-GLES3.functional.shaders.keywords.reserved_keywords.image2DArrayShadow_fragment
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.imageBuffer_vertex
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.imageBuffer_fragment
dEQP-GLES3.functional.shaders.keywords.reserved_keywords.iimageBuffer_vertex
diff --git a/android/cts/master/src/vk-master-2019-03-01.txt b/android/cts/master/src/vk-master-2019-03-01.txt
index f341b85..f526d71 100644
--- a/android/cts/master/src/vk-master-2019-03-01.txt
+++ b/android/cts/master/src/vk-master-2019-03-01.txt
@@ -302194,519 +302194,519 @@
dEQP-VK.query_pool.statistics_query.tes_evaluation_shader_invocations.64bits_tes_evaluation_shader_invocations
dEQP-VK.query_pool.statistics_query.tes_evaluation_shader_invocations.64bits_tes_evaluation_shader_invocations_secondary
dEQP-VK.query_pool.statistics_query.tes_evaluation_shader_invocations.64bits_tes_evaluation_shader_invocations_secondary_inherited
-dEQP-VK.draw.simple_draw.simple_draw_triangle_list
-dEQP-VK.draw.simple_draw.simple_draw_triangle_strip
-dEQP-VK.draw.simple_draw.simple_draw_instanced_triangle_list
-dEQP-VK.draw.simple_draw.simple_draw_instanced_triangle_strip
-dEQP-VK.draw.indexed_draw.draw_indexed_triangle_list
-dEQP-VK.draw.indexed_draw.draw_indexed_triangle_strip
-dEQP-VK.draw.indexed_draw.draw_instanced_indexed_triangle_list
-dEQP-VK.draw.indexed_draw.draw_instanced_indexed_triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_strip
-dEQP-VK.draw.basic_draw.draw.point_list.1
-dEQP-VK.draw.basic_draw.draw.point_list.3
-dEQP-VK.draw.basic_draw.draw.point_list.17
-dEQP-VK.draw.basic_draw.draw.point_list.45
-dEQP-VK.draw.basic_draw.draw.line_list.1
-dEQP-VK.draw.basic_draw.draw.line_list.3
-dEQP-VK.draw.basic_draw.draw.line_list.17
-dEQP-VK.draw.basic_draw.draw.line_list.45
-dEQP-VK.draw.basic_draw.draw.line_strip.1
-dEQP-VK.draw.basic_draw.draw.line_strip.3
-dEQP-VK.draw.basic_draw.draw.line_strip.17
-dEQP-VK.draw.basic_draw.draw.line_strip.45
-dEQP-VK.draw.basic_draw.draw.triangle_list.1
-dEQP-VK.draw.basic_draw.draw.triangle_list.3
-dEQP-VK.draw.basic_draw.draw.triangle_list.17
-dEQP-VK.draw.basic_draw.draw.triangle_list.45
-dEQP-VK.draw.basic_draw.draw.triangle_strip.1
-dEQP-VK.draw.basic_draw.draw.triangle_strip.3
-dEQP-VK.draw.basic_draw.draw.triangle_strip.17
-dEQP-VK.draw.basic_draw.draw.triangle_strip.45
-dEQP-VK.draw.basic_draw.draw.triangle_fan.1
-dEQP-VK.draw.basic_draw.draw.triangle_fan.3
-dEQP-VK.draw.basic_draw.draw.triangle_fan.17
-dEQP-VK.draw.basic_draw.draw.triangle_fan.45
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indirect
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indexed_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indirect_first_instance
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed_indirect_first_instance
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_instanced
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_indexed_instanced
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_none
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_front
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_back
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_both
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_none
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_front
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_back
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_both
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_none
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_front
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_back
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_both
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_none
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_front
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_back
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_both
-dEQP-VK.draw.inverted_depth_ranges.depthclamp_deltazero
-dEQP-VK.draw.inverted_depth_ranges.depthclamp_depth_range_unrestricted
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltasmall
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltaone
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_depth_range_unrestricted
-dEQP-VK.draw.differing_interpolation.flat_0
-dEQP-VK.draw.differing_interpolation.flat_1
-dEQP-VK.draw.differing_interpolation.noperspective_0
-dEQP-VK.draw.differing_interpolation.noperspective_1
-dEQP-VK.draw.shader_layer.vertex_shader_1
-dEQP-VK.draw.shader_layer.vertex_shader_2
-dEQP-VK.draw.shader_layer.vertex_shader_3
-dEQP-VK.draw.shader_layer.vertex_shader_4
-dEQP-VK.draw.shader_layer.vertex_shader_5
-dEQP-VK.draw.shader_layer.vertex_shader_6
-dEQP-VK.draw.shader_layer.vertex_shader_7
-dEQP-VK.draw.shader_layer.vertex_shader_8
-dEQP-VK.draw.shader_layer.vertex_shader_256
-dEQP-VK.draw.shader_layer.tessellation_shader_1
-dEQP-VK.draw.shader_layer.tessellation_shader_2
-dEQP-VK.draw.shader_layer.tessellation_shader_3
-dEQP-VK.draw.shader_layer.tessellation_shader_4
-dEQP-VK.draw.shader_layer.tessellation_shader_5
-dEQP-VK.draw.shader_layer.tessellation_shader_6
-dEQP-VK.draw.shader_layer.tessellation_shader_7
-dEQP-VK.draw.shader_layer.tessellation_shader_8
-dEQP-VK.draw.shader_layer.tessellation_shader_256
-dEQP-VK.draw.shader_viewport_index.vertex_shader_1
-dEQP-VK.draw.shader_viewport_index.vertex_shader_2
-dEQP-VK.draw.shader_viewport_index.vertex_shader_3
-dEQP-VK.draw.shader_viewport_index.vertex_shader_4
-dEQP-VK.draw.shader_viewport_index.vertex_shader_5
-dEQP-VK.draw.shader_viewport_index.vertex_shader_6
-dEQP-VK.draw.shader_viewport_index.vertex_shader_7
-dEQP-VK.draw.shader_viewport_index.vertex_shader_8
-dEQP-VK.draw.shader_viewport_index.vertex_shader_9
-dEQP-VK.draw.shader_viewport_index.vertex_shader_10
-dEQP-VK.draw.shader_viewport_index.vertex_shader_11
-dEQP-VK.draw.shader_viewport_index.vertex_shader_12
-dEQP-VK.draw.shader_viewport_index.vertex_shader_13
-dEQP-VK.draw.shader_viewport_index.vertex_shader_14
-dEQP-VK.draw.shader_viewport_index.vertex_shader_15
-dEQP-VK.draw.shader_viewport_index.vertex_shader_16
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_1
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_2
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_3
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_4
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_5
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_6
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_7
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_8
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_9
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_10
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_11
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_12
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_13
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_14
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_15
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_16
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_triangle_list
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_triangle_strip
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_instanced_triangle_list
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_instanced_triangle_strip
+dEQP-VK.draw.renderpass.indexed_draw.draw_indexed_triangle_list
+dEQP-VK.draw.renderpass.indexed_draw.draw_indexed_triangle_strip
+dEQP-VK.draw.renderpass.indexed_draw.draw_instanced_indexed_triangle_list
+dEQP-VK.draw.renderpass.indexed_draw.draw_instanced_indexed_triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indexed_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indirect_first_instance
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed_indirect_first_instance
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_instanced
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_indexed_instanced
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_none
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_front
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_back
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_both
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_none
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_front
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_back
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_both
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_none
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_front
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_back
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_both
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_none
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_front
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_back
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_both
+dEQP-VK.draw.renderpass.inverted_depth_ranges.depthclamp_deltazero
+dEQP-VK.draw.renderpass.inverted_depth_ranges.depthclamp_depth_range_unrestricted
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_deltasmall
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_deltaone
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_depth_range_unrestricted
+dEQP-VK.draw.renderpass.differing_interpolation.flat_0
+dEQP-VK.draw.renderpass.differing_interpolation.flat_1
+dEQP-VK.draw.renderpass.differing_interpolation.noperspective_0
+dEQP-VK.draw.renderpass.differing_interpolation.noperspective_1
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_1
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_2
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_3
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_4
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_5
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_6
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_7
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_8
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_256
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_1
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_2
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_3
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_4
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_5
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_6
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_7
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_8
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_256
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_1
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_2
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_3
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_4
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_5
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_6
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_7
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_8
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_9
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_10
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_11
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_12
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_13
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_14
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_15
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_16
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_1
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_2
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_3
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_4
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_5
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_6
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_7
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_8
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_9
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_10
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_11
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_12
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_13
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_14
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_15
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_16
dEQP-VK.compute.basic.empty_shader
dEQP-VK.compute.basic.ubo_to_ssbo_single_invocation
dEQP-VK.compute.basic.ubo_to_ssbo_single_group
diff --git a/android/cts/master/src/vk-master-2020-03-01.txt b/android/cts/master/src/vk-master-2020-03-01.txt
index 8636fc8..53c4f57 100644
--- a/android/cts/master/src/vk-master-2020-03-01.txt
+++ b/android/cts/master/src/vk-master-2020-03-01.txt
@@ -110377,226 +110377,226 @@
dEQP-VK.query_pool.performance_query.query_compute
dEQP-VK.query_pool.performance_query.multiple_pools_graphic
dEQP-VK.query_pool.performance_query.multiple_pools_compute
-dEQP-VK.draw.concurrent.compute_and_triangle_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
-dEQP-VK.draw.scissor.static_scissor_two_quads
-dEQP-VK.draw.scissor.static_scissor_two_clears
-dEQP-VK.draw.scissor.two_static_scissors_one_quad
-dEQP-VK.draw.scissor.static_scissor_partially_outside_viewport
-dEQP-VK.draw.scissor.static_scissor_outside_viewport
-dEQP-VK.draw.scissor.static_scissor_viewport_border
-dEQP-VK.draw.scissor.static_scissor_max_int32
-dEQP-VK.draw.scissor.16_static_scissors
-dEQP-VK.draw.scissor.empty_static_scissor
-dEQP-VK.draw.scissor.dynamic_scissor_two_quads
-dEQP-VK.draw.scissor.empty_dynamic_scissor_first_draw
-dEQP-VK.draw.scissor.dynamic_scissor_updates_between_draws
-dEQP-VK.draw.scissor.dynamic_scissor_out_of_order_updates
-dEQP-VK.draw.scissor.dynamic_scissor_partially_outside_viewport
-dEQP-VK.draw.scissor.dynamic_scissor_outside_viewport
-dEQP-VK.draw.scissor.dynamic_scissor_viewport_border
-dEQP-VK.draw.scissor.dynamic_scissor_max_int32
-dEQP-VK.draw.scissor.16_dynamic_scissors
-dEQP-VK.draw.scissor.dynamic_scissor_two_clears
-dEQP-VK.draw.scissor.dynamic_scissor_mix
-dEQP-VK.draw.multiple_interpolation.separate.1_sample
-dEQP-VK.draw.multiple_interpolation.separate.2_samples
-dEQP-VK.draw.multiple_interpolation.separate.4_samples
-dEQP-VK.draw.multiple_interpolation.separate.8_samples
-dEQP-VK.draw.multiple_interpolation.separate.16_samples
-dEQP-VK.draw.multiple_interpolation.separate.32_samples
-dEQP-VK.draw.multiple_interpolation.separate.64_samples
-dEQP-VK.draw.discard_rectangles.inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.exclusive_rect_16
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.scissor_inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.scissor_exclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_scissor_exclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_exclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_scissor_exclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_16
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_1
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_2
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_3
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_4
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_8
-dEQP-VK.draw.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_16
+dEQP-VK.draw.renderpass.concurrent.compute_and_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4_multiview
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20_multiview
+dEQP-VK.draw.renderpass.scissor.static_scissor_two_quads
+dEQP-VK.draw.renderpass.scissor.static_scissor_two_clears
+dEQP-VK.draw.renderpass.scissor.two_static_scissors_one_quad
+dEQP-VK.draw.renderpass.scissor.static_scissor_partially_outside_viewport
+dEQP-VK.draw.renderpass.scissor.static_scissor_outside_viewport
+dEQP-VK.draw.renderpass.scissor.static_scissor_viewport_border
+dEQP-VK.draw.renderpass.scissor.static_scissor_max_int32
+dEQP-VK.draw.renderpass.scissor.16_static_scissors
+dEQP-VK.draw.renderpass.scissor.empty_static_scissor
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_two_quads
+dEQP-VK.draw.renderpass.scissor.empty_dynamic_scissor_first_draw
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_updates_between_draws
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_out_of_order_updates
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_partially_outside_viewport
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_outside_viewport
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_viewport_border
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_max_int32
+dEQP-VK.draw.renderpass.scissor.16_dynamic_scissors
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_two_clears
+dEQP-VK.draw.renderpass.scissor.dynamic_scissor_mix
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.1_sample
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.2_samples
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.4_samples
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.8_samples
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.16_samples
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.32_samples
+dEQP-VK.draw.renderpass.multiple_interpolation.separate.64_samples
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.exclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.scissor_exclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_scissor_exclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_exclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_scissor_exclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_inclusive_rect_16
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_1
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_2
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_3
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_4
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_8
+dEQP-VK.draw.renderpass.discard_rectangles.dynamic_discard_dynamic_scissor_exclusive_rect_16
dEQP-VK.compute.basic.concurrent_compute
dEQP-VK.compute.cooperative_matrix.length.float32_float32.buffer.rowmajor
dEQP-VK.compute.cooperative_matrix.length.float32_float32.buffer.colmajor
@@ -115212,53 +115212,6 @@
dEQP-VK.image.format_reinterpret.buffer.r8_snorm_r8_uint
dEQP-VK.image.format_reinterpret.buffer.r8_snorm_r8_sint
dEQP-VK.image.format_reinterpret.buffer.r8_snorm_r8_unorm
-dEQP-VK.image.extend_operands_spirv1p4.r32g32b32a32_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32g32b32a32_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32g32b32a32_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16b16a16_sint_relaxed_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8b8a8_sint_relaxed_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.a2b10g10r10_uint_pack32_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.a2b10g10r10_uint_pack32_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32g32_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_uint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_uint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32g32_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r32g32_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16g16_sint_relaxed_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r16_sint_relaxed_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8g8_sint_relaxed_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_sint_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_sint_force_sign_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_sint_relaxed_matching_extend
-dEQP-VK.image.extend_operands_spirv1p4.r8_sint_relaxed_force_sign_extend
dEQP-VK.image.astc_decode_mode.4x4_unorm_to_r16g16b16a16_sfloat
dEQP-VK.image.astc_decode_mode.4x4_unorm_to_r8g8b8a8_unorm
dEQP-VK.image.astc_decode_mode.4x4_unorm_to_e5b9g9r9_ufloat_pack32
diff --git a/android/cts/master/src/vk-waivers.txt b/android/cts/master/src/vk-waivers.txt
index aa76df6..c037b52 100644
--- a/android/cts/master/src/vk-waivers.txt
+++ b/android/cts/master/src/vk-waivers.txt
@@ -56,7 +56,8 @@
# This occurs on some versions of Broadcom's Videocore GPUs. On affected devices depth clipping
# is incorrectly disabled when the viewport minDepth is equal to maxDepth.
#
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltazero
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_deltazero
+dEQP-VK.draw.dynamic_rendering.inverted_depth_ranges.nodepthclamp_deltazero
#
diff --git a/android/cts/master/vk-master-2019-03-01/draw.txt b/android/cts/master/vk-master-2019-03-01/draw.txt
index 0a44f16..276535d 100644
--- a/android/cts/master/vk-master-2019-03-01/draw.txt
+++ b/android/cts/master/vk-master-2019-03-01/draw.txt
@@ -1,513 +1,513 @@
-dEQP-VK.draw.simple_draw.simple_draw_triangle_list
-dEQP-VK.draw.simple_draw.simple_draw_triangle_strip
-dEQP-VK.draw.simple_draw.simple_draw_instanced_triangle_list
-dEQP-VK.draw.simple_draw.simple_draw_instanced_triangle_strip
-dEQP-VK.draw.indexed_draw.draw_indexed_triangle_list
-dEQP-VK.draw.indexed_draw.draw_indexed_triangle_strip
-dEQP-VK.draw.indexed_draw.draw_instanced_indexed_triangle_list
-dEQP-VK.draw.indexed_draw.draw_instanced_indexed_triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_strip
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_list
-dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_strip
-dEQP-VK.draw.basic_draw.draw.point_list.1
-dEQP-VK.draw.basic_draw.draw.point_list.3
-dEQP-VK.draw.basic_draw.draw.point_list.17
-dEQP-VK.draw.basic_draw.draw.point_list.45
-dEQP-VK.draw.basic_draw.draw.line_list.1
-dEQP-VK.draw.basic_draw.draw.line_list.3
-dEQP-VK.draw.basic_draw.draw.line_list.17
-dEQP-VK.draw.basic_draw.draw.line_list.45
-dEQP-VK.draw.basic_draw.draw.line_strip.1
-dEQP-VK.draw.basic_draw.draw.line_strip.3
-dEQP-VK.draw.basic_draw.draw.line_strip.17
-dEQP-VK.draw.basic_draw.draw.line_strip.45
-dEQP-VK.draw.basic_draw.draw.triangle_list.1
-dEQP-VK.draw.basic_draw.draw.triangle_list.3
-dEQP-VK.draw.basic_draw.draw.triangle_list.17
-dEQP-VK.draw.basic_draw.draw.triangle_list.45
-dEQP-VK.draw.basic_draw.draw.triangle_strip.1
-dEQP-VK.draw.basic_draw.draw.triangle_strip.3
-dEQP-VK.draw.basic_draw.draw.triangle_strip.17
-dEQP-VK.draw.basic_draw.draw.triangle_strip.45
-dEQP-VK.draw.basic_draw.draw.triangle_fan.1
-dEQP-VK.draw.basic_draw.draw.triangle_fan.3
-dEQP-VK.draw.basic_draw.draw.triangle_fan.17
-dEQP-VK.draw.basic_draw.draw.triangle_fan.45
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.line_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.line_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.triangle_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw.triangle_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.point_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.line_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_list_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.1
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.3
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.17
-dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip_with_adjacency.45
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.point_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_fan.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.line_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_fan.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_multi_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_single_command
-dEQP-VK.draw.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_multi_command
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
-dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indirect
-dEQP-VK.draw.shader_draw_parameters.base_vertex.draw_indexed_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indirect_first_instance
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed_indirect
-dEQP-VK.draw.shader_draw_parameters.base_instance.draw_indexed_indirect_first_instance
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_instanced
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_indexed
-dEQP-VK.draw.shader_draw_parameters.draw_index.draw_indexed_instanced
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_none
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_front
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_back
-dEQP-VK.draw.negative_viewport_height.front_ccw_cull_both
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_none
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_front
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_back
-dEQP-VK.draw.negative_viewport_height.front_cw_cull_both
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_none
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_front
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_back
-dEQP-VK.draw.zero_viewport_height.front_ccw_cull_both
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_none
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_front
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_back
-dEQP-VK.draw.zero_viewport_height.front_cw_cull_both
-dEQP-VK.draw.inverted_depth_ranges.depthclamp_deltazero
-dEQP-VK.draw.inverted_depth_ranges.depthclamp_depth_range_unrestricted
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltasmall
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltaone
-dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_depth_range_unrestricted
-dEQP-VK.draw.differing_interpolation.flat_0
-dEQP-VK.draw.differing_interpolation.flat_1
-dEQP-VK.draw.differing_interpolation.noperspective_0
-dEQP-VK.draw.differing_interpolation.noperspective_1
-dEQP-VK.draw.shader_layer.vertex_shader_1
-dEQP-VK.draw.shader_layer.vertex_shader_2
-dEQP-VK.draw.shader_layer.vertex_shader_3
-dEQP-VK.draw.shader_layer.vertex_shader_4
-dEQP-VK.draw.shader_layer.vertex_shader_5
-dEQP-VK.draw.shader_layer.vertex_shader_6
-dEQP-VK.draw.shader_layer.vertex_shader_7
-dEQP-VK.draw.shader_layer.vertex_shader_8
-dEQP-VK.draw.shader_layer.vertex_shader_256
-dEQP-VK.draw.shader_layer.tessellation_shader_1
-dEQP-VK.draw.shader_layer.tessellation_shader_2
-dEQP-VK.draw.shader_layer.tessellation_shader_3
-dEQP-VK.draw.shader_layer.tessellation_shader_4
-dEQP-VK.draw.shader_layer.tessellation_shader_5
-dEQP-VK.draw.shader_layer.tessellation_shader_6
-dEQP-VK.draw.shader_layer.tessellation_shader_7
-dEQP-VK.draw.shader_layer.tessellation_shader_8
-dEQP-VK.draw.shader_layer.tessellation_shader_256
-dEQP-VK.draw.shader_viewport_index.vertex_shader_1
-dEQP-VK.draw.shader_viewport_index.vertex_shader_2
-dEQP-VK.draw.shader_viewport_index.vertex_shader_3
-dEQP-VK.draw.shader_viewport_index.vertex_shader_4
-dEQP-VK.draw.shader_viewport_index.vertex_shader_5
-dEQP-VK.draw.shader_viewport_index.vertex_shader_6
-dEQP-VK.draw.shader_viewport_index.vertex_shader_7
-dEQP-VK.draw.shader_viewport_index.vertex_shader_8
-dEQP-VK.draw.shader_viewport_index.vertex_shader_9
-dEQP-VK.draw.shader_viewport_index.vertex_shader_10
-dEQP-VK.draw.shader_viewport_index.vertex_shader_11
-dEQP-VK.draw.shader_viewport_index.vertex_shader_12
-dEQP-VK.draw.shader_viewport_index.vertex_shader_13
-dEQP-VK.draw.shader_viewport_index.vertex_shader_14
-dEQP-VK.draw.shader_viewport_index.vertex_shader_15
-dEQP-VK.draw.shader_viewport_index.vertex_shader_16
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_1
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_2
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_3
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_4
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_5
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_6
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_7
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_8
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_9
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_10
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_11
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_12
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_13
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_14
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_15
-dEQP-VK.draw.shader_viewport_index.tessellation_shader_16
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_triangle_list
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_triangle_strip
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_instanced_triangle_list
+dEQP-VK.draw.renderpass.simple_draw.simple_draw_instanced_triangle_strip
+dEQP-VK.draw.renderpass.indexed_draw.draw_indexed_triangle_list
+dEQP-VK.draw.renderpass.indexed_draw.draw_indexed_triangle_strip
+dEQP-VK.draw.renderpass.indexed_draw.draw_instanced_indexed_triangle_list
+dEQP-VK.draw.renderpass.indexed_draw.draw_instanced_indexed_triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.sequential.indirect_draw_count_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.no_first_instance.triangle_strip
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_list
+dEQP-VK.draw.renderpass.indirect_draw.indexed.indirect_draw_count_instanced.first_instance.triangle_strip
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.point_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_fan.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.line_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw.triangle_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.point_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_fan.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.line_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_list_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.1
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.3
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.17
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed.triangle_strip_with_adjacency.45
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.point_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_fan.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.line_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indirect.triangle_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.point_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_fan.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.line_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_list_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.1_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.3_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.17_multi_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_single_command
+dEQP-VK.draw.renderpass.basic_draw.draw_indexed_indirect.triangle_strip_with_adjacency.45_multi_command
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_point_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_line_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_list_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_strip_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_0
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_1
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_2
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_4
+dEQP-VK.draw.renderpass.instanced.draw_indexed_indirect_vk_primitive_topology_triangle_fan_attrib_divisor_20
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_vertex.draw_indexed_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indirect_first_instance
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed_indirect
+dEQP-VK.draw.renderpass.shader_draw_parameters.base_instance.draw_indexed_indirect_first_instance
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_instanced
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_indexed
+dEQP-VK.draw.renderpass.shader_draw_parameters.draw_index.draw_indexed_instanced
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_none
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_front
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_back
+dEQP-VK.draw.renderpass.negative_viewport_height.front_ccw_cull_both
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_none
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_front
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_back
+dEQP-VK.draw.renderpass.negative_viewport_height.front_cw_cull_both
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_none
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_front
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_back
+dEQP-VK.draw.renderpass.zero_viewport_height.front_ccw_cull_both
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_none
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_front
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_back
+dEQP-VK.draw.renderpass.zero_viewport_height.front_cw_cull_both
+dEQP-VK.draw.renderpass.inverted_depth_ranges.depthclamp_deltazero
+dEQP-VK.draw.renderpass.inverted_depth_ranges.depthclamp_depth_range_unrestricted
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_deltasmall
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_deltaone
+dEQP-VK.draw.renderpass.inverted_depth_ranges.nodepthclamp_depth_range_unrestricted
+dEQP-VK.draw.renderpass.differing_interpolation.flat_0
+dEQP-VK.draw.renderpass.differing_interpolation.flat_1
+dEQP-VK.draw.renderpass.differing_interpolation.noperspective_0
+dEQP-VK.draw.renderpass.differing_interpolation.noperspective_1
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_1
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_2
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_3
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_4
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_5
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_6
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_7
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_8
+dEQP-VK.draw.renderpass.shader_layer.vertex_shader_256
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_1
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_2
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_3
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_4
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_5
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_6
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_7
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_8
+dEQP-VK.draw.renderpass.shader_layer.tessellation_shader_256
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_1
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_2
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_3
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_4
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_5
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_6
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_7
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_8
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_9
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_10
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_11
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_12
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_13
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_14
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_15
+dEQP-VK.draw.renderpass.shader_viewport_index.vertex_shader_16
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_1
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_2
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_3
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_4
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_5
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_6
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_7
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_8
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_9
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_10
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_11
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_12
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_13
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_14
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_15
+dEQP-VK.draw.renderpass.shader_viewport_index.tessellation_shader_16
diff --git a/android/cts/master/vk-master-2019-03-01/renderpass.txt b/android/cts/master/vk-master-2019-03-01/renderpass.txt
index 1fb0fbc..7611144 100644
--- a/android/cts/master/vk-master-2019-03-01/renderpass.txt
+++ b/android/cts/master/vk-master-2019-03-01/renderpass.txt
@@ -5312,6 +5312,24 @@
dEQP-VK.renderpass.suballocation.attachment.8.797
dEQP-VK.renderpass.suballocation.attachment.8.798
dEQP-VK.renderpass.suballocation.attachment.8.799
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_7
dEQP-VK.renderpass.suballocation.attachment_allocation.grow.0
dEQP-VK.renderpass.suballocation.attachment_allocation.grow.1
dEQP-VK.renderpass.suballocation.attachment_allocation.grow.2
@@ -5912,24 +5930,6 @@
dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.97
dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.98
dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.99
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.renderpass.suballocation.attachment_write_mask.attachment_count_8.start_index_7
dEQP-VK.renderpass.suballocation.multisample.r5g6b5_unorm_pack16.samples_2
dEQP-VK.renderpass.suballocation.multisample.r5g6b5_unorm_pack16.samples_4
dEQP-VK.renderpass.suballocation.multisample.r5g6b5_unorm_pack16.samples_8
@@ -12084,6 +12084,24 @@
dEQP-VK.renderpass.dedicated_allocation.attachment.8.797
dEQP-VK.renderpass.dedicated_allocation.attachment.8.798
dEQP-VK.renderpass.dedicated_allocation.attachment.8.799
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.grow.0
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.grow.1
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.grow.2
@@ -12684,21 +12702,3 @@
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.input_output.97
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.input_output.98
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.input_output.99
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.renderpass.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
diff --git a/android/cts/master/vk-master-2019-03-01/renderpass2.txt b/android/cts/master/vk-master-2019-03-01/renderpass2.txt
index a96c54f..69af284 100644
--- a/android/cts/master/vk-master-2019-03-01/renderpass2.txt
+++ b/android/cts/master/vk-master-2019-03-01/renderpass2.txt
@@ -1,8603 +1,3 @@
-dEQP-VK.renderpass2.suballocation.simple.color
-dEQP-VK.renderpass2.suballocation.simple.depth
-dEQP-VK.renderpass2.suballocation.simple.stencil
-dEQP-VK.renderpass2.suballocation.simple.depth_stencil
-dEQP-VK.renderpass2.suballocation.simple.color_depth
-dEQP-VK.renderpass2.suballocation.simple.color_stencil
-dEQP-VK.renderpass2.suballocation.simple.color_depth_stencil
-dEQP-VK.renderpass2.suballocation.simple.no_attachments
-dEQP-VK.renderpass2.suballocation.simple.color_unused_omit_blend_state
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r16g16b16a16_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.r32g32b32a32_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.load.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.load.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.x8_d24_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.load.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.load.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.clear.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.load.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d24_unorm_s8_uint.input.dont_care.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.clear.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.load.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.store.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear_draw_depth_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.formats.d32_sfloat_s8_uint.input.dont_care.dont_care.self_dep_clear_draw_stencil_read_only
-dEQP-VK.renderpass2.suballocation.attachment.1.0
-dEQP-VK.renderpass2.suballocation.attachment.1.1
-dEQP-VK.renderpass2.suballocation.attachment.1.2
-dEQP-VK.renderpass2.suballocation.attachment.1.3
-dEQP-VK.renderpass2.suballocation.attachment.1.4
-dEQP-VK.renderpass2.suballocation.attachment.1.5
-dEQP-VK.renderpass2.suballocation.attachment.1.6
-dEQP-VK.renderpass2.suballocation.attachment.1.7
-dEQP-VK.renderpass2.suballocation.attachment.1.8
-dEQP-VK.renderpass2.suballocation.attachment.1.9
-dEQP-VK.renderpass2.suballocation.attachment.1.10
-dEQP-VK.renderpass2.suballocation.attachment.1.11
-dEQP-VK.renderpass2.suballocation.attachment.1.12
-dEQP-VK.renderpass2.suballocation.attachment.1.13
-dEQP-VK.renderpass2.suballocation.attachment.1.14
-dEQP-VK.renderpass2.suballocation.attachment.1.15
-dEQP-VK.renderpass2.suballocation.attachment.1.16
-dEQP-VK.renderpass2.suballocation.attachment.1.17
-dEQP-VK.renderpass2.suballocation.attachment.1.18
-dEQP-VK.renderpass2.suballocation.attachment.1.19
-dEQP-VK.renderpass2.suballocation.attachment.1.20
-dEQP-VK.renderpass2.suballocation.attachment.1.21
-dEQP-VK.renderpass2.suballocation.attachment.1.22
-dEQP-VK.renderpass2.suballocation.attachment.1.23
-dEQP-VK.renderpass2.suballocation.attachment.1.24
-dEQP-VK.renderpass2.suballocation.attachment.1.25
-dEQP-VK.renderpass2.suballocation.attachment.1.26
-dEQP-VK.renderpass2.suballocation.attachment.1.27
-dEQP-VK.renderpass2.suballocation.attachment.1.28
-dEQP-VK.renderpass2.suballocation.attachment.1.29
-dEQP-VK.renderpass2.suballocation.attachment.1.30
-dEQP-VK.renderpass2.suballocation.attachment.1.31
-dEQP-VK.renderpass2.suballocation.attachment.1.32
-dEQP-VK.renderpass2.suballocation.attachment.1.33
-dEQP-VK.renderpass2.suballocation.attachment.1.34
-dEQP-VK.renderpass2.suballocation.attachment.1.35
-dEQP-VK.renderpass2.suballocation.attachment.1.36
-dEQP-VK.renderpass2.suballocation.attachment.1.37
-dEQP-VK.renderpass2.suballocation.attachment.1.38
-dEQP-VK.renderpass2.suballocation.attachment.1.39
-dEQP-VK.renderpass2.suballocation.attachment.1.40
-dEQP-VK.renderpass2.suballocation.attachment.1.41
-dEQP-VK.renderpass2.suballocation.attachment.1.42
-dEQP-VK.renderpass2.suballocation.attachment.1.43
-dEQP-VK.renderpass2.suballocation.attachment.1.44
-dEQP-VK.renderpass2.suballocation.attachment.1.45
-dEQP-VK.renderpass2.suballocation.attachment.1.46
-dEQP-VK.renderpass2.suballocation.attachment.1.47
-dEQP-VK.renderpass2.suballocation.attachment.1.48
-dEQP-VK.renderpass2.suballocation.attachment.1.49
-dEQP-VK.renderpass2.suballocation.attachment.1.50
-dEQP-VK.renderpass2.suballocation.attachment.1.51
-dEQP-VK.renderpass2.suballocation.attachment.1.52
-dEQP-VK.renderpass2.suballocation.attachment.1.53
-dEQP-VK.renderpass2.suballocation.attachment.1.54
-dEQP-VK.renderpass2.suballocation.attachment.1.55
-dEQP-VK.renderpass2.suballocation.attachment.1.56
-dEQP-VK.renderpass2.suballocation.attachment.1.57
-dEQP-VK.renderpass2.suballocation.attachment.1.58
-dEQP-VK.renderpass2.suballocation.attachment.1.59
-dEQP-VK.renderpass2.suballocation.attachment.1.60
-dEQP-VK.renderpass2.suballocation.attachment.1.61
-dEQP-VK.renderpass2.suballocation.attachment.1.62
-dEQP-VK.renderpass2.suballocation.attachment.1.63
-dEQP-VK.renderpass2.suballocation.attachment.1.64
-dEQP-VK.renderpass2.suballocation.attachment.1.65
-dEQP-VK.renderpass2.suballocation.attachment.1.66
-dEQP-VK.renderpass2.suballocation.attachment.1.67
-dEQP-VK.renderpass2.suballocation.attachment.1.68
-dEQP-VK.renderpass2.suballocation.attachment.1.69
-dEQP-VK.renderpass2.suballocation.attachment.1.70
-dEQP-VK.renderpass2.suballocation.attachment.1.71
-dEQP-VK.renderpass2.suballocation.attachment.1.72
-dEQP-VK.renderpass2.suballocation.attachment.1.73
-dEQP-VK.renderpass2.suballocation.attachment.1.74
-dEQP-VK.renderpass2.suballocation.attachment.1.75
-dEQP-VK.renderpass2.suballocation.attachment.1.76
-dEQP-VK.renderpass2.suballocation.attachment.1.77
-dEQP-VK.renderpass2.suballocation.attachment.1.78
-dEQP-VK.renderpass2.suballocation.attachment.1.79
-dEQP-VK.renderpass2.suballocation.attachment.1.80
-dEQP-VK.renderpass2.suballocation.attachment.1.81
-dEQP-VK.renderpass2.suballocation.attachment.1.82
-dEQP-VK.renderpass2.suballocation.attachment.1.83
-dEQP-VK.renderpass2.suballocation.attachment.1.84
-dEQP-VK.renderpass2.suballocation.attachment.1.85
-dEQP-VK.renderpass2.suballocation.attachment.1.86
-dEQP-VK.renderpass2.suballocation.attachment.1.87
-dEQP-VK.renderpass2.suballocation.attachment.1.88
-dEQP-VK.renderpass2.suballocation.attachment.1.89
-dEQP-VK.renderpass2.suballocation.attachment.1.90
-dEQP-VK.renderpass2.suballocation.attachment.1.91
-dEQP-VK.renderpass2.suballocation.attachment.1.92
-dEQP-VK.renderpass2.suballocation.attachment.1.93
-dEQP-VK.renderpass2.suballocation.attachment.1.94
-dEQP-VK.renderpass2.suballocation.attachment.1.95
-dEQP-VK.renderpass2.suballocation.attachment.1.96
-dEQP-VK.renderpass2.suballocation.attachment.1.97
-dEQP-VK.renderpass2.suballocation.attachment.1.98
-dEQP-VK.renderpass2.suballocation.attachment.1.99
-dEQP-VK.renderpass2.suballocation.attachment.3.200
-dEQP-VK.renderpass2.suballocation.attachment.3.201
-dEQP-VK.renderpass2.suballocation.attachment.3.202
-dEQP-VK.renderpass2.suballocation.attachment.3.203
-dEQP-VK.renderpass2.suballocation.attachment.3.204
-dEQP-VK.renderpass2.suballocation.attachment.3.205
-dEQP-VK.renderpass2.suballocation.attachment.3.206
-dEQP-VK.renderpass2.suballocation.attachment.3.207
-dEQP-VK.renderpass2.suballocation.attachment.3.208
-dEQP-VK.renderpass2.suballocation.attachment.3.209
-dEQP-VK.renderpass2.suballocation.attachment.3.210
-dEQP-VK.renderpass2.suballocation.attachment.3.211
-dEQP-VK.renderpass2.suballocation.attachment.3.212
-dEQP-VK.renderpass2.suballocation.attachment.3.213
-dEQP-VK.renderpass2.suballocation.attachment.3.214
-dEQP-VK.renderpass2.suballocation.attachment.3.215
-dEQP-VK.renderpass2.suballocation.attachment.3.216
-dEQP-VK.renderpass2.suballocation.attachment.3.217
-dEQP-VK.renderpass2.suballocation.attachment.3.218
-dEQP-VK.renderpass2.suballocation.attachment.3.219
-dEQP-VK.renderpass2.suballocation.attachment.3.220
-dEQP-VK.renderpass2.suballocation.attachment.3.221
-dEQP-VK.renderpass2.suballocation.attachment.3.222
-dEQP-VK.renderpass2.suballocation.attachment.3.223
-dEQP-VK.renderpass2.suballocation.attachment.3.224
-dEQP-VK.renderpass2.suballocation.attachment.3.225
-dEQP-VK.renderpass2.suballocation.attachment.3.226
-dEQP-VK.renderpass2.suballocation.attachment.3.227
-dEQP-VK.renderpass2.suballocation.attachment.3.228
-dEQP-VK.renderpass2.suballocation.attachment.3.229
-dEQP-VK.renderpass2.suballocation.attachment.3.230
-dEQP-VK.renderpass2.suballocation.attachment.3.231
-dEQP-VK.renderpass2.suballocation.attachment.3.232
-dEQP-VK.renderpass2.suballocation.attachment.3.233
-dEQP-VK.renderpass2.suballocation.attachment.3.234
-dEQP-VK.renderpass2.suballocation.attachment.3.235
-dEQP-VK.renderpass2.suballocation.attachment.3.236
-dEQP-VK.renderpass2.suballocation.attachment.3.237
-dEQP-VK.renderpass2.suballocation.attachment.3.238
-dEQP-VK.renderpass2.suballocation.attachment.3.239
-dEQP-VK.renderpass2.suballocation.attachment.3.240
-dEQP-VK.renderpass2.suballocation.attachment.3.241
-dEQP-VK.renderpass2.suballocation.attachment.3.242
-dEQP-VK.renderpass2.suballocation.attachment.3.243
-dEQP-VK.renderpass2.suballocation.attachment.3.244
-dEQP-VK.renderpass2.suballocation.attachment.3.245
-dEQP-VK.renderpass2.suballocation.attachment.3.246
-dEQP-VK.renderpass2.suballocation.attachment.3.247
-dEQP-VK.renderpass2.suballocation.attachment.3.248
-dEQP-VK.renderpass2.suballocation.attachment.3.249
-dEQP-VK.renderpass2.suballocation.attachment.3.250
-dEQP-VK.renderpass2.suballocation.attachment.3.251
-dEQP-VK.renderpass2.suballocation.attachment.3.252
-dEQP-VK.renderpass2.suballocation.attachment.3.253
-dEQP-VK.renderpass2.suballocation.attachment.3.254
-dEQP-VK.renderpass2.suballocation.attachment.3.255
-dEQP-VK.renderpass2.suballocation.attachment.3.256
-dEQP-VK.renderpass2.suballocation.attachment.3.257
-dEQP-VK.renderpass2.suballocation.attachment.3.258
-dEQP-VK.renderpass2.suballocation.attachment.3.259
-dEQP-VK.renderpass2.suballocation.attachment.3.260
-dEQP-VK.renderpass2.suballocation.attachment.3.261
-dEQP-VK.renderpass2.suballocation.attachment.3.262
-dEQP-VK.renderpass2.suballocation.attachment.3.263
-dEQP-VK.renderpass2.suballocation.attachment.3.264
-dEQP-VK.renderpass2.suballocation.attachment.3.265
-dEQP-VK.renderpass2.suballocation.attachment.3.266
-dEQP-VK.renderpass2.suballocation.attachment.3.267
-dEQP-VK.renderpass2.suballocation.attachment.3.268
-dEQP-VK.renderpass2.suballocation.attachment.3.269
-dEQP-VK.renderpass2.suballocation.attachment.3.270
-dEQP-VK.renderpass2.suballocation.attachment.3.271
-dEQP-VK.renderpass2.suballocation.attachment.3.272
-dEQP-VK.renderpass2.suballocation.attachment.3.273
-dEQP-VK.renderpass2.suballocation.attachment.3.274
-dEQP-VK.renderpass2.suballocation.attachment.3.275
-dEQP-VK.renderpass2.suballocation.attachment.3.276
-dEQP-VK.renderpass2.suballocation.attachment.3.277
-dEQP-VK.renderpass2.suballocation.attachment.3.278
-dEQP-VK.renderpass2.suballocation.attachment.3.279
-dEQP-VK.renderpass2.suballocation.attachment.3.280
-dEQP-VK.renderpass2.suballocation.attachment.3.281
-dEQP-VK.renderpass2.suballocation.attachment.3.282
-dEQP-VK.renderpass2.suballocation.attachment.3.283
-dEQP-VK.renderpass2.suballocation.attachment.3.284
-dEQP-VK.renderpass2.suballocation.attachment.3.285
-dEQP-VK.renderpass2.suballocation.attachment.3.286
-dEQP-VK.renderpass2.suballocation.attachment.3.287
-dEQP-VK.renderpass2.suballocation.attachment.3.288
-dEQP-VK.renderpass2.suballocation.attachment.3.289
-dEQP-VK.renderpass2.suballocation.attachment.3.290
-dEQP-VK.renderpass2.suballocation.attachment.3.291
-dEQP-VK.renderpass2.suballocation.attachment.3.292
-dEQP-VK.renderpass2.suballocation.attachment.3.293
-dEQP-VK.renderpass2.suballocation.attachment.3.294
-dEQP-VK.renderpass2.suballocation.attachment.3.295
-dEQP-VK.renderpass2.suballocation.attachment.3.296
-dEQP-VK.renderpass2.suballocation.attachment.3.297
-dEQP-VK.renderpass2.suballocation.attachment.3.298
-dEQP-VK.renderpass2.suballocation.attachment.3.299
-dEQP-VK.renderpass2.suballocation.attachment.3.300
-dEQP-VK.renderpass2.suballocation.attachment.3.301
-dEQP-VK.renderpass2.suballocation.attachment.3.302
-dEQP-VK.renderpass2.suballocation.attachment.3.303
-dEQP-VK.renderpass2.suballocation.attachment.3.304
-dEQP-VK.renderpass2.suballocation.attachment.3.305
-dEQP-VK.renderpass2.suballocation.attachment.3.306
-dEQP-VK.renderpass2.suballocation.attachment.3.307
-dEQP-VK.renderpass2.suballocation.attachment.3.308
-dEQP-VK.renderpass2.suballocation.attachment.3.309
-dEQP-VK.renderpass2.suballocation.attachment.3.310
-dEQP-VK.renderpass2.suballocation.attachment.3.311
-dEQP-VK.renderpass2.suballocation.attachment.3.312
-dEQP-VK.renderpass2.suballocation.attachment.3.313
-dEQP-VK.renderpass2.suballocation.attachment.3.314
-dEQP-VK.renderpass2.suballocation.attachment.3.315
-dEQP-VK.renderpass2.suballocation.attachment.3.316
-dEQP-VK.renderpass2.suballocation.attachment.3.317
-dEQP-VK.renderpass2.suballocation.attachment.3.318
-dEQP-VK.renderpass2.suballocation.attachment.3.319
-dEQP-VK.renderpass2.suballocation.attachment.3.320
-dEQP-VK.renderpass2.suballocation.attachment.3.321
-dEQP-VK.renderpass2.suballocation.attachment.3.322
-dEQP-VK.renderpass2.suballocation.attachment.3.323
-dEQP-VK.renderpass2.suballocation.attachment.3.324
-dEQP-VK.renderpass2.suballocation.attachment.3.325
-dEQP-VK.renderpass2.suballocation.attachment.3.326
-dEQP-VK.renderpass2.suballocation.attachment.3.327
-dEQP-VK.renderpass2.suballocation.attachment.3.328
-dEQP-VK.renderpass2.suballocation.attachment.3.329
-dEQP-VK.renderpass2.suballocation.attachment.3.330
-dEQP-VK.renderpass2.suballocation.attachment.3.331
-dEQP-VK.renderpass2.suballocation.attachment.3.332
-dEQP-VK.renderpass2.suballocation.attachment.3.333
-dEQP-VK.renderpass2.suballocation.attachment.3.334
-dEQP-VK.renderpass2.suballocation.attachment.3.335
-dEQP-VK.renderpass2.suballocation.attachment.3.336
-dEQP-VK.renderpass2.suballocation.attachment.3.337
-dEQP-VK.renderpass2.suballocation.attachment.3.338
-dEQP-VK.renderpass2.suballocation.attachment.3.339
-dEQP-VK.renderpass2.suballocation.attachment.3.340
-dEQP-VK.renderpass2.suballocation.attachment.3.341
-dEQP-VK.renderpass2.suballocation.attachment.3.342
-dEQP-VK.renderpass2.suballocation.attachment.3.343
-dEQP-VK.renderpass2.suballocation.attachment.3.344
-dEQP-VK.renderpass2.suballocation.attachment.3.345
-dEQP-VK.renderpass2.suballocation.attachment.3.346
-dEQP-VK.renderpass2.suballocation.attachment.3.347
-dEQP-VK.renderpass2.suballocation.attachment.3.348
-dEQP-VK.renderpass2.suballocation.attachment.3.349
-dEQP-VK.renderpass2.suballocation.attachment.3.350
-dEQP-VK.renderpass2.suballocation.attachment.3.351
-dEQP-VK.renderpass2.suballocation.attachment.3.352
-dEQP-VK.renderpass2.suballocation.attachment.3.353
-dEQP-VK.renderpass2.suballocation.attachment.3.354
-dEQP-VK.renderpass2.suballocation.attachment.3.355
-dEQP-VK.renderpass2.suballocation.attachment.3.356
-dEQP-VK.renderpass2.suballocation.attachment.3.357
-dEQP-VK.renderpass2.suballocation.attachment.3.358
-dEQP-VK.renderpass2.suballocation.attachment.3.359
-dEQP-VK.renderpass2.suballocation.attachment.3.360
-dEQP-VK.renderpass2.suballocation.attachment.3.361
-dEQP-VK.renderpass2.suballocation.attachment.3.362
-dEQP-VK.renderpass2.suballocation.attachment.3.363
-dEQP-VK.renderpass2.suballocation.attachment.3.364
-dEQP-VK.renderpass2.suballocation.attachment.3.365
-dEQP-VK.renderpass2.suballocation.attachment.3.366
-dEQP-VK.renderpass2.suballocation.attachment.3.367
-dEQP-VK.renderpass2.suballocation.attachment.3.368
-dEQP-VK.renderpass2.suballocation.attachment.3.369
-dEQP-VK.renderpass2.suballocation.attachment.3.370
-dEQP-VK.renderpass2.suballocation.attachment.3.371
-dEQP-VK.renderpass2.suballocation.attachment.3.372
-dEQP-VK.renderpass2.suballocation.attachment.3.373
-dEQP-VK.renderpass2.suballocation.attachment.3.374
-dEQP-VK.renderpass2.suballocation.attachment.3.375
-dEQP-VK.renderpass2.suballocation.attachment.3.376
-dEQP-VK.renderpass2.suballocation.attachment.3.377
-dEQP-VK.renderpass2.suballocation.attachment.3.378
-dEQP-VK.renderpass2.suballocation.attachment.3.379
-dEQP-VK.renderpass2.suballocation.attachment.3.380
-dEQP-VK.renderpass2.suballocation.attachment.3.381
-dEQP-VK.renderpass2.suballocation.attachment.3.382
-dEQP-VK.renderpass2.suballocation.attachment.3.383
-dEQP-VK.renderpass2.suballocation.attachment.3.384
-dEQP-VK.renderpass2.suballocation.attachment.3.385
-dEQP-VK.renderpass2.suballocation.attachment.3.386
-dEQP-VK.renderpass2.suballocation.attachment.3.387
-dEQP-VK.renderpass2.suballocation.attachment.3.388
-dEQP-VK.renderpass2.suballocation.attachment.3.389
-dEQP-VK.renderpass2.suballocation.attachment.3.390
-dEQP-VK.renderpass2.suballocation.attachment.3.391
-dEQP-VK.renderpass2.suballocation.attachment.3.392
-dEQP-VK.renderpass2.suballocation.attachment.3.393
-dEQP-VK.renderpass2.suballocation.attachment.3.394
-dEQP-VK.renderpass2.suballocation.attachment.3.395
-dEQP-VK.renderpass2.suballocation.attachment.3.396
-dEQP-VK.renderpass2.suballocation.attachment.3.397
-dEQP-VK.renderpass2.suballocation.attachment.3.398
-dEQP-VK.renderpass2.suballocation.attachment.3.399
-dEQP-VK.renderpass2.suballocation.attachment.4.400
-dEQP-VK.renderpass2.suballocation.attachment.4.401
-dEQP-VK.renderpass2.suballocation.attachment.4.402
-dEQP-VK.renderpass2.suballocation.attachment.4.403
-dEQP-VK.renderpass2.suballocation.attachment.4.404
-dEQP-VK.renderpass2.suballocation.attachment.4.405
-dEQP-VK.renderpass2.suballocation.attachment.4.406
-dEQP-VK.renderpass2.suballocation.attachment.4.407
-dEQP-VK.renderpass2.suballocation.attachment.4.408
-dEQP-VK.renderpass2.suballocation.attachment.4.409
-dEQP-VK.renderpass2.suballocation.attachment.4.410
-dEQP-VK.renderpass2.suballocation.attachment.4.411
-dEQP-VK.renderpass2.suballocation.attachment.4.412
-dEQP-VK.renderpass2.suballocation.attachment.4.413
-dEQP-VK.renderpass2.suballocation.attachment.4.414
-dEQP-VK.renderpass2.suballocation.attachment.4.415
-dEQP-VK.renderpass2.suballocation.attachment.4.416
-dEQP-VK.renderpass2.suballocation.attachment.4.417
-dEQP-VK.renderpass2.suballocation.attachment.4.418
-dEQP-VK.renderpass2.suballocation.attachment.4.419
-dEQP-VK.renderpass2.suballocation.attachment.4.420
-dEQP-VK.renderpass2.suballocation.attachment.4.421
-dEQP-VK.renderpass2.suballocation.attachment.4.422
-dEQP-VK.renderpass2.suballocation.attachment.4.423
-dEQP-VK.renderpass2.suballocation.attachment.4.424
-dEQP-VK.renderpass2.suballocation.attachment.4.425
-dEQP-VK.renderpass2.suballocation.attachment.4.426
-dEQP-VK.renderpass2.suballocation.attachment.4.427
-dEQP-VK.renderpass2.suballocation.attachment.4.428
-dEQP-VK.renderpass2.suballocation.attachment.4.429
-dEQP-VK.renderpass2.suballocation.attachment.4.430
-dEQP-VK.renderpass2.suballocation.attachment.4.431
-dEQP-VK.renderpass2.suballocation.attachment.4.432
-dEQP-VK.renderpass2.suballocation.attachment.4.433
-dEQP-VK.renderpass2.suballocation.attachment.4.434
-dEQP-VK.renderpass2.suballocation.attachment.4.435
-dEQP-VK.renderpass2.suballocation.attachment.4.436
-dEQP-VK.renderpass2.suballocation.attachment.4.437
-dEQP-VK.renderpass2.suballocation.attachment.4.438
-dEQP-VK.renderpass2.suballocation.attachment.4.439
-dEQP-VK.renderpass2.suballocation.attachment.4.440
-dEQP-VK.renderpass2.suballocation.attachment.4.441
-dEQP-VK.renderpass2.suballocation.attachment.4.442
-dEQP-VK.renderpass2.suballocation.attachment.4.443
-dEQP-VK.renderpass2.suballocation.attachment.4.444
-dEQP-VK.renderpass2.suballocation.attachment.4.445
-dEQP-VK.renderpass2.suballocation.attachment.4.446
-dEQP-VK.renderpass2.suballocation.attachment.4.447
-dEQP-VK.renderpass2.suballocation.attachment.4.448
-dEQP-VK.renderpass2.suballocation.attachment.4.449
-dEQP-VK.renderpass2.suballocation.attachment.4.450
-dEQP-VK.renderpass2.suballocation.attachment.4.451
-dEQP-VK.renderpass2.suballocation.attachment.4.452
-dEQP-VK.renderpass2.suballocation.attachment.4.453
-dEQP-VK.renderpass2.suballocation.attachment.4.454
-dEQP-VK.renderpass2.suballocation.attachment.4.455
-dEQP-VK.renderpass2.suballocation.attachment.4.456
-dEQP-VK.renderpass2.suballocation.attachment.4.457
-dEQP-VK.renderpass2.suballocation.attachment.4.458
-dEQP-VK.renderpass2.suballocation.attachment.4.459
-dEQP-VK.renderpass2.suballocation.attachment.4.460
-dEQP-VK.renderpass2.suballocation.attachment.4.461
-dEQP-VK.renderpass2.suballocation.attachment.4.462
-dEQP-VK.renderpass2.suballocation.attachment.4.463
-dEQP-VK.renderpass2.suballocation.attachment.4.464
-dEQP-VK.renderpass2.suballocation.attachment.4.465
-dEQP-VK.renderpass2.suballocation.attachment.4.466
-dEQP-VK.renderpass2.suballocation.attachment.4.467
-dEQP-VK.renderpass2.suballocation.attachment.4.468
-dEQP-VK.renderpass2.suballocation.attachment.4.469
-dEQP-VK.renderpass2.suballocation.attachment.4.470
-dEQP-VK.renderpass2.suballocation.attachment.4.471
-dEQP-VK.renderpass2.suballocation.attachment.4.472
-dEQP-VK.renderpass2.suballocation.attachment.4.473
-dEQP-VK.renderpass2.suballocation.attachment.4.474
-dEQP-VK.renderpass2.suballocation.attachment.4.475
-dEQP-VK.renderpass2.suballocation.attachment.4.476
-dEQP-VK.renderpass2.suballocation.attachment.4.477
-dEQP-VK.renderpass2.suballocation.attachment.4.478
-dEQP-VK.renderpass2.suballocation.attachment.4.479
-dEQP-VK.renderpass2.suballocation.attachment.4.480
-dEQP-VK.renderpass2.suballocation.attachment.4.481
-dEQP-VK.renderpass2.suballocation.attachment.4.482
-dEQP-VK.renderpass2.suballocation.attachment.4.483
-dEQP-VK.renderpass2.suballocation.attachment.4.484
-dEQP-VK.renderpass2.suballocation.attachment.4.485
-dEQP-VK.renderpass2.suballocation.attachment.4.486
-dEQP-VK.renderpass2.suballocation.attachment.4.487
-dEQP-VK.renderpass2.suballocation.attachment.4.488
-dEQP-VK.renderpass2.suballocation.attachment.4.489
-dEQP-VK.renderpass2.suballocation.attachment.4.490
-dEQP-VK.renderpass2.suballocation.attachment.4.491
-dEQP-VK.renderpass2.suballocation.attachment.4.492
-dEQP-VK.renderpass2.suballocation.attachment.4.493
-dEQP-VK.renderpass2.suballocation.attachment.4.494
-dEQP-VK.renderpass2.suballocation.attachment.4.495
-dEQP-VK.renderpass2.suballocation.attachment.4.496
-dEQP-VK.renderpass2.suballocation.attachment.4.497
-dEQP-VK.renderpass2.suballocation.attachment.4.498
-dEQP-VK.renderpass2.suballocation.attachment.4.499
-dEQP-VK.renderpass2.suballocation.attachment.4.500
-dEQP-VK.renderpass2.suballocation.attachment.4.501
-dEQP-VK.renderpass2.suballocation.attachment.4.502
-dEQP-VK.renderpass2.suballocation.attachment.4.503
-dEQP-VK.renderpass2.suballocation.attachment.4.504
-dEQP-VK.renderpass2.suballocation.attachment.4.505
-dEQP-VK.renderpass2.suballocation.attachment.4.506
-dEQP-VK.renderpass2.suballocation.attachment.4.507
-dEQP-VK.renderpass2.suballocation.attachment.4.508
-dEQP-VK.renderpass2.suballocation.attachment.4.509
-dEQP-VK.renderpass2.suballocation.attachment.4.510
-dEQP-VK.renderpass2.suballocation.attachment.4.511
-dEQP-VK.renderpass2.suballocation.attachment.4.512
-dEQP-VK.renderpass2.suballocation.attachment.4.513
-dEQP-VK.renderpass2.suballocation.attachment.4.514
-dEQP-VK.renderpass2.suballocation.attachment.4.515
-dEQP-VK.renderpass2.suballocation.attachment.4.516
-dEQP-VK.renderpass2.suballocation.attachment.4.517
-dEQP-VK.renderpass2.suballocation.attachment.4.518
-dEQP-VK.renderpass2.suballocation.attachment.4.519
-dEQP-VK.renderpass2.suballocation.attachment.4.520
-dEQP-VK.renderpass2.suballocation.attachment.4.521
-dEQP-VK.renderpass2.suballocation.attachment.4.522
-dEQP-VK.renderpass2.suballocation.attachment.4.523
-dEQP-VK.renderpass2.suballocation.attachment.4.524
-dEQP-VK.renderpass2.suballocation.attachment.4.525
-dEQP-VK.renderpass2.suballocation.attachment.4.526
-dEQP-VK.renderpass2.suballocation.attachment.4.527
-dEQP-VK.renderpass2.suballocation.attachment.4.528
-dEQP-VK.renderpass2.suballocation.attachment.4.529
-dEQP-VK.renderpass2.suballocation.attachment.4.530
-dEQP-VK.renderpass2.suballocation.attachment.4.531
-dEQP-VK.renderpass2.suballocation.attachment.4.532
-dEQP-VK.renderpass2.suballocation.attachment.4.533
-dEQP-VK.renderpass2.suballocation.attachment.4.534
-dEQP-VK.renderpass2.suballocation.attachment.4.535
-dEQP-VK.renderpass2.suballocation.attachment.4.536
-dEQP-VK.renderpass2.suballocation.attachment.4.537
-dEQP-VK.renderpass2.suballocation.attachment.4.538
-dEQP-VK.renderpass2.suballocation.attachment.4.539
-dEQP-VK.renderpass2.suballocation.attachment.4.540
-dEQP-VK.renderpass2.suballocation.attachment.4.541
-dEQP-VK.renderpass2.suballocation.attachment.4.542
-dEQP-VK.renderpass2.suballocation.attachment.4.543
-dEQP-VK.renderpass2.suballocation.attachment.4.544
-dEQP-VK.renderpass2.suballocation.attachment.4.545
-dEQP-VK.renderpass2.suballocation.attachment.4.546
-dEQP-VK.renderpass2.suballocation.attachment.4.547
-dEQP-VK.renderpass2.suballocation.attachment.4.548
-dEQP-VK.renderpass2.suballocation.attachment.4.549
-dEQP-VK.renderpass2.suballocation.attachment.4.550
-dEQP-VK.renderpass2.suballocation.attachment.4.551
-dEQP-VK.renderpass2.suballocation.attachment.4.552
-dEQP-VK.renderpass2.suballocation.attachment.4.553
-dEQP-VK.renderpass2.suballocation.attachment.4.554
-dEQP-VK.renderpass2.suballocation.attachment.4.555
-dEQP-VK.renderpass2.suballocation.attachment.4.556
-dEQP-VK.renderpass2.suballocation.attachment.4.557
-dEQP-VK.renderpass2.suballocation.attachment.4.558
-dEQP-VK.renderpass2.suballocation.attachment.4.559
-dEQP-VK.renderpass2.suballocation.attachment.4.560
-dEQP-VK.renderpass2.suballocation.attachment.4.561
-dEQP-VK.renderpass2.suballocation.attachment.4.562
-dEQP-VK.renderpass2.suballocation.attachment.4.563
-dEQP-VK.renderpass2.suballocation.attachment.4.564
-dEQP-VK.renderpass2.suballocation.attachment.4.565
-dEQP-VK.renderpass2.suballocation.attachment.4.566
-dEQP-VK.renderpass2.suballocation.attachment.4.567
-dEQP-VK.renderpass2.suballocation.attachment.4.568
-dEQP-VK.renderpass2.suballocation.attachment.4.569
-dEQP-VK.renderpass2.suballocation.attachment.4.570
-dEQP-VK.renderpass2.suballocation.attachment.4.571
-dEQP-VK.renderpass2.suballocation.attachment.4.572
-dEQP-VK.renderpass2.suballocation.attachment.4.573
-dEQP-VK.renderpass2.suballocation.attachment.4.574
-dEQP-VK.renderpass2.suballocation.attachment.4.575
-dEQP-VK.renderpass2.suballocation.attachment.4.576
-dEQP-VK.renderpass2.suballocation.attachment.4.577
-dEQP-VK.renderpass2.suballocation.attachment.4.578
-dEQP-VK.renderpass2.suballocation.attachment.4.579
-dEQP-VK.renderpass2.suballocation.attachment.4.580
-dEQP-VK.renderpass2.suballocation.attachment.4.581
-dEQP-VK.renderpass2.suballocation.attachment.4.582
-dEQP-VK.renderpass2.suballocation.attachment.4.583
-dEQP-VK.renderpass2.suballocation.attachment.4.584
-dEQP-VK.renderpass2.suballocation.attachment.4.585
-dEQP-VK.renderpass2.suballocation.attachment.4.586
-dEQP-VK.renderpass2.suballocation.attachment.4.587
-dEQP-VK.renderpass2.suballocation.attachment.4.588
-dEQP-VK.renderpass2.suballocation.attachment.4.589
-dEQP-VK.renderpass2.suballocation.attachment.4.590
-dEQP-VK.renderpass2.suballocation.attachment.4.591
-dEQP-VK.renderpass2.suballocation.attachment.4.592
-dEQP-VK.renderpass2.suballocation.attachment.4.593
-dEQP-VK.renderpass2.suballocation.attachment.4.594
-dEQP-VK.renderpass2.suballocation.attachment.4.595
-dEQP-VK.renderpass2.suballocation.attachment.4.596
-dEQP-VK.renderpass2.suballocation.attachment.4.597
-dEQP-VK.renderpass2.suballocation.attachment.4.598
-dEQP-VK.renderpass2.suballocation.attachment.4.599
-dEQP-VK.renderpass2.suballocation.attachment.8.600
-dEQP-VK.renderpass2.suballocation.attachment.8.601
-dEQP-VK.renderpass2.suballocation.attachment.8.602
-dEQP-VK.renderpass2.suballocation.attachment.8.603
-dEQP-VK.renderpass2.suballocation.attachment.8.604
-dEQP-VK.renderpass2.suballocation.attachment.8.605
-dEQP-VK.renderpass2.suballocation.attachment.8.606
-dEQP-VK.renderpass2.suballocation.attachment.8.607
-dEQP-VK.renderpass2.suballocation.attachment.8.608
-dEQP-VK.renderpass2.suballocation.attachment.8.609
-dEQP-VK.renderpass2.suballocation.attachment.8.610
-dEQP-VK.renderpass2.suballocation.attachment.8.611
-dEQP-VK.renderpass2.suballocation.attachment.8.612
-dEQP-VK.renderpass2.suballocation.attachment.8.613
-dEQP-VK.renderpass2.suballocation.attachment.8.614
-dEQP-VK.renderpass2.suballocation.attachment.8.615
-dEQP-VK.renderpass2.suballocation.attachment.8.616
-dEQP-VK.renderpass2.suballocation.attachment.8.617
-dEQP-VK.renderpass2.suballocation.attachment.8.618
-dEQP-VK.renderpass2.suballocation.attachment.8.619
-dEQP-VK.renderpass2.suballocation.attachment.8.620
-dEQP-VK.renderpass2.suballocation.attachment.8.621
-dEQP-VK.renderpass2.suballocation.attachment.8.622
-dEQP-VK.renderpass2.suballocation.attachment.8.623
-dEQP-VK.renderpass2.suballocation.attachment.8.624
-dEQP-VK.renderpass2.suballocation.attachment.8.625
-dEQP-VK.renderpass2.suballocation.attachment.8.626
-dEQP-VK.renderpass2.suballocation.attachment.8.627
-dEQP-VK.renderpass2.suballocation.attachment.8.628
-dEQP-VK.renderpass2.suballocation.attachment.8.629
-dEQP-VK.renderpass2.suballocation.attachment.8.630
-dEQP-VK.renderpass2.suballocation.attachment.8.631
-dEQP-VK.renderpass2.suballocation.attachment.8.632
-dEQP-VK.renderpass2.suballocation.attachment.8.633
-dEQP-VK.renderpass2.suballocation.attachment.8.634
-dEQP-VK.renderpass2.suballocation.attachment.8.635
-dEQP-VK.renderpass2.suballocation.attachment.8.636
-dEQP-VK.renderpass2.suballocation.attachment.8.637
-dEQP-VK.renderpass2.suballocation.attachment.8.638
-dEQP-VK.renderpass2.suballocation.attachment.8.639
-dEQP-VK.renderpass2.suballocation.attachment.8.640
-dEQP-VK.renderpass2.suballocation.attachment.8.641
-dEQP-VK.renderpass2.suballocation.attachment.8.642
-dEQP-VK.renderpass2.suballocation.attachment.8.643
-dEQP-VK.renderpass2.suballocation.attachment.8.644
-dEQP-VK.renderpass2.suballocation.attachment.8.645
-dEQP-VK.renderpass2.suballocation.attachment.8.646
-dEQP-VK.renderpass2.suballocation.attachment.8.647
-dEQP-VK.renderpass2.suballocation.attachment.8.648
-dEQP-VK.renderpass2.suballocation.attachment.8.649
-dEQP-VK.renderpass2.suballocation.attachment.8.650
-dEQP-VK.renderpass2.suballocation.attachment.8.651
-dEQP-VK.renderpass2.suballocation.attachment.8.652
-dEQP-VK.renderpass2.suballocation.attachment.8.653
-dEQP-VK.renderpass2.suballocation.attachment.8.654
-dEQP-VK.renderpass2.suballocation.attachment.8.655
-dEQP-VK.renderpass2.suballocation.attachment.8.656
-dEQP-VK.renderpass2.suballocation.attachment.8.657
-dEQP-VK.renderpass2.suballocation.attachment.8.658
-dEQP-VK.renderpass2.suballocation.attachment.8.659
-dEQP-VK.renderpass2.suballocation.attachment.8.660
-dEQP-VK.renderpass2.suballocation.attachment.8.661
-dEQP-VK.renderpass2.suballocation.attachment.8.662
-dEQP-VK.renderpass2.suballocation.attachment.8.663
-dEQP-VK.renderpass2.suballocation.attachment.8.664
-dEQP-VK.renderpass2.suballocation.attachment.8.665
-dEQP-VK.renderpass2.suballocation.attachment.8.666
-dEQP-VK.renderpass2.suballocation.attachment.8.667
-dEQP-VK.renderpass2.suballocation.attachment.8.668
-dEQP-VK.renderpass2.suballocation.attachment.8.669
-dEQP-VK.renderpass2.suballocation.attachment.8.670
-dEQP-VK.renderpass2.suballocation.attachment.8.671
-dEQP-VK.renderpass2.suballocation.attachment.8.672
-dEQP-VK.renderpass2.suballocation.attachment.8.673
-dEQP-VK.renderpass2.suballocation.attachment.8.674
-dEQP-VK.renderpass2.suballocation.attachment.8.675
-dEQP-VK.renderpass2.suballocation.attachment.8.676
-dEQP-VK.renderpass2.suballocation.attachment.8.677
-dEQP-VK.renderpass2.suballocation.attachment.8.678
-dEQP-VK.renderpass2.suballocation.attachment.8.679
-dEQP-VK.renderpass2.suballocation.attachment.8.680
-dEQP-VK.renderpass2.suballocation.attachment.8.681
-dEQP-VK.renderpass2.suballocation.attachment.8.682
-dEQP-VK.renderpass2.suballocation.attachment.8.683
-dEQP-VK.renderpass2.suballocation.attachment.8.684
-dEQP-VK.renderpass2.suballocation.attachment.8.685
-dEQP-VK.renderpass2.suballocation.attachment.8.686
-dEQP-VK.renderpass2.suballocation.attachment.8.687
-dEQP-VK.renderpass2.suballocation.attachment.8.688
-dEQP-VK.renderpass2.suballocation.attachment.8.689
-dEQP-VK.renderpass2.suballocation.attachment.8.690
-dEQP-VK.renderpass2.suballocation.attachment.8.691
-dEQP-VK.renderpass2.suballocation.attachment.8.692
-dEQP-VK.renderpass2.suballocation.attachment.8.693
-dEQP-VK.renderpass2.suballocation.attachment.8.694
-dEQP-VK.renderpass2.suballocation.attachment.8.695
-dEQP-VK.renderpass2.suballocation.attachment.8.696
-dEQP-VK.renderpass2.suballocation.attachment.8.697
-dEQP-VK.renderpass2.suballocation.attachment.8.698
-dEQP-VK.renderpass2.suballocation.attachment.8.699
-dEQP-VK.renderpass2.suballocation.attachment.8.700
-dEQP-VK.renderpass2.suballocation.attachment.8.701
-dEQP-VK.renderpass2.suballocation.attachment.8.702
-dEQP-VK.renderpass2.suballocation.attachment.8.703
-dEQP-VK.renderpass2.suballocation.attachment.8.704
-dEQP-VK.renderpass2.suballocation.attachment.8.705
-dEQP-VK.renderpass2.suballocation.attachment.8.706
-dEQP-VK.renderpass2.suballocation.attachment.8.707
-dEQP-VK.renderpass2.suballocation.attachment.8.708
-dEQP-VK.renderpass2.suballocation.attachment.8.709
-dEQP-VK.renderpass2.suballocation.attachment.8.710
-dEQP-VK.renderpass2.suballocation.attachment.8.711
-dEQP-VK.renderpass2.suballocation.attachment.8.712
-dEQP-VK.renderpass2.suballocation.attachment.8.713
-dEQP-VK.renderpass2.suballocation.attachment.8.714
-dEQP-VK.renderpass2.suballocation.attachment.8.715
-dEQP-VK.renderpass2.suballocation.attachment.8.716
-dEQP-VK.renderpass2.suballocation.attachment.8.717
-dEQP-VK.renderpass2.suballocation.attachment.8.718
-dEQP-VK.renderpass2.suballocation.attachment.8.719
-dEQP-VK.renderpass2.suballocation.attachment.8.720
-dEQP-VK.renderpass2.suballocation.attachment.8.721
-dEQP-VK.renderpass2.suballocation.attachment.8.722
-dEQP-VK.renderpass2.suballocation.attachment.8.723
-dEQP-VK.renderpass2.suballocation.attachment.8.724
-dEQP-VK.renderpass2.suballocation.attachment.8.725
-dEQP-VK.renderpass2.suballocation.attachment.8.726
-dEQP-VK.renderpass2.suballocation.attachment.8.727
-dEQP-VK.renderpass2.suballocation.attachment.8.728
-dEQP-VK.renderpass2.suballocation.attachment.8.729
-dEQP-VK.renderpass2.suballocation.attachment.8.730
-dEQP-VK.renderpass2.suballocation.attachment.8.731
-dEQP-VK.renderpass2.suballocation.attachment.8.732
-dEQP-VK.renderpass2.suballocation.attachment.8.733
-dEQP-VK.renderpass2.suballocation.attachment.8.734
-dEQP-VK.renderpass2.suballocation.attachment.8.735
-dEQP-VK.renderpass2.suballocation.attachment.8.736
-dEQP-VK.renderpass2.suballocation.attachment.8.737
-dEQP-VK.renderpass2.suballocation.attachment.8.738
-dEQP-VK.renderpass2.suballocation.attachment.8.739
-dEQP-VK.renderpass2.suballocation.attachment.8.740
-dEQP-VK.renderpass2.suballocation.attachment.8.741
-dEQP-VK.renderpass2.suballocation.attachment.8.742
-dEQP-VK.renderpass2.suballocation.attachment.8.743
-dEQP-VK.renderpass2.suballocation.attachment.8.744
-dEQP-VK.renderpass2.suballocation.attachment.8.745
-dEQP-VK.renderpass2.suballocation.attachment.8.746
-dEQP-VK.renderpass2.suballocation.attachment.8.747
-dEQP-VK.renderpass2.suballocation.attachment.8.748
-dEQP-VK.renderpass2.suballocation.attachment.8.749
-dEQP-VK.renderpass2.suballocation.attachment.8.750
-dEQP-VK.renderpass2.suballocation.attachment.8.751
-dEQP-VK.renderpass2.suballocation.attachment.8.752
-dEQP-VK.renderpass2.suballocation.attachment.8.753
-dEQP-VK.renderpass2.suballocation.attachment.8.754
-dEQP-VK.renderpass2.suballocation.attachment.8.755
-dEQP-VK.renderpass2.suballocation.attachment.8.756
-dEQP-VK.renderpass2.suballocation.attachment.8.757
-dEQP-VK.renderpass2.suballocation.attachment.8.758
-dEQP-VK.renderpass2.suballocation.attachment.8.759
-dEQP-VK.renderpass2.suballocation.attachment.8.760
-dEQP-VK.renderpass2.suballocation.attachment.8.761
-dEQP-VK.renderpass2.suballocation.attachment.8.762
-dEQP-VK.renderpass2.suballocation.attachment.8.763
-dEQP-VK.renderpass2.suballocation.attachment.8.764
-dEQP-VK.renderpass2.suballocation.attachment.8.765
-dEQP-VK.renderpass2.suballocation.attachment.8.766
-dEQP-VK.renderpass2.suballocation.attachment.8.767
-dEQP-VK.renderpass2.suballocation.attachment.8.768
-dEQP-VK.renderpass2.suballocation.attachment.8.769
-dEQP-VK.renderpass2.suballocation.attachment.8.770
-dEQP-VK.renderpass2.suballocation.attachment.8.771
-dEQP-VK.renderpass2.suballocation.attachment.8.772
-dEQP-VK.renderpass2.suballocation.attachment.8.773
-dEQP-VK.renderpass2.suballocation.attachment.8.774
-dEQP-VK.renderpass2.suballocation.attachment.8.775
-dEQP-VK.renderpass2.suballocation.attachment.8.776
-dEQP-VK.renderpass2.suballocation.attachment.8.777
-dEQP-VK.renderpass2.suballocation.attachment.8.778
-dEQP-VK.renderpass2.suballocation.attachment.8.779
-dEQP-VK.renderpass2.suballocation.attachment.8.780
-dEQP-VK.renderpass2.suballocation.attachment.8.781
-dEQP-VK.renderpass2.suballocation.attachment.8.782
-dEQP-VK.renderpass2.suballocation.attachment.8.783
-dEQP-VK.renderpass2.suballocation.attachment.8.784
-dEQP-VK.renderpass2.suballocation.attachment.8.785
-dEQP-VK.renderpass2.suballocation.attachment.8.786
-dEQP-VK.renderpass2.suballocation.attachment.8.787
-dEQP-VK.renderpass2.suballocation.attachment.8.788
-dEQP-VK.renderpass2.suballocation.attachment.8.789
-dEQP-VK.renderpass2.suballocation.attachment.8.790
-dEQP-VK.renderpass2.suballocation.attachment.8.791
-dEQP-VK.renderpass2.suballocation.attachment.8.792
-dEQP-VK.renderpass2.suballocation.attachment.8.793
-dEQP-VK.renderpass2.suballocation.attachment.8.794
-dEQP-VK.renderpass2.suballocation.attachment.8.795
-dEQP-VK.renderpass2.suballocation.attachment.8.796
-dEQP-VK.renderpass2.suballocation.attachment.8.797
-dEQP-VK.renderpass2.suballocation.attachment.8.798
-dEQP-VK.renderpass2.suballocation.attachment.8.799
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow.99
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.shrink.99
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.roll.99
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.grow_shrink.99
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output_chain.99
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.0
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.1
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.2
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.3
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.4
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.5
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.6
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.7
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.8
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.9
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.10
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.11
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.12
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.13
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.14
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.15
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.16
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.17
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.18
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.19
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.20
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.21
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.22
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.23
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.24
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.25
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.26
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.27
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.28
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.29
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.30
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.31
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.32
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.33
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.34
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.35
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.36
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.37
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.38
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.39
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.40
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.41
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.42
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.43
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.44
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.45
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.46
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.47
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.48
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.49
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.50
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.51
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.52
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.53
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.54
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.55
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.56
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.57
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.58
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.59
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.60
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.61
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.62
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.63
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.64
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.65
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.66
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.67
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.68
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.69
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.70
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.71
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.72
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.73
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.74
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.75
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.76
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.77
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.78
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.79
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.80
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.81
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.82
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.83
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.84
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.85
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.86
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.87
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.88
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.89
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.90
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.91
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.92
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.93
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.94
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.95
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.96
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.97
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.98
-dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.99
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.renderpass2.suballocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.renderpass2.suballocation.multisample.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r5g6b5_unorm_pack16.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r5g6b5_unorm_pack16.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_srgb.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r8g8b8a8_srgb.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_unorm_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_unorm_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_snorm_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_snorm_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_uint_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_uint_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_sint_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_sint_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_srgb_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a8b8g8r8_srgb_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_srgb.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.b8g8r8a8_srgb.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a2r10g10b10_unorm_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a2r10g10b10_unorm_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_unorm_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_unorm_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_uint_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.a2b10g10r10_uint_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_snorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_snorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r16g16b16a16_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.r32g32b32a32_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.x8_d24_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.x8_d24_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.x8_d24_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.x8_d24_unorm_pack32.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.x8_d24_unorm_pack32.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.s8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.s8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.s8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.s8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.s8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm_s8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm_s8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm_s8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm_s8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.d16_unorm_s8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.d24_unorm_s8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.d24_unorm_s8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.d24_unorm_s8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.d24_unorm_s8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.d24_unorm_s8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat_s8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat_s8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat_s8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat_s8_uint.samples_16
-dEQP-VK.renderpass2.suballocation.multisample.d32_sfloat_s8_uint.samples_32
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
-dEQP-VK.renderpass2.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_64_64.render_passes_2
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_64_64.render_passes_3
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_64_64.render_passes_5
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_128_128.render_passes_2
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_128_128.render_passes_3
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_128_128.render_passes_5
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_512_512.render_passes_2
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_512_512.render_passes_3
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.external_subpass.render_size_512_512.render_passes_5
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.implicit_dependencies.render_passes_2
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.implicit_dependencies.render_passes_3
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.implicit_dependencies.render_passes_5
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_2.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_2.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_3.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_3.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_5.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_32_32.subpass_count_5.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_2.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_2.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_3.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_3.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_5.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_64_64.subpass_count_5.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_2.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_2.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_3.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_3.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_5.d24_unorm_s8_uint
-dEQP-VK.renderpass2.suballocation.subpass_dependencies.late_fragment_tests.render_size_128_128.subpass_count_5.d32_sfloat_s8_uint
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_2_add
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_2_selected_sample_0
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_2_selected_sample_1
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_4_add
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_4_selected_sample_0
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_4_selected_sample_1
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_4_selected_sample_2
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_4_selected_sample_3
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_add
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_0
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_1
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_2
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_3
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_4
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_5
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_6
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_8_selected_sample_7
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_add
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_0
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_1
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_2
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_3
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_4
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_5
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_6
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_7
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_8
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_9
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_10
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_11
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_12
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_13
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_14
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_16_selected_sample_15
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_add
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_0
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_1
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_2
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_3
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_4
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_5
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_6
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_7
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_8
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_9
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_10
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_11
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_12
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_13
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_14
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_15
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_16
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_17
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_18
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_19
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_20
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_21
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_22
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_23
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_24
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_25
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_26
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_27
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_28
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_29
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_30
-dEQP-VK.renderpass2.suballocation.sampleread.numsamples_32_selected_sample_31
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r5g6b5_unorm_pack16
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8b8a8_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8b8a8_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8b8a8_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8b8a8_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r8g8b8a8_srgb
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.b8g8r8a8_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.b8g8r8a8_srgb
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16_sfloat
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16_sfloat
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16b16a16_unorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16b16a16_snorm
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16b16a16_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16b16a16_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r16g16b16a16_sfloat
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32_sfloat
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32_sfloat
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32b32a32_uint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32b32a32_sint
-dEQP-VK.renderpass2.suballocation.sparserendertarget.r32g32b32a32_sfloat
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopstore.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopload.storeopdontcare.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopstore.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopclear.storeopdontcare.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopstore.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopload.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopload.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopclear.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopclear.stencilstoreopdontcare
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopdontcare.stencilstoreopstore
-dEQP-VK.renderpass2.suballocation.unused_attachment.loadopdontcare.storeopdontcare.stencilloadopdontcare.stencilstoreopdontcare
-dEQP-VK.renderpass2.dedicated_allocation.simple.color
-dEQP-VK.renderpass2.dedicated_allocation.simple.depth
-dEQP-VK.renderpass2.dedicated_allocation.simple.stencil
-dEQP-VK.renderpass2.dedicated_allocation.simple.depth_stencil
-dEQP-VK.renderpass2.dedicated_allocation.simple.color_depth
-dEQP-VK.renderpass2.dedicated_allocation.simple.color_stencil
-dEQP-VK.renderpass2.dedicated_allocation.simple.color_depth_stencil
-dEQP-VK.renderpass2.dedicated_allocation.simple.no_attachments
-dEQP-VK.renderpass2.dedicated_allocation.simple.color_unused_omit_blend_state
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r5g6b5_unorm_pack16.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r8g8b8a8_srgb.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_uint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_sint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.b8g8r8a8_srgb.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16_sfloat.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_unorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_snorm.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.clear.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.load.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.store.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_uint.input.dont_care.dont_care.self_dep_clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.clear.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.clear.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.load.clear
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.load.draw
-dEQP-VK.renderpass2.dedicated_allocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.renderpass2.de