Run DR tests with secondary command buffers
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 11 Apr 2022 11:21:27 +0000 (13:21 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 25 Aug 2022 15:12:18 +0000 (15:12 +0000)
dynamic_rendering tests were replaced with three sub groups:
primary_cmd_buff, partial_secondary_cmd_buff and
complete_secondary_cmd_buff.
* primary_cmd_buff subgroup contains previously existing dynamic
rendering tests where drawing is done in primary command buffer.
* partial_secondary_cmd_buff contains tests where drawing commands
are recorded in secondary command buffer but begin/endRendering
are recorded to primary command buffer.
* complete_secondary_cmd_buff executes tests using secondaries that
completely contain the dynamic render pass.

Components: Vulkan

VK-GL-CTS issue: 3516

Affects:
dEQP-VK.dynamic_rendering.*
dEQP-VK.renderpass*

Change-Id: Id640e0fb8f6e9382d48844d3cdee4a7e040eb609

28 files changed:
android/cts/main/vk-master-2022-03-01/dynamic-rendering.txt
android/cts/main/vk-master-2022-03-01/renderpass.txt
android/cts/main/vk-master/dynamic-rendering.txt
android/cts/main/vk-master/renderpass.txt
external/vulkancts/modules/vulkan/renderpass/CMakeLists.txt
external/vulkancts/modules/vulkan/renderpass/vktRenderPassFragmentDensityMapTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassFragmentDensityMapTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassGroupParams.hpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassSampleReadTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassSparseRenderTargetTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassSparseRenderTargetTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTestsUtil.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentSparseFillingTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentSparseFillingTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentTests.hpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedClearAttachmentTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedClearAttachmentTests.hpp
external/vulkancts/mustpass/main/vk-default/dynamic-rendering.txt
external/vulkancts/mustpass/main/vk-default/renderpass.txt

index 1c95c02..740cb5d 100644 (file)
-dEQP-VK.dynamic_rendering.suballocation.simple.color
-dEQP-VK.dynamic_rendering.suballocation.simple.depth
-dEQP-VK.dynamic_rendering.suballocation.simple.stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth
-dEQP-VK.dynamic_rendering.suballocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.1
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.4
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.5
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.12
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.13
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.14
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.17
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.20
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.21
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.22
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.26
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.31
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.32
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.33
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.36
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.38
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.39
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.41
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.47
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.50
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.51
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.53
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.54
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.56
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.59
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.62
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.63
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.66
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.67
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.69
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.72
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.73
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.75
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.78
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.79
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.81
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.82
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.83
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.85
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.87
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.88
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.89
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.91
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.92
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.95
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.98
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.99
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.202
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.230
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.237
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.241
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.246
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.250
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.258
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.264
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.291
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.294
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.296
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.299
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.307
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.314
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.319
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.330
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.336
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.338
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.349
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.362
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.363
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.373
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.378
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.393
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.397
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.399
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.415
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.418
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.451
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.454
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.465
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.476
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.486
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.493
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.510
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.513
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.523
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.525
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.541
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.547
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.559
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.560
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.568
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.587
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.615
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.668
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.736
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.761
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r5g6b5_unorm_pack16
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.random.seed0_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed0_geometry
-dEQP-VK.dynamic_rendering.random.seed1_geometry
-dEQP-VK.dynamic_rendering.random.seed2_geometry
-dEQP-VK.dynamic_rendering.random.seed3_geometry
-dEQP-VK.dynamic_rendering.random.seed4_geometry
-dEQP-VK.dynamic_rendering.random.seed5_geometry
-dEQP-VK.dynamic_rendering.random.seed6_geometry
-dEQP-VK.dynamic_rendering.random.seed7_geometry
-dEQP-VK.dynamic_rendering.random.seed8_geometry
-dEQP-VK.dynamic_rendering.random.seed9_geometry
-dEQP-VK.dynamic_rendering.random.seed10_geometry
-dEQP-VK.dynamic_rendering.random.seed11_geometry
-dEQP-VK.dynamic_rendering.random.seed12_geometry
-dEQP-VK.dynamic_rendering.random.seed13_geometry
-dEQP-VK.dynamic_rendering.random.seed14_geometry
-dEQP-VK.dynamic_rendering.random.seed15_geometry
-dEQP-VK.dynamic_rendering.random.seed16_geometry
-dEQP-VK.dynamic_rendering.random.seed17_geometry
-dEQP-VK.dynamic_rendering.random.seed18_geometry
-dEQP-VK.dynamic_rendering.random.seed19_geometry
-dEQP-VK.dynamic_rendering.random.seed20_geometry
-dEQP-VK.dynamic_rendering.random.seed21_geometry
-dEQP-VK.dynamic_rendering.random.seed22_geometry
-dEQP-VK.dynamic_rendering.random.seed23_geometry
-dEQP-VK.dynamic_rendering.random.seed24_geometry
-dEQP-VK.dynamic_rendering.random.seed25_geometry
-dEQP-VK.dynamic_rendering.random.seed26_geometry
-dEQP-VK.dynamic_rendering.random.seed27_geometry
-dEQP-VK.dynamic_rendering.random.seed28_geometry
-dEQP-VK.dynamic_rendering.random.seed29_geometry
-dEQP-VK.dynamic_rendering.random.seed30_geometry
-dEQP-VK.dynamic_rendering.random.seed31_geometry
-dEQP-VK.dynamic_rendering.random.seed32_geometry
-dEQP-VK.dynamic_rendering.random.seed33_geometry
-dEQP-VK.dynamic_rendering.random.seed34_geometry
-dEQP-VK.dynamic_rendering.random.seed35_geometry
-dEQP-VK.dynamic_rendering.random.seed36_geometry
-dEQP-VK.dynamic_rendering.random.seed37_geometry
-dEQP-VK.dynamic_rendering.random.seed38_geometry
-dEQP-VK.dynamic_rendering.random.seed39_geometry
-dEQP-VK.dynamic_rendering.random.seed40_geometry
-dEQP-VK.dynamic_rendering.random.seed41_geometry
-dEQP-VK.dynamic_rendering.random.seed42_geometry
-dEQP-VK.dynamic_rendering.random.seed43_geometry
-dEQP-VK.dynamic_rendering.random.seed44_geometry
-dEQP-VK.dynamic_rendering.random.seed45_geometry
-dEQP-VK.dynamic_rendering.random.seed46_geometry
-dEQP-VK.dynamic_rendering.random.seed47_geometry
-dEQP-VK.dynamic_rendering.random.seed48_geometry
-dEQP-VK.dynamic_rendering.random.seed49_geometry
-dEQP-VK.dynamic_rendering.random.seed50_geometry
-dEQP-VK.dynamic_rendering.random.seed51_geometry
-dEQP-VK.dynamic_rendering.random.seed52_geometry
-dEQP-VK.dynamic_rendering.random.seed53_geometry
-dEQP-VK.dynamic_rendering.random.seed54_geometry
-dEQP-VK.dynamic_rendering.random.seed55_geometry
-dEQP-VK.dynamic_rendering.random.seed56_geometry
-dEQP-VK.dynamic_rendering.random.seed57_geometry
-dEQP-VK.dynamic_rendering.random.seed58_geometry
-dEQP-VK.dynamic_rendering.random.seed59_geometry
-dEQP-VK.dynamic_rendering.random.seed60_geometry
-dEQP-VK.dynamic_rendering.random.seed61_geometry
-dEQP-VK.dynamic_rendering.random.seed62_geometry
-dEQP-VK.dynamic_rendering.random.seed63_geometry
-dEQP-VK.dynamic_rendering.random.seed64_geometry
-dEQP-VK.dynamic_rendering.random.seed65_geometry
-dEQP-VK.dynamic_rendering.random.seed66_geometry
-dEQP-VK.dynamic_rendering.random.seed67_geometry
-dEQP-VK.dynamic_rendering.random.seed68_geometry
-dEQP-VK.dynamic_rendering.random.seed69_geometry
-dEQP-VK.dynamic_rendering.random.seed70_geometry
-dEQP-VK.dynamic_rendering.random.seed71_geometry
-dEQP-VK.dynamic_rendering.random.seed72_geometry
-dEQP-VK.dynamic_rendering.random.seed73_geometry
-dEQP-VK.dynamic_rendering.random.seed74_geometry
-dEQP-VK.dynamic_rendering.random.seed75_geometry
-dEQP-VK.dynamic_rendering.random.seed76_geometry
-dEQP-VK.dynamic_rendering.random.seed77_geometry
-dEQP-VK.dynamic_rendering.random.seed78_geometry
-dEQP-VK.dynamic_rendering.random.seed79_geometry
-dEQP-VK.dynamic_rendering.random.seed80_geometry
-dEQP-VK.dynamic_rendering.random.seed81_geometry
-dEQP-VK.dynamic_rendering.random.seed82_geometry
-dEQP-VK.dynamic_rendering.random.seed83_geometry
-dEQP-VK.dynamic_rendering.random.seed84_geometry
-dEQP-VK.dynamic_rendering.random.seed85_geometry
-dEQP-VK.dynamic_rendering.random.seed86_geometry
-dEQP-VK.dynamic_rendering.random.seed87_geometry
-dEQP-VK.dynamic_rendering.random.seed88_geometry
-dEQP-VK.dynamic_rendering.random.seed89_geometry
-dEQP-VK.dynamic_rendering.random.seed90_geometry
-dEQP-VK.dynamic_rendering.random.seed91_geometry
-dEQP-VK.dynamic_rendering.random.seed92_geometry
-dEQP-VK.dynamic_rendering.random.seed93_geometry
-dEQP-VK.dynamic_rendering.random.seed94_geometry
-dEQP-VK.dynamic_rendering.random.seed95_geometry
-dEQP-VK.dynamic_rendering.random.seed96_geometry
-dEQP-VK.dynamic_rendering.random.seed97_geometry
-dEQP-VK.dynamic_rendering.random.seed98_geometry
-dEQP-VK.dynamic_rendering.random.seed99_geometry
-dEQP-VK.dynamic_rendering.random.seed0_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_tessellation
-dEQP-VK.dynamic_rendering.random.seed0
-dEQP-VK.dynamic_rendering.random.seed1
-dEQP-VK.dynamic_rendering.random.seed2
-dEQP-VK.dynamic_rendering.random.seed3
-dEQP-VK.dynamic_rendering.random.seed4
-dEQP-VK.dynamic_rendering.random.seed5
-dEQP-VK.dynamic_rendering.random.seed6
-dEQP-VK.dynamic_rendering.random.seed7
-dEQP-VK.dynamic_rendering.random.seed8
-dEQP-VK.dynamic_rendering.random.seed9
-dEQP-VK.dynamic_rendering.random.seed10
-dEQP-VK.dynamic_rendering.random.seed11
-dEQP-VK.dynamic_rendering.random.seed12
-dEQP-VK.dynamic_rendering.random.seed13
-dEQP-VK.dynamic_rendering.random.seed14
-dEQP-VK.dynamic_rendering.random.seed15
-dEQP-VK.dynamic_rendering.random.seed16
-dEQP-VK.dynamic_rendering.random.seed17
-dEQP-VK.dynamic_rendering.random.seed18
-dEQP-VK.dynamic_rendering.random.seed19
-dEQP-VK.dynamic_rendering.random.seed20
-dEQP-VK.dynamic_rendering.random.seed21
-dEQP-VK.dynamic_rendering.random.seed22
-dEQP-VK.dynamic_rendering.random.seed23
-dEQP-VK.dynamic_rendering.random.seed24
-dEQP-VK.dynamic_rendering.random.seed25
-dEQP-VK.dynamic_rendering.random.seed26
-dEQP-VK.dynamic_rendering.random.seed27
-dEQP-VK.dynamic_rendering.random.seed28
-dEQP-VK.dynamic_rendering.random.seed29
-dEQP-VK.dynamic_rendering.random.seed30
-dEQP-VK.dynamic_rendering.random.seed31
-dEQP-VK.dynamic_rendering.random.seed32
-dEQP-VK.dynamic_rendering.random.seed33
-dEQP-VK.dynamic_rendering.random.seed34
-dEQP-VK.dynamic_rendering.random.seed35
-dEQP-VK.dynamic_rendering.random.seed36
-dEQP-VK.dynamic_rendering.random.seed37
-dEQP-VK.dynamic_rendering.random.seed38
-dEQP-VK.dynamic_rendering.random.seed39
-dEQP-VK.dynamic_rendering.random.seed40
-dEQP-VK.dynamic_rendering.random.seed41
-dEQP-VK.dynamic_rendering.random.seed42
-dEQP-VK.dynamic_rendering.random.seed43
-dEQP-VK.dynamic_rendering.random.seed44
-dEQP-VK.dynamic_rendering.random.seed45
-dEQP-VK.dynamic_rendering.random.seed46
-dEQP-VK.dynamic_rendering.random.seed47
-dEQP-VK.dynamic_rendering.random.seed48
-dEQP-VK.dynamic_rendering.random.seed49
-dEQP-VK.dynamic_rendering.random.seed50
-dEQP-VK.dynamic_rendering.random.seed51
-dEQP-VK.dynamic_rendering.random.seed52
-dEQP-VK.dynamic_rendering.random.seed53
-dEQP-VK.dynamic_rendering.random.seed54
-dEQP-VK.dynamic_rendering.random.seed55
-dEQP-VK.dynamic_rendering.random.seed56
-dEQP-VK.dynamic_rendering.random.seed57
-dEQP-VK.dynamic_rendering.random.seed58
-dEQP-VK.dynamic_rendering.random.seed59
-dEQP-VK.dynamic_rendering.random.seed60
-dEQP-VK.dynamic_rendering.random.seed61
-dEQP-VK.dynamic_rendering.random.seed62
-dEQP-VK.dynamic_rendering.random.seed63
-dEQP-VK.dynamic_rendering.random.seed64
-dEQP-VK.dynamic_rendering.random.seed65
-dEQP-VK.dynamic_rendering.random.seed66
-dEQP-VK.dynamic_rendering.random.seed67
-dEQP-VK.dynamic_rendering.random.seed68
-dEQP-VK.dynamic_rendering.random.seed69
-dEQP-VK.dynamic_rendering.random.seed70
-dEQP-VK.dynamic_rendering.random.seed71
-dEQP-VK.dynamic_rendering.random.seed72
-dEQP-VK.dynamic_rendering.random.seed73
-dEQP-VK.dynamic_rendering.random.seed74
-dEQP-VK.dynamic_rendering.random.seed75
-dEQP-VK.dynamic_rendering.random.seed76
-dEQP-VK.dynamic_rendering.random.seed77
-dEQP-VK.dynamic_rendering.random.seed78
-dEQP-VK.dynamic_rendering.random.seed79
-dEQP-VK.dynamic_rendering.random.seed80
-dEQP-VK.dynamic_rendering.random.seed81
-dEQP-VK.dynamic_rendering.random.seed82
-dEQP-VK.dynamic_rendering.random.seed83
-dEQP-VK.dynamic_rendering.random.seed84
-dEQP-VK.dynamic_rendering.random.seed85
-dEQP-VK.dynamic_rendering.random.seed86
-dEQP-VK.dynamic_rendering.random.seed87
-dEQP-VK.dynamic_rendering.random.seed88
-dEQP-VK.dynamic_rendering.random.seed89
-dEQP-VK.dynamic_rendering.random.seed90
-dEQP-VK.dynamic_rendering.random.seed91
-dEQP-VK.dynamic_rendering.random.seed92
-dEQP-VK.dynamic_rendering.random.seed93
-dEQP-VK.dynamic_rendering.random.seed94
-dEQP-VK.dynamic_rendering.random.seed95
-dEQP-VK.dynamic_rendering.random.seed96
-dEQP-VK.dynamic_rendering.random.seed97
-dEQP-VK.dynamic_rendering.random.seed98
-dEQP-VK.dynamic_rendering.random.seed99
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.12
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.13
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.14
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.17
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.20
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.21
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.22
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.26
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.31
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.32
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.33
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.36
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.38
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.39
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.41
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.47
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.50
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.51
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.53
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.54
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.56
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.59
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.62
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.63
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.66
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.67
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.69
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.72
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.73
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.75
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.78
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.79
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.81
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.82
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.83
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.85
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.87
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.88
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.89
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.91
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.92
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.95
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.98
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.99
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.202
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.230
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.237
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.241
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.246
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.250
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.258
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.264
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.291
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.294
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.296
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.299
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.307
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.314
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.319
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.330
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.336
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.338
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.349
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.362
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.363
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.373
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.378
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.393
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.397
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.399
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.415
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.418
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.451
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.454
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.465
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.476
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.486
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.493
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.510
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.513
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.523
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.525
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.541
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.547
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.559
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.560
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.568
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.587
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.615
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.668
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.736
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.761
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer_resuming
-dEQP-VK.dynamic_rendering.basic.2_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
index ab984c4..ab2624d 100644 (file)
@@ -1543,13 +1543,6 @@ dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.renderpass.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_static_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_deferred_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_dynamic_subsampled
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_initialize_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_initialize_d32sf_s8ui
index 1c95c02..740cb5d 100644 (file)
-dEQP-VK.dynamic_rendering.suballocation.simple.color
-dEQP-VK.dynamic_rendering.suballocation.simple.depth
-dEQP-VK.dynamic_rendering.suballocation.simple.stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth
-dEQP-VK.dynamic_rendering.suballocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.1
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.4
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.5
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.12
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.13
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.14
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.17
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.20
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.21
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.22
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.26
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.31
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.32
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.33
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.36
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.38
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.39
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.41
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.47
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.50
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.51
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.53
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.54
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.56
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.59
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.62
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.63
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.66
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.67
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.69
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.72
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.73
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.75
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.78
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.79
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.81
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.82
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.83
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.85
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.87
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.88
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.89
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.91
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.92
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.95
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.98
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.99
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.202
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.230
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.237
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.241
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.246
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.250
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.258
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.264
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.291
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.294
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.296
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.299
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.307
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.314
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.319
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.330
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.336
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.338
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.349
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.362
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.363
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.373
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.378
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.393
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.397
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.399
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.415
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.418
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.451
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.454
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.465
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.476
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.486
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.493
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.510
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.513
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.523
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.525
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.541
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.547
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.559
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.560
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.568
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.587
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.615
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.668
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.736
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.761
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r5g6b5_unorm_pack16
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.random.seed0_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed0_geometry
-dEQP-VK.dynamic_rendering.random.seed1_geometry
-dEQP-VK.dynamic_rendering.random.seed2_geometry
-dEQP-VK.dynamic_rendering.random.seed3_geometry
-dEQP-VK.dynamic_rendering.random.seed4_geometry
-dEQP-VK.dynamic_rendering.random.seed5_geometry
-dEQP-VK.dynamic_rendering.random.seed6_geometry
-dEQP-VK.dynamic_rendering.random.seed7_geometry
-dEQP-VK.dynamic_rendering.random.seed8_geometry
-dEQP-VK.dynamic_rendering.random.seed9_geometry
-dEQP-VK.dynamic_rendering.random.seed10_geometry
-dEQP-VK.dynamic_rendering.random.seed11_geometry
-dEQP-VK.dynamic_rendering.random.seed12_geometry
-dEQP-VK.dynamic_rendering.random.seed13_geometry
-dEQP-VK.dynamic_rendering.random.seed14_geometry
-dEQP-VK.dynamic_rendering.random.seed15_geometry
-dEQP-VK.dynamic_rendering.random.seed16_geometry
-dEQP-VK.dynamic_rendering.random.seed17_geometry
-dEQP-VK.dynamic_rendering.random.seed18_geometry
-dEQP-VK.dynamic_rendering.random.seed19_geometry
-dEQP-VK.dynamic_rendering.random.seed20_geometry
-dEQP-VK.dynamic_rendering.random.seed21_geometry
-dEQP-VK.dynamic_rendering.random.seed22_geometry
-dEQP-VK.dynamic_rendering.random.seed23_geometry
-dEQP-VK.dynamic_rendering.random.seed24_geometry
-dEQP-VK.dynamic_rendering.random.seed25_geometry
-dEQP-VK.dynamic_rendering.random.seed26_geometry
-dEQP-VK.dynamic_rendering.random.seed27_geometry
-dEQP-VK.dynamic_rendering.random.seed28_geometry
-dEQP-VK.dynamic_rendering.random.seed29_geometry
-dEQP-VK.dynamic_rendering.random.seed30_geometry
-dEQP-VK.dynamic_rendering.random.seed31_geometry
-dEQP-VK.dynamic_rendering.random.seed32_geometry
-dEQP-VK.dynamic_rendering.random.seed33_geometry
-dEQP-VK.dynamic_rendering.random.seed34_geometry
-dEQP-VK.dynamic_rendering.random.seed35_geometry
-dEQP-VK.dynamic_rendering.random.seed36_geometry
-dEQP-VK.dynamic_rendering.random.seed37_geometry
-dEQP-VK.dynamic_rendering.random.seed38_geometry
-dEQP-VK.dynamic_rendering.random.seed39_geometry
-dEQP-VK.dynamic_rendering.random.seed40_geometry
-dEQP-VK.dynamic_rendering.random.seed41_geometry
-dEQP-VK.dynamic_rendering.random.seed42_geometry
-dEQP-VK.dynamic_rendering.random.seed43_geometry
-dEQP-VK.dynamic_rendering.random.seed44_geometry
-dEQP-VK.dynamic_rendering.random.seed45_geometry
-dEQP-VK.dynamic_rendering.random.seed46_geometry
-dEQP-VK.dynamic_rendering.random.seed47_geometry
-dEQP-VK.dynamic_rendering.random.seed48_geometry
-dEQP-VK.dynamic_rendering.random.seed49_geometry
-dEQP-VK.dynamic_rendering.random.seed50_geometry
-dEQP-VK.dynamic_rendering.random.seed51_geometry
-dEQP-VK.dynamic_rendering.random.seed52_geometry
-dEQP-VK.dynamic_rendering.random.seed53_geometry
-dEQP-VK.dynamic_rendering.random.seed54_geometry
-dEQP-VK.dynamic_rendering.random.seed55_geometry
-dEQP-VK.dynamic_rendering.random.seed56_geometry
-dEQP-VK.dynamic_rendering.random.seed57_geometry
-dEQP-VK.dynamic_rendering.random.seed58_geometry
-dEQP-VK.dynamic_rendering.random.seed59_geometry
-dEQP-VK.dynamic_rendering.random.seed60_geometry
-dEQP-VK.dynamic_rendering.random.seed61_geometry
-dEQP-VK.dynamic_rendering.random.seed62_geometry
-dEQP-VK.dynamic_rendering.random.seed63_geometry
-dEQP-VK.dynamic_rendering.random.seed64_geometry
-dEQP-VK.dynamic_rendering.random.seed65_geometry
-dEQP-VK.dynamic_rendering.random.seed66_geometry
-dEQP-VK.dynamic_rendering.random.seed67_geometry
-dEQP-VK.dynamic_rendering.random.seed68_geometry
-dEQP-VK.dynamic_rendering.random.seed69_geometry
-dEQP-VK.dynamic_rendering.random.seed70_geometry
-dEQP-VK.dynamic_rendering.random.seed71_geometry
-dEQP-VK.dynamic_rendering.random.seed72_geometry
-dEQP-VK.dynamic_rendering.random.seed73_geometry
-dEQP-VK.dynamic_rendering.random.seed74_geometry
-dEQP-VK.dynamic_rendering.random.seed75_geometry
-dEQP-VK.dynamic_rendering.random.seed76_geometry
-dEQP-VK.dynamic_rendering.random.seed77_geometry
-dEQP-VK.dynamic_rendering.random.seed78_geometry
-dEQP-VK.dynamic_rendering.random.seed79_geometry
-dEQP-VK.dynamic_rendering.random.seed80_geometry
-dEQP-VK.dynamic_rendering.random.seed81_geometry
-dEQP-VK.dynamic_rendering.random.seed82_geometry
-dEQP-VK.dynamic_rendering.random.seed83_geometry
-dEQP-VK.dynamic_rendering.random.seed84_geometry
-dEQP-VK.dynamic_rendering.random.seed85_geometry
-dEQP-VK.dynamic_rendering.random.seed86_geometry
-dEQP-VK.dynamic_rendering.random.seed87_geometry
-dEQP-VK.dynamic_rendering.random.seed88_geometry
-dEQP-VK.dynamic_rendering.random.seed89_geometry
-dEQP-VK.dynamic_rendering.random.seed90_geometry
-dEQP-VK.dynamic_rendering.random.seed91_geometry
-dEQP-VK.dynamic_rendering.random.seed92_geometry
-dEQP-VK.dynamic_rendering.random.seed93_geometry
-dEQP-VK.dynamic_rendering.random.seed94_geometry
-dEQP-VK.dynamic_rendering.random.seed95_geometry
-dEQP-VK.dynamic_rendering.random.seed96_geometry
-dEQP-VK.dynamic_rendering.random.seed97_geometry
-dEQP-VK.dynamic_rendering.random.seed98_geometry
-dEQP-VK.dynamic_rendering.random.seed99_geometry
-dEQP-VK.dynamic_rendering.random.seed0_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_tessellation
-dEQP-VK.dynamic_rendering.random.seed0
-dEQP-VK.dynamic_rendering.random.seed1
-dEQP-VK.dynamic_rendering.random.seed2
-dEQP-VK.dynamic_rendering.random.seed3
-dEQP-VK.dynamic_rendering.random.seed4
-dEQP-VK.dynamic_rendering.random.seed5
-dEQP-VK.dynamic_rendering.random.seed6
-dEQP-VK.dynamic_rendering.random.seed7
-dEQP-VK.dynamic_rendering.random.seed8
-dEQP-VK.dynamic_rendering.random.seed9
-dEQP-VK.dynamic_rendering.random.seed10
-dEQP-VK.dynamic_rendering.random.seed11
-dEQP-VK.dynamic_rendering.random.seed12
-dEQP-VK.dynamic_rendering.random.seed13
-dEQP-VK.dynamic_rendering.random.seed14
-dEQP-VK.dynamic_rendering.random.seed15
-dEQP-VK.dynamic_rendering.random.seed16
-dEQP-VK.dynamic_rendering.random.seed17
-dEQP-VK.dynamic_rendering.random.seed18
-dEQP-VK.dynamic_rendering.random.seed19
-dEQP-VK.dynamic_rendering.random.seed20
-dEQP-VK.dynamic_rendering.random.seed21
-dEQP-VK.dynamic_rendering.random.seed22
-dEQP-VK.dynamic_rendering.random.seed23
-dEQP-VK.dynamic_rendering.random.seed24
-dEQP-VK.dynamic_rendering.random.seed25
-dEQP-VK.dynamic_rendering.random.seed26
-dEQP-VK.dynamic_rendering.random.seed27
-dEQP-VK.dynamic_rendering.random.seed28
-dEQP-VK.dynamic_rendering.random.seed29
-dEQP-VK.dynamic_rendering.random.seed30
-dEQP-VK.dynamic_rendering.random.seed31
-dEQP-VK.dynamic_rendering.random.seed32
-dEQP-VK.dynamic_rendering.random.seed33
-dEQP-VK.dynamic_rendering.random.seed34
-dEQP-VK.dynamic_rendering.random.seed35
-dEQP-VK.dynamic_rendering.random.seed36
-dEQP-VK.dynamic_rendering.random.seed37
-dEQP-VK.dynamic_rendering.random.seed38
-dEQP-VK.dynamic_rendering.random.seed39
-dEQP-VK.dynamic_rendering.random.seed40
-dEQP-VK.dynamic_rendering.random.seed41
-dEQP-VK.dynamic_rendering.random.seed42
-dEQP-VK.dynamic_rendering.random.seed43
-dEQP-VK.dynamic_rendering.random.seed44
-dEQP-VK.dynamic_rendering.random.seed45
-dEQP-VK.dynamic_rendering.random.seed46
-dEQP-VK.dynamic_rendering.random.seed47
-dEQP-VK.dynamic_rendering.random.seed48
-dEQP-VK.dynamic_rendering.random.seed49
-dEQP-VK.dynamic_rendering.random.seed50
-dEQP-VK.dynamic_rendering.random.seed51
-dEQP-VK.dynamic_rendering.random.seed52
-dEQP-VK.dynamic_rendering.random.seed53
-dEQP-VK.dynamic_rendering.random.seed54
-dEQP-VK.dynamic_rendering.random.seed55
-dEQP-VK.dynamic_rendering.random.seed56
-dEQP-VK.dynamic_rendering.random.seed57
-dEQP-VK.dynamic_rendering.random.seed58
-dEQP-VK.dynamic_rendering.random.seed59
-dEQP-VK.dynamic_rendering.random.seed60
-dEQP-VK.dynamic_rendering.random.seed61
-dEQP-VK.dynamic_rendering.random.seed62
-dEQP-VK.dynamic_rendering.random.seed63
-dEQP-VK.dynamic_rendering.random.seed64
-dEQP-VK.dynamic_rendering.random.seed65
-dEQP-VK.dynamic_rendering.random.seed66
-dEQP-VK.dynamic_rendering.random.seed67
-dEQP-VK.dynamic_rendering.random.seed68
-dEQP-VK.dynamic_rendering.random.seed69
-dEQP-VK.dynamic_rendering.random.seed70
-dEQP-VK.dynamic_rendering.random.seed71
-dEQP-VK.dynamic_rendering.random.seed72
-dEQP-VK.dynamic_rendering.random.seed73
-dEQP-VK.dynamic_rendering.random.seed74
-dEQP-VK.dynamic_rendering.random.seed75
-dEQP-VK.dynamic_rendering.random.seed76
-dEQP-VK.dynamic_rendering.random.seed77
-dEQP-VK.dynamic_rendering.random.seed78
-dEQP-VK.dynamic_rendering.random.seed79
-dEQP-VK.dynamic_rendering.random.seed80
-dEQP-VK.dynamic_rendering.random.seed81
-dEQP-VK.dynamic_rendering.random.seed82
-dEQP-VK.dynamic_rendering.random.seed83
-dEQP-VK.dynamic_rendering.random.seed84
-dEQP-VK.dynamic_rendering.random.seed85
-dEQP-VK.dynamic_rendering.random.seed86
-dEQP-VK.dynamic_rendering.random.seed87
-dEQP-VK.dynamic_rendering.random.seed88
-dEQP-VK.dynamic_rendering.random.seed89
-dEQP-VK.dynamic_rendering.random.seed90
-dEQP-VK.dynamic_rendering.random.seed91
-dEQP-VK.dynamic_rendering.random.seed92
-dEQP-VK.dynamic_rendering.random.seed93
-dEQP-VK.dynamic_rendering.random.seed94
-dEQP-VK.dynamic_rendering.random.seed95
-dEQP-VK.dynamic_rendering.random.seed96
-dEQP-VK.dynamic_rendering.random.seed97
-dEQP-VK.dynamic_rendering.random.seed98
-dEQP-VK.dynamic_rendering.random.seed99
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.12
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.13
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.14
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.17
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.20
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.21
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.22
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.26
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.31
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.32
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.33
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.36
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.38
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.39
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.41
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.47
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.50
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.51
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.53
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.54
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.56
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.59
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.62
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.63
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.66
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.67
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.69
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.72
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.73
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.75
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.78
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.79
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.81
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.82
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.83
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.85
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.87
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.88
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.89
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.91
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.92
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.95
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.98
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.99
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.202
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.230
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.237
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.241
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.246
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.250
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.258
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.264
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.291
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.294
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.296
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.299
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.307
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.314
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.319
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.330
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.336
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.338
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.349
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.362
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.363
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.373
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.378
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.393
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.397
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.399
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.415
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.418
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.451
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.454
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.465
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.476
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.486
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.493
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.510
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.513
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.523
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.525
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.541
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.547
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.559
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.560
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.568
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.587
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.615
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.668
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.736
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.761
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer_resuming
-dEQP-VK.dynamic_rendering.basic.2_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
index 39bf031..3cc2afd 100644 (file)
@@ -9149,13 +9149,6 @@ dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.renderpass.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_static_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_deferred_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_dynamic_subsampled
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_initialize_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_initialize_d32sf_s8ui
index b6d0604..ef1acdc 100644 (file)
@@ -11,6 +11,7 @@ set(DEQP_VK_VKSC_RENDER_PASS_SRCS
        vktRenderPassTests.hpp
        vktRenderPassTestsUtil.cpp
        vktRenderPassTestsUtil.hpp
+       vktRenderPassGroupParams.hpp
        vktRenderPassMultisampleTests.cpp
        vktRenderPassMultisampleTests.hpp
        vktRenderPassMultisampleResolveTests.cpp
index f176ff6..4a90b99 100644 (file)
@@ -27,6 +27,7 @@
 #include "vktTestCase.hpp"
 #include "vktTestGroupUtil.hpp"
 #include "vktCustomInstancesDevices.hpp"
+#include "vktRenderPassTestsUtil.hpp"
 #include "vkImageUtil.hpp"
 #include "vkQueryUtil.hpp"
 #include "vkCmdUtil.hpp"
@@ -97,7 +98,7 @@ struct TestParams
        tcu::UVec2                              fragmentArea;
        tcu::UVec2                              densityMapSize;
        VkFormat                                densityMapFormat;
-       RenderingType                   renderingType;
+       const SharedGroupParams groupParams;
 };
 
 struct Vertex4RGBA
@@ -781,7 +782,7 @@ Move<VkFramebuffer> createImagelessFrameBuffer(const DeviceInterface& vk, VkDevi
        return createFramebuffer(vk, vkDevice, &framebufferParams);
 }
 
-Move<VkFramebuffer> createFrameBuffer(const DeviceInterface & vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkImageView>&imageViews)
+Move<VkFramebuffer> createFrameBuffer(const DeviceInterface& vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkImageView>& imageViews)
 {
        return makeFramebuffer(vk, vkDevice, renderPass, static_cast<deUint32>(imageViews.size()), imageViews.data(), size.width, size.height);
 }
@@ -1091,13 +1092,27 @@ private:
 class FragmentDensityMapTestInstance : public vkt::TestInstance
 {
 public:
-                                                                       FragmentDensityMapTestInstance  (Context&                       context,
-                                                                                                                                        const TestParams&      testParams);
-       virtual tcu::TestStatus                 iterate                                                 (void);
+                                                                       FragmentDensityMapTestInstance                  (Context&                       context,
+                                                                                                                                                        const TestParams&      testParams);
+       virtual tcu::TestStatus                 iterate                                                                 (void);
 
 private:
 
-       tcu::TestStatus                                 verifyImage                                             (void);
+       typedef std::shared_ptr<RenderPassWrapperBase> RenderPassWrapperBasePtr;
+
+       void                                                    drawDynamicDensityMap                                   (VkCommandBuffer cmdBuffer);
+       void                                                    drawSubsampledImage                                             (VkCommandBuffer cmdBuffer);
+       void                                                    drawResampleSubsampledImage                             (VkCommandBuffer cmdBuffer);
+       void                                                    drawCopySubsampledImage                                 (VkCommandBuffer cmdBuffer);
+       void                                                    createCommandBufferForRenderpass                (RenderPassWrapperBasePtr       renderPassWrapper,
+                                                                                                                                                        const VkExtent3D&                      colorImageSize,
+                                                                                                                                                        const VkRect2D&                        dynamicDensityMapRenderArea,
+                                                                                                                                                        const VkRect2D&                        colorImageRenderArea,
+                                                                                                                                                        const VkRect2D&                        outputRenderArea);
+       void                                                    createCommandBufferForDynamicRendering  (const VkRect2D&                        dynamicDensityMapRenderArea,
+                                                                                                                                                        const VkRect2D&                        colorImageRenderArea,
+                                                                                                                                                        const VkRect2D&                        outputRenderArea);
+       tcu::TestStatus                                 verifyImage                                                             (void);
 
 private:
 
@@ -1182,6 +1197,10 @@ private:
        Move<VkPipeline>                                m_graphicsPipelineOutputSubsampledImage;
 
        Move<VkCommandBuffer>                   m_cmdBuffer;
+       Move<VkCommandBuffer>                   m_dynamicDensityMapSecCmdBuffer;
+       Move<VkCommandBuffer>                   m_subsampledImageSecCmdBuffer;
+       Move<VkCommandBuffer>                   m_resampleSubsampledImageSecCmdBuffer;
+       Move<VkCommandBuffer>                   m_copySubsampledImageSecCmdBuffer;
 };
 
 FragmentDensityMapTest::FragmentDensityMapTest (tcu::TestContext&      testContext,
@@ -1337,7 +1356,7 @@ void FragmentDensityMapTest::checkSupport(Context& context) const
        const VkPhysicalDevice          vkPhysicalDevice        = context.getPhysicalDevice();
 
        context.requireDeviceFunctionality("VK_EXT_fragment_density_map");
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
        if (m_testParams.imagelessFramebuffer)
@@ -1434,8 +1453,6 @@ FragmentDensityMapTestInstance::FragmentDensityMapTestInstance(Context&                           conte
        const VkQueue                           queue                                           = getDeviceQueue(vk, vkDevice, queueFamilyIndex, 0);
        SimpleAllocator                         memAlloc                                        (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), vkPhysicalDevice));
        const VkComponentMapping        componentMappingRGBA            = makeComponentMappingRGBA();
-
-       typedef std::shared_ptr<RenderPassWrapperBase> RenderPassWrapperBasePtr;
        RenderPassWrapperBasePtr        renderPassWrapper;
 
        // calculate all image sizes, image usage flags, view types etc.
@@ -1455,7 +1472,7 @@ FragmentDensityMapTestInstance::FragmentDensityMapTestInstance(Context&                           conte
        deUint32                                                colorImageCreateFlags           = m_testParams.nonSubsampledImages ? 0u : (deUint32)VK_IMAGE_CREATE_SUBSAMPLED_BIT_EXT;
        const VkImageSubresourceRange   colorSubresourceRange           = { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, colorImageLayers };
        bool                                                    isColorImageMultisampled        = m_testParams.colorSamples != VK_SAMPLE_COUNT_1_BIT;
-       bool                                                    isDynamicRendering                      = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING;
+       bool                                                    isDynamicRendering                      = m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING;
 
        VkExtent3D                                              outputImageSize                         { m_renderSize.x(), m_renderSize.y(), 1 };
        const VkImageSubresourceRange   outputSubresourceRange          { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u };
@@ -1595,7 +1612,7 @@ FragmentDensityMapTestInstance::FragmentDensityMapTestInstance(Context&                           conte
        if (!isDynamicRendering)
        {
                // Create render passes
-               if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
+               if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
                        renderPassWrapper = RenderPassWrapperBasePtr(new RenderPassWrapper<RENDERING_TYPE_RENDERPASS_LEGACY>(vk, vkDevice, testParams));
                else
                        renderPassWrapper = RenderPassWrapperBasePtr(new RenderPassWrapper<RENDERING_TYPE_RENDERPASS2>(vk, vkDevice, testParams));
@@ -1673,35 +1690,35 @@ FragmentDensityMapTestInstance::FragmentDensityMapTestInstance(Context&                         conte
                        std::vector<VkFramebufferAttachmentImageInfo> attachmentInfoProduceSubsampledImage;
                        attachmentInfoProduceSubsampledImage.reserve(4);
                        attachmentInfoProduceSubsampledImage.push_back(
-                                       createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
-                                                                                                                colorImageUsage,
-                                                                                                                colorImageSize,
-                                                                                                                colorImageLayers,
-                                                                                                                &colorImageFormat));
+                               createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
+                                       colorImageUsage,
+                                       colorImageSize,
+                                       colorImageLayers,
+                                       &colorImageFormat));
                        if (isColorImageMultisampled)
                        {
                                attachmentInfoProduceSubsampledImage.push_back(
                                        createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
-                                                                                                                VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT,
-                                                                                                                colorImageSize,
-                                                                                                                colorImageLayers,
-                                                                                                                &colorImageFormat));
+                                               VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT,
+                                               colorImageSize,
+                                               colorImageLayers,
+                                               &colorImageFormat));
                        }
                        if (testParams.makeCopy)
                        {
                                attachmentInfoProduceSubsampledImage.push_back(
                                        createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
-                                                                                                                VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT,
-                                                                                                                colorImageSize,
-                                                                                                                colorImageLayers,
-                                                                                                                &colorImageFormat));
+                                               VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT,
+                                               colorImageSize,
+                                               colorImageLayers,
+                                               &colorImageFormat));
                        }
                        attachmentInfoProduceSubsampledImage.push_back(
-                                       createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
-                                                                                                                colorImageUsage,
-                                                                                                                colorImageSize,
-                                                                                                                colorImageLayers,
-                                                                                                                &colorImageFormat));
+                               createFramebufferAttachmentImageInfo((VkImageCreateFlags)colorImageCreateFlags,
+                                       colorImageUsage,
+                                       colorImageSize,
+                                       colorImageLayers,
+                                       &colorImageFormat));
 
                        m_framebufferProduceSubsampledImage = createImagelessFrameBuffer(vk, vkDevice,
                                *m_renderPassProduceSubsampledImage,
@@ -1960,373 +1977,604 @@ FragmentDensityMapTestInstance::FragmentDensityMapTestInstance(Context&                               conte
        m_cmdPool       = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndex);
        m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
 
-       const VkDeviceSize                                              vertexBufferOffset                              = 0;
-       const VkClearValue                                              attachmentClearValue                    = makeClearValueColorF32(0.0f, 0.0f, 0.0f, 1.0f);
-       const deUint32                                                  attachmentCount                                 = 1 + testParams.makeCopy + isColorImageMultisampled;
-       const std::vector<VkClearValue>                 attachmentClearValues                   (attachmentCount, attachmentClearValue);
-
-       beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+       if (isDynamicRendering)
+               createCommandBufferForDynamicRendering(dynamicDensityMapRenderArea, colorImageRenderArea, outputRenderArea);
+       else
+               createCommandBufferForRenderpass(renderPassWrapper, colorImageSize, dynamicDensityMapRenderArea, colorImageRenderArea, outputRenderArea);
+}
 
-       // First render pass - render dynamic density map
-       if (testParams.dynamicDensityMap)
-       {
-               std::vector<VkClearValue>       attachmentClearValuesDDM { makeClearValueColorF32(1.0f, 1.0f, 1.0f, 1.0f) };
+void FragmentDensityMapTestInstance::drawDynamicDensityMap(VkCommandBuffer cmdBuffer)
+{
+       const DeviceInterface&  vk                                      = m_context.getDeviceInterface();
+       const VkDeviceSize              vertexBufferOffset      = 0;
 
-               if (isDynamicRendering)
-               {
-                       // change layout of density map - after filling it layout was changed
-                       // to density map optimal but here we want to render values to it
-                       const VkImageSubresourceRange   subresourceRange        = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, densityMapImageLayers, 0u, 1u);
-                       const VkImageMemoryBarrier              imageBarrier            = makeImageMemoryBarrier(
-                               VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT,            // VkAccessFlags                        srcAccessMask;
-                               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                           // VkAccessFlags                        dstAccessMask;
-                               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT,       // VkImageLayout                        oldLayout;
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                       // VkImageLayout                        newLayout;
-                               **m_densityMapImages[0],                                                        // VkImage                                      image;
-                               subresourceRange                                                                        // VkImageSubresourceRange      subresourceRange;
-                       );
-                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
-                                                                 0, 0, DE_NULL, 0, DE_NULL, 1, &imageBarrier);
+       vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineProduceDynamicDensityMap);
+       vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBufferDDM.get(), &vertexBufferOffset);
+       vk.cmdDraw(cmdBuffer, (deUint32)m_verticesDDM.size(), 1, 0, 0);
+}
 
-                       VkRenderingAttachmentInfoKHR colorAttachment
-                       {
-                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,        // VkStructureType                                              sType;
-                               DE_NULL,                                                                                        // const void*                                                  pNext;
-                               **m_densityMapImageViews[0],                                            // VkImageView                                                  imageView;
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                       // VkImageLayout                                                imageLayout;
-                               VK_RESOLVE_MODE_NONE,                                                           // VkResolveModeFlagBits                                resolveMode;
-                               DE_NULL,                                                                                        // VkImageView                                                  resolveImageView;
-                               VK_IMAGE_LAYOUT_UNDEFINED,                                                      // VkImageLayout                                                resolveImageLayout;
-                               VK_ATTACHMENT_LOAD_OP_CLEAR,                                            // VkAttachmentLoadOp                                   loadOp;
-                               VK_ATTACHMENT_STORE_OP_STORE,                                           // VkAttachmentStoreOp                                  storeOp;
-                               attachmentClearValuesDDM[0]                                                     // VkClearValue                                                 clearValue;
-                       };
+void FragmentDensityMapTestInstance::drawSubsampledImage(VkCommandBuffer cmdBuffer)
+{
+       const DeviceInterface&  vk                                      = m_context.getDeviceInterface();
+       const VkDeviceSize              vertexBufferOffset      = 0;
 
-                       VkRenderingInfoKHR renderingInfo
-                       {
-                               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                               DE_NULL,
-                               0u,                                                                                                     // VkRenderingFlagsKHR                                  flags;
-                               dynamicDensityMapRenderArea,                                            // VkRect2D                                                             renderArea;
-                               densityMapImageLayers,                                                          // deUint32                                                             layerCount;
-                               m_viewMask,                                                                                     // deUint32                                                             viewMask;
-                               1u,                                                                                                     // deUint32                                                             colorAttachmentCount;
-                               &colorAttachment,                                                                       // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                               DE_NULL,                                                                                        // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                               DE_NULL,                                                                                        // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-                       };
+       vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineProduceSubsampledImage);
+       vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
+       vk.cmdDraw(cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
+}
 
-                       vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
-               }
-               else
-               {
-                       const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
-                       {
-                               VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType                                      sType;
-                               DE_NULL,                                                                                                                                                // const void*                                          pNext;
-                               1u,                                                                                                                                                             // deUint32                                                     attachmentCount;
-                               &**m_densityMapImageViews[0]                                                                                                    // const VkImageView*                           pAttachments;
-                       };
+void FragmentDensityMapTestInstance::drawResampleSubsampledImage(VkCommandBuffer cmdBuffer)
+{
+       const DeviceInterface&  vk                                      = m_context.getDeviceInterface();
+       const VkDeviceSize              vertexBufferOffset      = 0;
 
-                       const VkRenderPassBeginInfo renderPassBeginInfoProduceDynamicDensityMap
-                       {
-                               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType              sType;
-                               m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                  pNext;
-                               *m_renderPassProduceDynamicDensityMap,                                                                                  // VkRenderPass                 renderPass;
-                               *m_framebufferProduceDynamicDensityMap,                                                                                 // VkFramebuffer                framebuffer;
-                               dynamicDensityMapRenderArea,                                                                                                    // VkRect2D                             renderArea;
-                               static_cast<deUint32>(attachmentClearValuesDDM.size()),                                                 // uint32_t                             clearValueCount;
-                               attachmentClearValuesDDM.data()                                                                                                 // const VkClearValue*  pClearValues;
-                       };
+       vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineUpdateSubsampledImage);
+       vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOperateOnSubsampledImage, 0, 1, &m_descriptorSetOperateOnSubsampledImage.get(), 0, DE_NULL);
+       vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
+       vk.cmdDraw(cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
+}
 
-                       renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoProduceDynamicDensityMap);
-               }
+void FragmentDensityMapTestInstance::drawCopySubsampledImage(VkCommandBuffer cmdBuffer)
+{
+       const DeviceInterface&  vk                                      = m_context.getDeviceInterface();
+       const VkDeviceSize              vertexBufferOffset      = 0;
 
-               vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineProduceDynamicDensityMap);
-               vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBufferDDM.get(), &vertexBufferOffset);
-               vk.cmdDraw(*m_cmdBuffer, (deUint32)m_verticesDDM.size(), 1, 0, 0);
+       vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineOutputSubsampledImage);
+       vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOutputSubsampledImage, 0, 1, &m_descriptorSetOutputSubsampledImage.get(), 0, DE_NULL);
+       vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBufferOutput.get(), &vertexBufferOffset);
+       vk.cmdDraw(cmdBuffer, (deUint32)m_verticesOutput.size(), 1, 0, 0);
+}
 
-               if (isDynamicRendering)
-               {
-                       vk.cmdEndRendering(*m_cmdBuffer);
+void FragmentDensityMapTestInstance::createCommandBufferForRenderpass(RenderPassWrapperBasePtr renderPassWrapper,
+                                                                                                                                         const VkExtent3D&                     colorImageSize,
+                                                                                                                                         const VkRect2D&                       dynamicDensityMapRenderArea,
+                                                                                                                                         const VkRect2D&                       colorImageRenderArea,
+                                                                                                                                         const VkRect2D&                       outputRenderArea)
+{
+       const DeviceInterface&                          vk                                                      = m_context.getDeviceInterface();
+       const VkDeviceSize                                      vertexBufferOffset                      = 0;
+       const bool                                                      isColorImageMultisampled        = m_testParams.colorSamples != VK_SAMPLE_COUNT_1_BIT;
+       const VkClearValue                                      attachmentClearValue            = makeClearValueColorF32(0.0f, 0.0f, 0.0f, 1.0f);
+       const deUint32                                          attachmentCount                         = 1 + m_testParams.makeCopy + isColorImageMultisampled;
+       const std::vector<VkClearValue>         attachmentClearValues           (attachmentCount, attachmentClearValue);
 
-                       // barrier that will change layout of density map
-                       VkImageMemoryBarrier densityMapImageBarrier = makeImageMemoryBarrier(
-                               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                           // VkAccessFlags                        srcAccessMask;
-                               VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT,                            // VkAccessFlags                        dstAccessMask;
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                       // VkImageLayout                        oldLayout;
-                               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT,                       // VkImageLayout                        newLayout;
-                               **m_densityMapImages[0],                                                                        // VkImage                                      image;
-                               densityMapSubresourceRange                                                                      // VkImageSubresourceRange      subresourceRange;
-                       );
-                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT,
-                               0, 0, DE_NULL, 0, DE_NULL, 1, &densityMapImageBarrier);
-               }
-               else
-                       renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
-       }
+       beginCommandBuffer(vk, *m_cmdBuffer, 0u);
 
-       // Render subsampled image
-       if (isDynamicRendering)
+       // First render pass - render dynamic density map
+       if (m_testParams.dynamicDensityMap)
        {
-               // barier that will change layout of color and resolve attachments
-               std::vector<VkImageMemoryBarrier> cbImageBarrier(2, makeImageMemoryBarrier(
-                       VK_ACCESS_NONE_KHR,                                                                                                                             // VkAccessFlags                        srcAccessMask;
-                       VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                                                   // VkAccessFlags                        dstAccessMask;
-                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                        oldLayout;
-                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                        newLayout;
-                       *m_colorImage,                                                                                                                                  // VkImage                                      image;
-                       colorSubresourceRange                                                                                                                   // VkImageSubresourceRange      subresourceRange;
-               ));
-               cbImageBarrier[1].image = *m_colorResolvedImage;
-               vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
-                       0, 0, DE_NULL, 0, DE_NULL, 1 + isColorImageMultisampled, cbImageBarrier.data());
+               std::vector<VkClearValue>       attachmentClearValuesDDM{ makeClearValueColorF32(1.0f, 1.0f, 1.0f, 1.0f) };
 
-               VkRenderingAttachmentInfoKHR colorAttachment
+               const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
                {
-                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                                // VkStructureType                                              sType;
-                       DE_NULL,                                                                                                                                                // const void*                                                  pNext;
-                       *m_colorImageView,                                                                                                                              // VkImageView                                                  imageView;
-                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                imageLayout;
-                       isColorImageMultisampled ? VK_RESOLVE_MODE_AVERAGE_BIT : VK_RESOLVE_MODE_NONE,  // VkResolveModeFlagBits                                resolveMode;
-                       isColorImageMultisampled ? *m_colorResolvedImageView : DE_NULL,                                 // VkImageView                                                  resolveImageView;
-                       isColorImageMultisampled ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL
-                                                                        : VK_IMAGE_LAYOUT_UNDEFINED,                                                   // VkImageLayout                                                resolveImageLayout;
-                       VK_ATTACHMENT_LOAD_OP_CLEAR,                                                                                                    // VkAttachmentLoadOp                                   loadOp;
-                       VK_ATTACHMENT_STORE_OP_STORE,                                                                                                   // VkAttachmentStoreOp                                  storeOp;
-                       attachmentClearValues[0]                                                                                                                // VkClearValue                                                 clearValue;
+                       VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType              sType;
+                       DE_NULL,                                                                                                                                                // const void*                  pNext;
+                       1u,                                                                                                                                                             // deUint32                             attachmentCount;
+                       &**m_densityMapImageViews[0]                                                                                                    // const VkImageView*   pAttachments;
                };
 
-               VkRenderingFragmentDensityMapAttachmentInfoEXT densityMapAttachment
+               const VkRenderPassBeginInfo renderPassBeginInfoProduceDynamicDensityMap
                {
-                       VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT,                   // VkStructureType                                              sType;
-                       DE_NULL,                                                                                                                                                // const void*                                                  pNext;
-                       **m_densityMapImageViews[0],                                                                                                    // VkImageView                                                  imageView;
-                       VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT                                                                // VkImageLayout                                                imageLayout;
+                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType              sType;
+                       m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                  pNext;
+                       *m_renderPassProduceDynamicDensityMap,                                                                                  // VkRenderPass                 renderPass;
+                       *m_framebufferProduceDynamicDensityMap,                                                                                 // VkFramebuffer                framebuffer;
+                       dynamicDensityMapRenderArea,                                                                                                    // VkRect2D                             renderArea;
+                       static_cast<deUint32>(attachmentClearValuesDDM.size()),                                                 // uint32_t                             clearValueCount;
+                       attachmentClearValuesDDM.data()                                                                                                 // const VkClearValue*  pClearValues;
                };
 
-               VkRenderingInfoKHR renderingInfo
-               {
-                       VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                       &densityMapAttachment,
-                       0u,                                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
-                       colorImageRenderArea,                                                                                                                   // VkRect2D                                                             renderArea;
-                       densityMapImageLayers,                                                                                                                  // deUint32                                                             layerCount;
-                       m_viewMask,                                                                                                                                             // deUint32                                                             viewMask;
-                       1u,                                                                                                                                                             // deUint32                                                             colorAttachmentCount;
-                       &colorAttachment,                                                                                                                               // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                       DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                       DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-               };
+               renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoProduceDynamicDensityMap);
+
+               drawDynamicDensityMap(*m_cmdBuffer);
 
-               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+               renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
        }
-       else
+
+       // Render subsampled image
        {
                std::vector<VkImageView> imageViewsProduceSubsampledImage = { *m_colorImageView };
                if (isColorImageMultisampled)
                        imageViewsProduceSubsampledImage.push_back(*m_colorResolvedImageView);
-               if (testParams.makeCopy)
+               if (m_testParams.makeCopy)
                        imageViewsProduceSubsampledImage.push_back(*m_colorCopyImageView);
                imageViewsProduceSubsampledImage.push_back(**m_densityMapImageViews[0]);
 
                const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType                                      sType;
-                       DE_NULL,                                                                                                                                                // const void*                                          pNext;
-                       static_cast<deUint32>(imageViewsProduceSubsampledImage.size()),                                 // deUint32                                                     attachmentCount;
-                       imageViewsProduceSubsampledImage.data()                                                                                 // const VkImageView*                           pAttachments;
+                       VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                            // VkStructureType              sType;
+                       DE_NULL,                                                                                                                                                        // const void*                  pNext;
+                       static_cast<deUint32>(imageViewsProduceSubsampledImage.size()),                                         // deUint32                             attachmentCount;
+                       imageViewsProduceSubsampledImage.data()                                                                                         // const VkImageView*   pAttachments;
                };
 
                const VkRenderPassBeginInfo renderPassBeginInfoProduceSubsampledImage
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType              sType;
-                       m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                  pNext;
-                       *m_renderPassProduceSubsampledImage,                                                                                    // VkRenderPass                 renderPass;
-                       *m_framebufferProduceSubsampledImage,                                                                                   // VkFramebuffer                framebuffer;
-                       colorImageRenderArea,                                                                                                                   // VkRect2D                             renderArea;
-                       static_cast<deUint32>(attachmentClearValues.size()),                                                    // uint32_t                             clearValueCount;
-                       attachmentClearValues.data()                                                                                                    // const VkClearValue*  pClearValues;
+                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                                       // VkStructureType              sType;
+                       m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,           // const void*                  pNext;
+                       *m_renderPassProduceSubsampledImage,                                                                                            // VkRenderPass                 renderPass;
+                       *m_framebufferProduceSubsampledImage,                                                                                           // VkFramebuffer                framebuffer;
+                       colorImageRenderArea,                                                                                                                           // VkRect2D                             renderArea;
+                       static_cast<deUint32>(attachmentClearValues.size()),                                                            // uint32_t                             clearValueCount;
+                       attachmentClearValues.data()                                                                                                            // const VkClearValue*  pClearValues;
                };
                renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoProduceSubsampledImage);
+
+               drawSubsampledImage(*m_cmdBuffer);
+
+               if (m_testParams.makeCopy)
+               {
+                       renderPassWrapper->cmdNextSubpass(*m_cmdBuffer);
+                       vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineCopySubsampledImage);
+                       vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOperateOnSubsampledImage, 0, 1, &m_descriptorSetOperateOnSubsampledImage.get(), 0, DE_NULL);
+                       vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
+                       vk.cmdDraw(*m_cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
+               }
+
+               renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
        }
 
-       vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineProduceSubsampledImage);
-       vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
-       vk.cmdDraw(*m_cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
-       if (testParams.makeCopy)
+       // Resample subsampled image
+       if (m_testParams.subsampledLoads)
        {
-               // no subpasses in dynamic rendering - makeCopy tests are not repeated for dynamic rendering
-               DE_ASSERT(!isDynamicRendering);
+               VkImageView pAttachments[] = { *m_colorImageView, **m_densityMapImageViews[1] };
+               const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
+               {
+                       VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType              sType;
+                       DE_NULL,                                                                                                                                                // const void*                  pNext;
+                       2u,                                                                                                                                                             // deUint32                             attachmentCount;
+                       pAttachments                                                                                                                                    // const VkImageView*   pAttachments;
+               };
 
-               renderPassWrapper->cmdNextSubpass(*m_cmdBuffer);
-               vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineCopySubsampledImage);
-               vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOperateOnSubsampledImage, 0, 1, &m_descriptorSetOperateOnSubsampledImage.get(), 0, DE_NULL);
-               vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
-               vk.cmdDraw(*m_cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
-       }
+               const VkRenderPassBeginInfo renderPassBeginInfoUpdateSubsampledImage
+               {
+                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType              sType;
+                       m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                  pNext;
+                       *m_renderPassUpdateSubsampledImage,                                                                                             // VkRenderPass                 renderPass;
+                       *m_framebufferUpdateSubsampledImage,                                                                                    // VkFramebuffer                framebuffer;
+                       makeRect2D(colorImageSize.width, colorImageSize.height),                                                // VkRect2D                             renderArea;
+                       0u,                                                                                                                                                             // uint32_t                             clearValueCount;
+                       DE_NULL                                                                                                                                                 // const VkClearValue*  pClearValues;
+               };
+               renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoUpdateSubsampledImage);
+
+               drawResampleSubsampledImage(*m_cmdBuffer);
 
-       if (isDynamicRendering)
-               vk.cmdEndRendering(*m_cmdBuffer);
-       else
                renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
+       }
 
-       // Resample subsampled image
-       if (testParams.subsampledLoads)
+       // Copy subsampled image to normal image using sampler that is able to read from subsampled images
+       // (subsampled image cannot be copied using vkCmdCopyImageToBuffer)
+       const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
+       {
+               VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                            // VkStructureType              sType;
+               DE_NULL,                                                                                                                                                        // const void*                  pNext;
+               1u,                                                                                                                                                                     // deUint32                             attachmentCount;
+               &*m_outputImageView                                                                                                                                     // const VkImageView*   pAttachments;
+       };
+
+       const VkRenderPassBeginInfo renderPassBeginInfoOutputSubsampledImage
+       {
+               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                                       // VkStructureType              sType;
+               m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,           // const void*                  pNext;
+               *m_renderPassOutputSubsampledImage,                                                                                                     // VkRenderPass                 renderPass;
+               *m_framebufferOutputSubsampledImage,                                                                                            // VkFramebuffer                framebuffer;
+               outputRenderArea,                                                                                                                                       // VkRect2D                             renderArea;
+               static_cast<deUint32>(attachmentClearValues.size()),                                                            // uint32_t                             clearValueCount;
+               attachmentClearValues.data()                                                                                                            // const VkClearValue*  pClearValues;
+       };
+       renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoOutputSubsampledImage);
+
+       drawCopySubsampledImage(*m_cmdBuffer);
+
+       renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
+
+       endCommandBuffer(vk, *m_cmdBuffer);
+}
+
+void FragmentDensityMapTestInstance::createCommandBufferForDynamicRendering(const VkRect2D&            dynamicDensityMapRenderArea,
+                                                                                                                                                       const VkRect2D&         colorImageRenderArea,
+                                                                                                                                                       const VkRect2D&         outputRenderArea)
+{
+       // no subpasses in dynamic rendering - makeCopy tests are not repeated for dynamic rendering
+       DE_ASSERT (!m_testParams.makeCopy);
+
+       const DeviceInterface&                          vk                                                      = m_context.getDeviceInterface();
+       const VkDevice                                          vkDevice                                        = m_context.getDevice();
+       const bool                                                      isColorImageMultisampled        = m_testParams.colorSamples != VK_SAMPLE_COUNT_1_BIT;
+       std::vector<VkClearValue>                       attachmentClearValuesDDM        { makeClearValueColorF32(1.0f, 1.0f, 1.0f, 1.0f) };
+       const VkClearValue                                      attachmentClearValue            = makeClearValueColorF32(0.0f, 0.0f, 0.0f, 1.0f);
+       const deUint32                                          attachmentCount                         = 1 + m_testParams.makeCopy + isColorImageMultisampled;
+       const std::vector<VkClearValue>         attachmentClearValues           (attachmentCount, attachmentClearValue);
+       const VkImageSubresourceRange           dynamicDensitMapSubresourceRange        { VK_IMAGE_ASPECT_COLOR_BIT, 0u, m_testParams.viewCount, 0u, 1u };
+       const VkImageSubresourceRange           colorSubresourceRange                           { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, m_testParams.viewCount };
+       const VkImageSubresourceRange           outputSubresourceRange                          { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u };
+
+       const VkImageMemoryBarrier dynamicDensitMapBarrier = makeImageMemoryBarrier(
+               VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT,                                                                    // VkAccessFlags                        srcAccessMask;
+               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                                                   // VkAccessFlags                        dstAccessMask;
+               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT,                                                               // VkImageLayout                        oldLayout;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                        newLayout;
+               **m_densityMapImages[0],                                                                                                                // VkImage                                      image;
+               dynamicDensitMapSubresourceRange                                                                                                // VkImageSubresourceRange      subresourceRange;
+       );
+
+       const VkImageMemoryBarrier densityMapImageBarrier = makeImageMemoryBarrier(
+               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                                                   // VkAccessFlags                        srcAccessMask;
+               VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT,                                                                    // VkAccessFlags                        dstAccessMask;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                        oldLayout;
+               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT,                                                               // VkImageLayout                        newLayout;
+               **m_densityMapImages[0],                                                                                                                // VkImage                                      image;
+               colorSubresourceRange                                                                                                                   // VkImageSubresourceRange      subresourceRange;
+       );
+
+       std::vector<VkImageMemoryBarrier> cbImageBarrier(2, makeImageMemoryBarrier(
+               VK_ACCESS_NONE_KHR,                                                                                                                             // VkAccessFlags                        srcAccessMask;
+               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                                                   // VkAccessFlags                        dstAccessMask;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                        oldLayout;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                        newLayout;
+               *m_colorImage,                                                                                                                                  // VkImage                                      image;
+               colorSubresourceRange                                                                                                                   // VkImageSubresourceRange      subresourceRange;
+       ));
+       cbImageBarrier[1].image = *m_colorResolvedImage;
+
+       const VkImageMemoryBarrier outputImageBarrier = makeImageMemoryBarrier(
+               VK_ACCESS_NONE_KHR,                                                                                                                             // VkAccessFlags                                                srcAccessMask;
+               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                                                   // VkAccessFlags                                                dstAccessMask;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                                                oldLayout;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                newLayout;
+               *m_outputImage,                                                                                                                                 // VkImage                                                              image;
+               outputSubresourceRange                                                                                                                  // VkImageSubresourceRange                              subresourceRange;
+       );
+
+       const VkRenderingFragmentDensityMapAttachmentInfoEXT densityMap0Attachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT,                   // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               **m_densityMapImageViews[0],                                                                                                    // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT                                                                // VkImageLayout                                                imageLayout;
+       };
+
+       const VkRenderingFragmentDensityMapAttachmentInfoEXT densityMap1Attachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT,                   // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               m_testParams.subsampledLoads ? **m_densityMapImageViews[1] : DE_NULL,                   // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT                                                                // VkImageLayout                                                imageLayout;
+       };
+
+       const VkRenderingAttachmentInfoKHR dynamicDensityMapColorAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               **m_densityMapImageViews[0],                                                                                                    // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_CLEAR,                                                                                                    // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                                                   // VkAttachmentStoreOp                                  storeOp;
+               attachmentClearValuesDDM[0]                                                                                                             // VkClearValue                                                 clearValue;
+       };
+
+       VkRenderingInfoKHR dynamicDensityMapRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               0u,                                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               dynamicDensityMapRenderArea,                                                                                                    // VkRect2D                                                             renderArea;
+               m_testParams.viewCount,                                                                                                                 // deUint32                                                             layerCount;
+               m_viewMask,                                                                                                                                             // deUint32                                                             viewMask;
+               1u,                                                                                                                                                             // deUint32                                                             colorAttachmentCount;
+               &dynamicDensityMapColorAttachment,                                                                                              // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       const VkRenderingAttachmentInfoKHR subsampledImageColorAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               *m_colorImageView,                                                                                                                              // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                imageLayout;
+               isColorImageMultisampled ? VK_RESOLVE_MODE_AVERAGE_BIT : VK_RESOLVE_MODE_NONE,  // VkResolveModeFlagBits                                resolveMode;
+               isColorImageMultisampled ? *m_colorResolvedImageView : DE_NULL,                                 // VkImageView                                                  resolveImageView;
+               isColorImageMultisampled ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL
+                                                                       : VK_IMAGE_LAYOUT_UNDEFINED,                                            // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_CLEAR,                                                                                                    // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                                                   // VkAttachmentStoreOp                                  storeOp;
+               attachmentClearValues[0]                                                                                                                // VkClearValue                                                 clearValue;
+       };
+
+       VkRenderingInfoKHR subsampledImageRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               &densityMap0Attachment,
+               0u,                                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               colorImageRenderArea,                                                                                                                   // VkRect2D                                                             renderArea;
+               m_testParams.viewCount,                                                                                                                 // deUint32                                                             layerCount;
+               m_viewMask,                                                                                                                                             // deUint32                                                             viewMask;
+               1u,                                                                                                                                                             // deUint32                                                             colorAttachmentCount;
+               &subsampledImageColorAttachment,                                                                                                // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       const VkRenderingAttachmentInfoKHR resampleSubsampledImageColorAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               *m_colorImageView,                                                                                                                              // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                                                             // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                                                   // VkAttachmentStoreOp                                  storeOp;
+               attachmentClearValues[0]                                                                                                                // VkClearValue                                                 clearValue;
+       };
+
+       VkRenderingInfoKHR resampleSubsampledImageRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               &densityMap1Attachment,
+               0u,                                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               colorImageRenderArea,                                                                                                                   // VkRect2D                                                             renderArea;
+               m_testParams.viewCount,                                                                                                                 // deUint32                                                             layerCount;
+               m_viewMask,                                                                                                                                             // deUint32                                                             viewMask;
+               1u,                                                                                                                                                             // deUint32                                                             colorAttachmentCount;
+               &resampleSubsampledImageColorAttachment,                                                                                // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       const VkRenderingAttachmentInfoKHR copySubsampledColorAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                                // const void*                                                  pNext;
+               *m_outputImageView,                                                                                                                             // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_CLEAR,                                                                                                    // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                                                   // VkAttachmentStoreOp                                  storeOp;
+               attachmentClearValues[0]                                                                                                                // VkClearValue                                                 clearValue;
+       };
+
+       VkRenderingInfoKHR copySubsampledRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               0u,                                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               outputRenderArea,                                                                                                                               // VkRect2D                                                             renderArea;
+               1u,                                                                                                                                                             // deUint32                                                             layerCount;
+               0u,                                                                                                                                                             // deUint32                                                             viewMask;
+               1u,                                                                                                                                                             // deUint32                                                             colorAttachmentCount;
+               &copySubsampledColorAttachment,                                                                                                 // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       if (m_testParams.groupParams->useSecondaryCmdBuffer)
        {
-               if (isDynamicRendering)
+               const VkFormat colorImageFormat = VK_FORMAT_R8G8B8A8_UNORM;
+               VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
                {
-                       VkRenderingAttachmentInfoKHR colorAttachment
-                       {
-                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                // VkStructureType                                              sType;
-                               DE_NULL,                                                                                                                                // const void*                                                  pNext;
-                               *m_colorImageView,                                                                                                              // VkImageView                                                  imageView;
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                               // VkImageLayout                                                imageLayout;
-                               VK_RESOLVE_MODE_NONE,                                                                                                   // VkResolveModeFlagBits                                resolveMode;
-                               DE_NULL,                                                                                                                                // VkImageView                                                  resolveImageView;
-                               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                              // VkImageLayout                                                resolveImageLayout;
-                               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                                             // VkAttachmentLoadOp                                   loadOp;
-                               VK_ATTACHMENT_STORE_OP_STORE,                                                                                   // VkAttachmentStoreOp                                  storeOp;
-                               attachmentClearValues[0]                                                                                                // VkClearValue                                                 clearValue;
-                       };
+                       VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,                        // VkStructureType                                              sType;
+                       DE_NULL,                                                                                                                                        // const void*                                                  pNext;
+                       0u,                                                                                                                                                     // VkRenderingFlagsKHR                                  flags;
+                       m_viewMask,                                                                                                                                     // uint32_t                                                             viewMask;
+                       1u,                                                                                                                                                     // uint32_t                                                             colorAttachmentCount;
+                       &m_testParams.densityMapFormat,                                                                                         // const VkFormat*                                              pColorAttachmentFormats;
+                       VK_FORMAT_UNDEFINED,                                                                                                            // VkFormat                                                             depthAttachmentFormat;
+                       VK_FORMAT_UNDEFINED,                                                                                                            // VkFormat                                                             stencilAttachmentFormat;
+                       VK_SAMPLE_COUNT_1_BIT                                                                                                           // VkSampleCountFlagBits                                rasterizationSamples;
+               };
 
-                       VkRenderingFragmentDensityMapAttachmentInfoEXT densityMapAttachment
+               const VkCommandBufferInheritanceInfo    bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
+               VkCommandBufferBeginInfo                                commandBufBeginParams
+               {
+                       VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,                                                    // VkStructureType                                      sType;
+                       DE_NULL,                                                                                                                                // const void*                                          pNext;
+                       VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT,                                                    // VkCommandBufferUsageFlags            flags;
+                       &bufferInheritanceInfo
+               };
+
+               m_dynamicDensityMapSecCmdBuffer                 = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+               m_subsampledImageSecCmdBuffer                   = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+               m_resampleSubsampledImageSecCmdBuffer   = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+               m_copySubsampledImageSecCmdBuffer               = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+
+               // Record secondary command buffers
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       inheritanceRenderingInfo.flags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT;
+
+                       if (m_testParams.dynamicDensityMap)
                        {
-                               VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT,   // VkStructureType                                              sType;
-                               DE_NULL,                                                                                                                                // const void*                                                  pNext;
-                               **m_densityMapImageViews[1],                                                                                    // VkImageView                                                  imageView;
-                               VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT                                                // VkImageLayout                                                imageLayout;
-                       };
+                               vk.beginCommandBuffer(*m_dynamicDensityMapSecCmdBuffer, &commandBufBeginParams);
+                               vk.cmdBeginRendering(*m_dynamicDensityMapSecCmdBuffer, &dynamicDensityMapRenderingInfo);
+                               drawDynamicDensityMap(*m_dynamicDensityMapSecCmdBuffer);
+                               vk.cmdEndRendering(*m_dynamicDensityMapSecCmdBuffer);
+                               endCommandBuffer(vk, *m_dynamicDensityMapSecCmdBuffer);
+                       }
+
+                       inheritanceRenderingInfo.pColorAttachmentFormats        = &colorImageFormat;
+                       inheritanceRenderingInfo.rasterizationSamples           = m_testParams.colorSamples;
+                       vk.beginCommandBuffer(*m_subsampledImageSecCmdBuffer, &commandBufBeginParams);
+                       vk.cmdBeginRendering(*m_subsampledImageSecCmdBuffer, &subsampledImageRenderingInfo);
+                       drawSubsampledImage(*m_subsampledImageSecCmdBuffer);
+                       vk.cmdEndRendering(*m_subsampledImageSecCmdBuffer);
+                       endCommandBuffer(vk, *m_subsampledImageSecCmdBuffer);
 
-                       VkRenderingInfoKHR renderingInfo
+                       if (m_testParams.subsampledLoads)
                        {
-                               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                               &densityMapAttachment,
-                               0u,                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
-                               colorImageRenderArea,                                                                                                   // VkRect2D                                                             renderArea;
-                               densityMapImageLayers,                                                                                                  // deUint32                                                             layerCount;
-                               m_viewMask,                                                                                                                             // deUint32                                                             viewMask;
-                               1u,                                                                                                                                             // deUint32                                                             colorAttachmentCount;
-                               &colorAttachment,                                                                                                               // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                               DE_NULL,                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                               DE_NULL,                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-                       };
-                       vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+                               vk.beginCommandBuffer(*m_resampleSubsampledImageSecCmdBuffer, &commandBufBeginParams);
+                               vk.cmdBeginRendering(*m_resampleSubsampledImageSecCmdBuffer, &resampleSubsampledImageRenderingInfo);
+                               drawResampleSubsampledImage(*m_resampleSubsampledImageSecCmdBuffer);
+                               vk.cmdEndRendering(*m_resampleSubsampledImageSecCmdBuffer);
+                               endCommandBuffer(vk, *m_resampleSubsampledImageSecCmdBuffer);
+                       }
+
+                       inheritanceRenderingInfo.viewMask                               = 0u;
+                       inheritanceRenderingInfo.rasterizationSamples   = VK_SAMPLE_COUNT_1_BIT;
+                       vk.beginCommandBuffer(*m_copySubsampledImageSecCmdBuffer, &commandBufBeginParams);
+                       vk.cmdBeginRendering(*m_copySubsampledImageSecCmdBuffer, &copySubsampledRenderingInfo);
+                       drawCopySubsampledImage(*m_copySubsampledImageSecCmdBuffer);
+                       vk.cmdEndRendering(*m_copySubsampledImageSecCmdBuffer);
+                       endCommandBuffer(vk, *m_copySubsampledImageSecCmdBuffer);
                }
                else
                {
-                       VkImageView pAttachments[] = { *m_colorImageView, **m_densityMapImageViews[1] };
-                       const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
+                       commandBufBeginParams.flags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+
+                       if (m_testParams.dynamicDensityMap)
                        {
-                               VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType                      sType;
-                               DE_NULL,                                                                                                                                                // const void*                          pNext;
-                               2u,                                                                                                                                                             // deUint32                                     attachmentCount;
-                               pAttachments                                                                                                                                    // const VkImageView*           pAttachments;
-                       };
+                               vk.beginCommandBuffer(*m_dynamicDensityMapSecCmdBuffer, &commandBufBeginParams);
+                               drawDynamicDensityMap(*m_dynamicDensityMapSecCmdBuffer);
+                               endCommandBuffer(vk, *m_dynamicDensityMapSecCmdBuffer);
+                       }
 
-                       const VkRenderPassBeginInfo renderPassBeginInfoUpdateSubsampledImage
+                       inheritanceRenderingInfo.pColorAttachmentFormats        = &colorImageFormat;
+                       inheritanceRenderingInfo.rasterizationSamples           = m_testParams.colorSamples;
+                       vk.beginCommandBuffer(*m_subsampledImageSecCmdBuffer, &commandBufBeginParams);
+                       drawSubsampledImage(*m_subsampledImageSecCmdBuffer);
+                       endCommandBuffer(vk, *m_subsampledImageSecCmdBuffer);
+
+                       if (m_testParams.subsampledLoads)
                        {
-                               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType                      sType;
-                               m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                          pNext;
-                               *m_renderPassUpdateSubsampledImage,                                                                                             // VkRenderPass                         renderPass;
-                               *m_framebufferUpdateSubsampledImage,                                                                                    // VkFramebuffer                        framebuffer;
-                               makeRect2D(colorImageSize.width, colorImageSize.height),                                                // VkRect2D                                     renderArea;
-                               0u,                                                                                                                                                             // uint32_t                                     clearValueCount;
-                               DE_NULL                                                                                                                                                 // const VkClearValue*          pClearValues;
-                       };
-                       renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoUpdateSubsampledImage);
+                               vk.beginCommandBuffer(*m_resampleSubsampledImageSecCmdBuffer, &commandBufBeginParams);
+                               drawResampleSubsampledImage(*m_resampleSubsampledImageSecCmdBuffer);
+                               endCommandBuffer(vk, *m_resampleSubsampledImageSecCmdBuffer);
+                       }
+
+                       inheritanceRenderingInfo.viewMask                               = 0u;
+                       inheritanceRenderingInfo.rasterizationSamples   = VK_SAMPLE_COUNT_1_BIT;
+                       vk.beginCommandBuffer(*m_copySubsampledImageSecCmdBuffer, &commandBufBeginParams);
+                       drawCopySubsampledImage(*m_copySubsampledImageSecCmdBuffer);
+                       endCommandBuffer(vk, *m_copySubsampledImageSecCmdBuffer);
                }
 
-               vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineUpdateSubsampledImage);
-               vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOperateOnSubsampledImage, 0, 1, &m_descriptorSetOperateOnSubsampledImage.get(), 0, DE_NULL);
-               vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
-               vk.cmdDraw(*m_cmdBuffer, (deUint32)m_vertices.size(), 1, 0, 0);
+               // Record primary command buffer
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
 
-               if (isDynamicRendering)
-                       vk.cmdEndRendering(*m_cmdBuffer);
+               // Render dynamic density map
+               if (m_testParams.dynamicDensityMap)
+               {
+                       // change layout of density map - after filling it layout was changed
+                       // to density map optimal but here we want to render values to it
+                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
+                               0, 0, DE_NULL, 0, DE_NULL, 1, &dynamicDensitMapBarrier);
+
+                       if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_dynamicDensityMapSecCmdBuffer);
+                       else
+                       {
+                               dynamicDensityMapRenderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                               vk.cmdBeginRendering(*m_cmdBuffer, &dynamicDensityMapRenderingInfo);
+                               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_dynamicDensityMapSecCmdBuffer);
+                               vk.cmdEndRendering(*m_cmdBuffer);
+                       }
+
+                       // barrier that will change layout of density map
+                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT,
+                               0, 0, DE_NULL, 0, DE_NULL, 1, &densityMapImageBarrier);
+               }
+
+               // barier that will change layout of color and resolve attachments
+               vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
+                       0, 0, DE_NULL, 0, DE_NULL, 1 + isColorImageMultisampled, cbImageBarrier.data());
+
+               // Render subsampled image
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_subsampledImageSecCmdBuffer);
                else
-                       renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
-       }
+               {
+                       subsampledImageRenderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                       vk.cmdBeginRendering(*m_cmdBuffer, &subsampledImageRenderingInfo);
+                       vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_subsampledImageSecCmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
+               }
+
+               // Resample subsampled image
+               if (m_testParams.subsampledLoads)
+               {
+                       if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_resampleSubsampledImageSecCmdBuffer);
+                       else
+                       {
+                               resampleSubsampledImageRenderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                               vk.cmdBeginRendering(*m_cmdBuffer, &resampleSubsampledImageRenderingInfo);
+                               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_resampleSubsampledImageSecCmdBuffer);
+                               vk.cmdEndRendering(*m_cmdBuffer);
+                       }
+               }
 
-       // Copy subsampled image to normal image using sampler that is able to read from subsampled images
-       // (subsampled image cannot be copied using vkCmdCopyImageToBuffer)
-       if (isDynamicRendering)
-       {
                // barrier that will change layout of output image
-               VkImageMemoryBarrier outputImageBarrier = makeImageMemoryBarrier(
-                       VK_ACCESS_NONE_KHR,                                                                                                     // VkAccessFlags                                                srcAccessMask;
-                       VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,                                                           // VkAccessFlags                                                dstAccessMask;
-                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                                      // VkImageLayout                                                oldLayout;
-                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                       // VkImageLayout                                                newLayout;
-                       *m_outputImage,                                                                                                         // VkImage                                                              image;
-                       outputSubresourceRange                                                                                          // VkImageSubresourceRange                              subresourceRange;
-               );
                vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
                        0, 0, DE_NULL, 0, DE_NULL, 1, &outputImageBarrier);
 
-               VkRenderingAttachmentInfoKHR colorAttachment
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_copySubsampledImageSecCmdBuffer);
+               else
                {
-                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                        // VkStructureType                                              sType;
-                       DE_NULL,                                                                                                                        // const void*                                                  pNext;
-                       *m_outputImageView,                                                                                                     // VkImageView                                                  imageView;
-                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                       // VkImageLayout                                                imageLayout;
-                       VK_RESOLVE_MODE_NONE,                                                                                           // VkResolveModeFlagBits                                resolveMode;
-                       DE_NULL,                                                                                                                        // VkImageView                                                  resolveImageView;
-                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                                      // VkImageLayout                                                resolveImageLayout;
-                       VK_ATTACHMENT_LOAD_OP_CLEAR,                                                                            // VkAttachmentLoadOp                                   loadOp;
-                       VK_ATTACHMENT_STORE_OP_STORE,                                                                           // VkAttachmentStoreOp                                  storeOp;
-                       attachmentClearValues[0]                                                                                        // VkClearValue                                                 clearValue;
-               };
+                       copySubsampledRenderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                       vk.cmdBeginRendering(*m_cmdBuffer, &copySubsampledRenderingInfo);
+                       vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_copySubsampledImageSecCmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
+               }
 
-               VkRenderingInfoKHR renderingInfo
-               {
-                       VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                       DE_NULL,
-                       0u,                                                                                                                                     // VkRenderingFlagsKHR                                  flags;
-                       outputRenderArea,                                                                                                       // VkRect2D                                                             renderArea;
-                       1u,                                                                                                                                     // deUint32                                                             layerCount;
-                       0u,                                                                                                                                     // deUint32                                                             viewMask;
-                       1u,                                                                                                                                     // deUint32                                                             colorAttachmentCount;
-                       &colorAttachment,                                                                                                       // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                       DE_NULL,                                                                                                                        // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                       DE_NULL,                                                                                                                        // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-               };
-               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+               endCommandBuffer(vk, *m_cmdBuffer);
        }
        else
        {
-               const VkRenderPassAttachmentBeginInfo renderPassAttachmentBeginInfo
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+
+               // First render pass - render dynamic density map
+               if (m_testParams.dynamicDensityMap)
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO,                                                    // VkStructureType                      sType;
-                       DE_NULL,                                                                                                                                                // const void*                          pNext;
-                       1u,                                                                                                                                                             // deUint32                                     attachmentCount;
-                       &*m_outputImageView                                                                                                                             // const VkImageView*           pAttachments;
-               };
+                       // change layout of density map - after filling it layout was changed
+                       // to density map optimal but here we want to render values to it
+                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
+                                                                 0, 0, DE_NULL, 0, DE_NULL, 1, &dynamicDensitMapBarrier);
+
+                       vk.cmdBeginRendering(*m_cmdBuffer, &dynamicDensityMapRenderingInfo);
+                       drawDynamicDensityMap(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
+
+                       // barrier that will change layout of density map
+                       vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT,
+                                                                 0, 0, DE_NULL, 0, DE_NULL, 1, &densityMapImageBarrier);
+               }
 
-               const VkRenderPassBeginInfo renderPassBeginInfoOutputSubsampledImage
+               // barier that will change layout of color and resolve attachments
+               vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
+                                                         0, 0, DE_NULL, 0, DE_NULL, 1 + isColorImageMultisampled, cbImageBarrier.data());
+
+               // Render subsampled image
+               vk.cmdBeginRendering(*m_cmdBuffer, &subsampledImageRenderingInfo);
+               drawSubsampledImage(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
+
+               // Resample subsampled image
+               if (m_testParams.subsampledLoads)
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,                                                                               // VkStructureType                      sType;
-                       m_testParams.imagelessFramebuffer ? &renderPassAttachmentBeginInfo : DE_NULL,   // const void*                          pNext;
-                       *m_renderPassOutputSubsampledImage,                                                                                             // VkRenderPass                         renderPass;
-                       *m_framebufferOutputSubsampledImage,                                                                                    // VkFramebuffer                        framebuffer;
-                       outputRenderArea,                                                                                                                               // VkRect2D                                     renderArea;
-                       static_cast<deUint32>(attachmentClearValues.size()),                                                    // uint32_t                                     clearValueCount;
-                       attachmentClearValues.data()                                                                                                    // const VkClearValue*          pClearValues;
-               };
-               renderPassWrapper->cmdBeginRenderPass(*m_cmdBuffer, &renderPassBeginInfoOutputSubsampledImage);
-       }
+                       vk.cmdBeginRendering(*m_cmdBuffer, &resampleSubsampledImageRenderingInfo);
+                       drawResampleSubsampledImage(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
+               }
 
-       vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipelineOutputSubsampledImage);
-       vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutOutputSubsampledImage, 0, 1, &m_descriptorSetOutputSubsampledImage.get(), 0, DE_NULL);
-       vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBufferOutput.get(), &vertexBufferOffset);
-       vk.cmdDraw(*m_cmdBuffer, (deUint32)m_verticesOutput.size(), 1, 0, 0);
+               // barrier that will change layout of output image
+               vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_NONE_KHR, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
+                                                         0, 0, DE_NULL, 0, DE_NULL, 1, &outputImageBarrier);
 
-       if (isDynamicRendering)
+               vk.cmdBeginRendering(*m_cmdBuffer, &copySubsampledRenderingInfo);
+               drawCopySubsampledImage(*m_cmdBuffer);
                vk.cmdEndRendering(*m_cmdBuffer);
-       else
-               renderPassWrapper->cmdEndRenderPass(*m_cmdBuffer);
 
-       endCommandBuffer(vk, *m_cmdBuffer);
+               endCommandBuffer(vk, *m_cmdBuffer);
+       }
 }
 
 tcu::TestStatus FragmentDensityMapTestInstance::iterate (void)
@@ -2409,7 +2657,7 @@ tcu::TestStatus FragmentDensityMapTestInstance::verifyImage (void)
 
 } // anonymous
 
-static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderingType)
+static void createChildren (tcu::TestCaseGroup* fdmTests, const SharedGroupParams groupParams)
 {
        tcu::TestContext&       testCtx         = fdmTests->getTestContext();
 
@@ -2466,13 +2714,13 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
 
        for (const auto& view : views)
        {
-               if ((renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) && view.viewCount > 1)
+               if ((groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) && view.viewCount > 1)
                        continue;
 
                de::MovePtr<tcu::TestCaseGroup> viewGroup(new tcu::TestCaseGroup(testCtx, view.name.c_str(), ""));
                for (const auto& render : renders)
                {
-                       if ((renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) && render.makeCopy)
+                       if ((groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) && render.makeCopy)
                                continue;
 
                        de::MovePtr<tcu::TestCaseGroup> renderGroup(new tcu::TestCaseGroup(testCtx, render.name.c_str(), ""));
@@ -2481,6 +2729,10 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                                de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, size.name.c_str(), ""));
                                for (const auto& sample : samples)
                                {
+                                       // Reduce number of tests for dynamic rendering cases where secondary command buffer is used
+                                       if (groupParams->useSecondaryCmdBuffer && (sample.samples > VK_SAMPLE_COUNT_2_BIT))
+                                               break;
+
                                        de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), ""));
                                        for (const auto& area : fragmentArea)
                                        {
@@ -2503,8 +2755,7 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                                                        area,                                                   // tcu::UVec2                           fragmentArea;
                                                        { 16, 16 },                                             // tcu::UVec2                           densityMapSize;
                                                        VK_FORMAT_R8G8_UNORM,                   // VkFormat                                     densityMapFormat;
-                                                       renderingType                                   // RenderingType                        renderingType;
-
+                                                       groupParams                                             // SharedGroupParams            groupParams;
                                                };
 
                                                sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.str(), "", params));
@@ -2566,13 +2817,17 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                        {  2,  2 },                                             // tcu::UVec2                           fragmentArea;
                        { 16, 16 },                                             // tcu::UVec2                           densityMapSize;
                        VK_FORMAT_R8G8_UNORM,                   // VkFormat                                     densityMapFormat;
-                       renderingType                                   // RenderingType                        renderingType;
+                       groupParams                                             // SharedGroupParams            groupParams;
                };
                propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, sampler.name, "", params));
+
+               // Reduce number of tests for dynamic rendering cases where secondary command buffer is used
+               if (groupParams->useSecondaryCmdBuffer)
+                       break;
        }
 
        // interaction between fragment density map and imageless framebuffer
-       if (renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
                TestParams params
                {
@@ -2590,7 +2845,7 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                        {  2,  2 },                                             // tcu::UVec2                           fragmentArea;
                        { 16, 16 },                                             // tcu::UVec2                           densityMapSize;
                        VK_FORMAT_R8G8_UNORM,                   // VkFormat                                     densityMapFormat;
-                       renderingType                                   // RenderingType                        renderingType;
+                       groupParams                                             // SharedGroupParams            groupParams;
                };
                propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "imageless_framebuffer_static_subsampled", "", params));
                params.deferredDensityMap = true;
@@ -2600,7 +2855,7 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "imageless_framebuffer_dynamic_subsampled", "", params));
        }
 
-       if (renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
        {
                TestParams params
                {
@@ -2618,27 +2873,26 @@ static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderin
                        {  1,  2 },                                             // tcu::UVec2                           fragmentArea;
                        { 16, 16 },                                             // tcu::UVec2                           densityMapSize;
                        VK_FORMAT_R8G8_UNORM,                   // VkFormat                                     densityMapFormat;
-                       renderingType                                   // RenderingType                        renderingType;
+                       groupParams                                             // SharedGroupParams            groupParams;
                };
                propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "subsampled_loads", "", params));
                params.subsampledLoads          = false;
                params.coarseReconstruction     = true;
                propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "subsampled_coarse_reconstruction", "", params));
+               fdmTests->addChild(propertiesGroup.release());
        }
-
-       fdmTests->addChild(propertiesGroup.release());
 }
 
-static void cleanupGroup (tcu::TestCaseGroup* group, RenderingType)
+static void cleanupGroup (tcu::TestCaseGroup* group, const SharedGroupParams)
 {
        DE_UNREF(group);
        // Destroy singleton objects.
        g_singletonDevice.clear();
 }
 
-tcu::TestCaseGroup* createFragmentDensityMapTests (tcu::TestContext& testCtx, RenderingType renderingType)
+tcu::TestCaseGroup* createFragmentDensityMapTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "fragment_density_map", "VK_EXT_fragment_density_map and VK_EXT_fragment_density_map2 extensions tests", createChildren, renderingType, cleanupGroup);
+       return createTestGroup(testCtx, "fragment_density_map", "VK_EXT_fragment_density_map and VK_EXT_fragment_density_map2 extensions tests", createChildren, groupParams, cleanupGroup);
 }
 
 } // renderpass
index 00bf424..8f9c78d 100644 (file)
  *//*--------------------------------------------------------------------*/
 
 #include "vktTestCase.hpp"
-#include "vktRenderPassTestsUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 namespace renderpass
 {
 
-tcu::TestCaseGroup* createFragmentDensityMapTests (tcu::TestContext& testCtx, RenderingType renderingType);
+tcu::TestCaseGroup* createFragmentDensityMapTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams);
 
 } // renderpass
 } // vkt
diff --git a/external/vulkancts/modules/vulkan/renderpass/vktRenderPassGroupParams.hpp b/external/vulkancts/modules/vulkan/renderpass/vktRenderPassGroupParams.hpp
new file mode 100644 (file)
index 0000000..62fcfea
--- /dev/null
@@ -0,0 +1,68 @@
+#ifndef _VKTRENDERPASSGROUPPARAMS_HPP
+#define _VKTRENDERPASSGROUPPARAMS_HPP
+
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2022 The Khronos Group Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Structure with parameters shared by all tests in 'renderpass' group.
+ *//*--------------------------------------------------------------------*/
+#include "deSharedPtr.hpp"
+
+namespace vkt
+{
+namespace renderpass
+{
+
+
+enum RenderingType
+{
+       RENDERING_TYPE_RENDERPASS_LEGACY = 0,
+       RENDERING_TYPE_RENDERPASS2,
+       RENDERING_TYPE_DYNAMIC_RENDERING
+};
+
+enum SynchronizationType
+{
+       SYNCHRONIZATION_TYPE_LEGACY = 0,
+       SYNCHRONIZATION_TYPE_SYNCHRONIZATION2,
+};
+
+// Structure containing parameters for all tests in renderpass group
+struct GroupParams
+{
+       // Specifies type of renderpass.
+       RenderingType renderingType;
+
+       // When this flag is true then secondary command buffer is created in test
+       bool useSecondaryCmdBuffer;
+
+       // When true begin/endRendering is in secondary command buffer, when false those
+       // commands are recorded to primary command buffer. This flag is checked only when
+       // useSecondaryCmdBuffer is true.
+       bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+};
+
+typedef de::SharedPtr<GroupParams> SharedGroupParams;
+
+} // renderpass
+} // vkt
+
+
+#endif // _VKTRENDERPASSGROUPPARAMS_HPP
index 3acba4f..6f452a8 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "vktRenderPassLoadStoreOpNoneTests.hpp"
 #include "pipeline/vktPipelineImageUtil.hpp"
+#include "vktRenderPassTestsUtil.hpp"
 #include "vktTestCase.hpp"
 #include "vkImageUtil.hpp"
 #include "vkMemUtil.hpp"
@@ -115,7 +116,7 @@ struct TestParams
 {
        std::vector<AttachmentParams>   attachments;
        std::vector<SubpassParams>              subpasses;
-       RenderingType                                   renderingType;
+       const SharedGroupParams                 groupParams;
        VkFormat                                                depthStencilFormat;
        bool                                                    alphaBlend;
 };
@@ -202,7 +203,7 @@ Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
                                                                         VkDevice                               vkDevice,
                                                                         const TestParams               testParams)
 {
-       const VkImageAspectFlags        aspectMask                                              = testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT;
+       const VkImageAspectFlags        aspectMask                                              = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT;
        std::vector<AttachmentDesc>     attachmentDescriptions;
        std::vector<SubpassDesc>        subpassDescriptions;
 
@@ -289,7 +290,7 @@ Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
                        else if (ref.usage & ATTACHMENT_USAGE_DEPTH_STENCIL)
                        {
                                layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
-                               const auto depthStencilAspectMask = testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : getImageAspectFlags(mapVkFormat(testParams.depthStencilFormat));
+                               const auto depthStencilAspectMask = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : getImageAspectFlags(mapVkFormat(testParams.depthStencilFormat));
                                refs.depthStencilAttachmentRefs.push_back({DE_NULL, ref.idx, layout, depthStencilAspectMask});
                        }
                        else
@@ -374,13 +375,24 @@ public:
                                                                                                                                 const TestParams&      testParams);
        virtual                                         ~LoadStoreOpNoneTestInstance    (void);
        virtual tcu::TestStatus         iterate                                                 (void);
+
        template<typename RenderpassSubpass>
        void                                            createCommandBuffer                             (const DeviceInterface&                                 vk,
                                                                                                                                 VkDevice                                                               vkDevice,
+                                                                                                                                std::vector<Move<VkDescriptorSet>>&    descriptorSets,
+                                                                                                                                std::vector<Move<VkPipelineLayout>>&   pipelineLayouts,
+                                                                                                                                std::vector<Move<VkPipeline>>&                 pipelines);
+       void                                            createCommandBuffer                             (const DeviceInterface&                                 vk,
+                                                                                                                                VkDevice                                                               vkDevice,
                                                                                                                                 std::vector<Move<VkImageView>>&                imageViews,
                                                                                                                                 std::vector<Move<VkDescriptorSet>>&    descriptorSets,
                                                                                                                                 std::vector<Move<VkPipelineLayout>>&   pipelineLayouts,
                                                                                                                                 std::vector<Move<VkPipeline>>&                 pipelines);
+       void                                            drawCommands                                    (VkCommandBuffer                                                cmdBuffer,
+                                                                                                                                std::vector<Move<VkDescriptorSet>>&    descriptorSets,
+                                                                                                                                std::vector<Move<VkPipelineLayout>>&   pipelineLayouts,
+                                                                                                                                std::vector<Move<VkPipeline>>&                 pipelines) const;
+
 private:
        TestParams                                      m_testParams;
 
@@ -397,6 +409,7 @@ private:
 
        Move<VkCommandPool>                     m_cmdPool;
        Move<VkCommandBuffer>           m_cmdBuffer;
+       Move<VkCommandBuffer>           m_secCmdBuffer;
 };
 
 LoadStoreOpNoneTest::LoadStoreOpNoneTest (tcu::TestContext&            testContext,
@@ -420,11 +433,11 @@ TestInstance* LoadStoreOpNoneTest::createInstance (Context& context) const
 void LoadStoreOpNoneTest::checkSupport (Context& ctx) const
 {
        // Check for renderpass2 extension if used.
-       if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                ctx.requireDeviceFunctionality("VK_KHR_create_renderpass2");
 
        // Check for dynamic_rendering extension if used
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                ctx.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
        ctx.requireDeviceFunctionality("VK_EXT_load_store_op_none");
@@ -539,7 +552,6 @@ LoadStoreOpNoneTestInstance::~LoadStoreOpNoneTestInstance (void)
 template<typename RenderpassSubpass>
 void LoadStoreOpNoneTestInstance::createCommandBuffer  (const DeviceInterface&                                 vk,
                                                                                                                 VkDevice                                                               vkDevice,
-                                                                                                                std::vector<Move<VkImageView>>&                imageViews,
                                                                                                                 std::vector<Move<VkDescriptorSet>>&    descriptorSets,
                                                                                                                 std::vector<Move<VkPipelineLayout>>&   pipelineLayouts,
                                                                                                                 std::vector<Move<VkPipeline>>&                 pipelines)
@@ -547,127 +559,216 @@ void LoadStoreOpNoneTestInstance::createCommandBuffer   (const DeviceInterface&
        const typename RenderpassSubpass::SubpassBeginInfo      subpassBeginInfo        (DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
        const typename RenderpassSubpass::SubpassEndInfo        subpassEndInfo          (DE_NULL);
 
-       const VkDeviceSize vertexBufferOffset = 0;
-
        m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
 
        beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+       const VkRenderPassBeginInfo renderPassBeginInfo
+       {
+               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,       // VkStructureType              sType
+               DE_NULL,                                                                        // const void*                  pNext
+               *m_renderPass,                                                          // VkRenderPass                 renderPass
+               *m_framebuffer,                                                         // VkFramebuffer                framebuffer
+               makeRect2D(m_renderSize),                                       // VkRect2D                             renderArea
+               0u,                                                                                     // uint32_t                             clearValueCount
+               DE_NULL                                                                         // const VkClearValue*  pClearValues
+       };
+       RenderpassSubpass::cmdBeginRenderPass(vk, *m_cmdBuffer, &renderPassBeginInfo, &subpassBeginInfo);
 
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       drawCommands(*m_cmdBuffer, descriptorSets, pipelineLayouts, pipelines);
+
+       RenderpassSubpass::cmdEndRenderPass(vk, *m_cmdBuffer, &subpassEndInfo);
+       endCommandBuffer(vk, *m_cmdBuffer);
+}
+
+void LoadStoreOpNoneTestInstance::createCommandBuffer(const DeviceInterface&                           vk,
+                                                                                                         VkDevice                                                              vkDevice,
+                                                                                                         std::vector<Move<VkImageView>>&               imageViews,
+                                                                                                         std::vector<Move<VkDescriptorSet>>&   descriptorSets,
+                                                                                                         std::vector<Move<VkPipelineLayout>>&  pipelineLayouts,
+                                                                                                         std::vector<Move<VkPipeline>>&                pipelines)
+{
+       std::vector<VkRenderingAttachmentInfoKHR>       colorAttachments;
+
+       VkRenderingAttachmentInfoKHR                            depthAttachment
        {
-               std::vector<VkRenderingAttachmentInfoKHR>       colorAttachments;
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                // const void*                                                  pNext;
+               DE_NULL,                                                                                                                // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
+               makeClearValueDepthStencil(0.0f, 0u)                                                    // VkClearValue                                                 clearValue;
+       };
 
-               VkRenderingAttachmentInfoKHR                            depthAttachment
-               {
-                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
-                       DE_NULL,                                                                                                                // const void*                                                  pNext;
-                       DE_NULL,                                                                                                                // VkImageView                                                  imageView;
-                       VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
-                       VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
-                       DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
-                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
-                       VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
-                       VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
-                       makeClearValueDepthStencil(0.0f, 0u)                                                    // VkClearValue                                                 clearValue;
-               };
+       VkRenderingAttachmentInfoKHR                            stencilAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                // const void*                                                  pNext;
+               DE_NULL,                                                                                                                // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
+               makeClearValueDepthStencil(0.0f, 0u)                                                    // VkClearValue                                                 clearValue;
+       };
 
-               VkRenderingAttachmentInfoKHR                            stencilAttachment
-               {
-                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
-                               DE_NULL,                                                                                                                // const void*                                                  pNext;
-                               DE_NULL,                                                                                                                // VkImageView                                                  imageView;
-                               VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
-                               VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
-                               DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
-                               VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
-                               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
-                               VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
-                               makeClearValueDepthStencil(0.0f, 0u)                                                    // VkClearValue                                                 clearValue;
-               };
+       bool useDepth           = false;
+       bool useStencil         = false;
 
-               bool useDepth           = false;
-               bool useStencil         = false;
+       VkSampleCountFlagBits   sampleCount = VK_SAMPLE_COUNT_1_BIT;
+       std::vector<VkFormat>   colorAttachmentFormats;
 
-               for (size_t i = 0; i < imageViews.size(); i++)
+       for (size_t i = 0; i < imageViews.size(); i++)
+       {
+               if (m_testParams.attachments[i].usage & ATTACHMENT_USAGE_MULTISAMPLE)
                {
-                       if (m_testParams.attachments[i].usage & ATTACHMENT_USAGE_MULTISAMPLE)
-                       {
-                               DE_ASSERT(m_testParams.attachments[i+1].usage & ATTACHMENT_USAGE_RESOLVE_TARGET);
-                               const auto resolveMode = ((m_testParams.attachments[i].usage & ATTACHMENT_USAGE_INTEGER) ? VK_RESOLVE_MODE_SAMPLE_ZERO_BIT : VK_RESOLVE_MODE_AVERAGE_BIT);
-                               colorAttachments.push_back({
-                                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                // VkStructureType                                              sType;
-                                       DE_NULL,                                                                                                // const void*                                                  pNext;
-                                       *imageViews[i],                                                                                 // VkImageView                                                  imageView;
-                                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
-                                       resolveMode,                                                                                    // VkResolveModeFlagBits                                resolveMode;
-                                       *imageViews[i+1],                                                                               // VkImageView                                                  resolveImageView;
-                                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                resolveImageLayout;
-                                       m_testParams.attachments[i].loadOp,                                             // VkAttachmentLoadOp                                   loadOp;
-                                       m_testParams.attachments[i].storeOp,                                    // VkAttachmentStoreOp                                  storeOp;
-                                       makeClearValueColor(tcu::Vec4(0.0f))                                    // VkClearValue                                                 clearValue;
-                                       });
-                               i += 1;
-                       }
-                       else if (m_testParams.attachments[i].usage & ATTACHMENT_USAGE_COLOR)
-                       {
-                               colorAttachments.push_back({
-                                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                // VkStructureType                                              sType;
-                                       DE_NULL,                                                                                                // const void*                                                  pNext;
-                                       *imageViews[i],                                                                                 // VkImageView                                                  imageView;
-                                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
-                                       VK_RESOLVE_MODE_NONE,                                                                   // VkResolveModeFlagBits                                resolveMode;
-                                       DE_NULL,                                                                                                // VkImageView                                                  resolveImageView;
-                                       VK_IMAGE_LAYOUT_UNDEFINED,                                                              // VkImageLayout                                                resolveImageLayout;
-                                       m_testParams.attachments[i].loadOp,                                             // VkAttachmentLoadOp                                   loadOp;
-                                       m_testParams.attachments[i].storeOp,                                    // VkAttachmentStoreOp                                  storeOp;
-                                       makeClearValueColor(tcu::Vec4(0.0f))                                    // VkClearValue                                                 clearValue;
-                                       });
-                       }
-                       else
-                       {
-                               deUint32          usage = m_testParams.attachments[i].usage;
-                               useDepth        = usage & ATTACHMENT_USAGE_DEPTH;
-                               useStencil      = usage & ATTACHMENT_USAGE_STENCIL;
-
-                               depthAttachment.imageView       = *imageViews[i];
-                               depthAttachment.loadOp          = m_testParams.attachments[i].loadOp;
-                               depthAttachment.storeOp         = m_testParams.attachments[i].storeOp;
-                               stencilAttachment.imageView     = *imageViews[i];
-                               stencilAttachment.loadOp        = m_testParams.attachments[i].stencilLoadOp;
-                               stencilAttachment.storeOp       = m_testParams.attachments[i].stencilStoreOp;
-                       }
+                       DE_ASSERT(m_testParams.attachments[i + 1].usage & ATTACHMENT_USAGE_RESOLVE_TARGET);
+                       const auto resolveMode = ((m_testParams.attachments[i].usage & ATTACHMENT_USAGE_INTEGER) ? VK_RESOLVE_MODE_SAMPLE_ZERO_BIT : VK_RESOLVE_MODE_AVERAGE_BIT);
+                       colorAttachments.push_back({
+                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                // VkStructureType                                              sType;
+                               DE_NULL,                                                                                                // const void*                                                  pNext;
+                               *imageViews[i],                                                                                 // VkImageView                                                  imageView;
+                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
+                               resolveMode,                                                                                    // VkResolveModeFlagBits                                resolveMode;
+                               *imageViews[i + 1],                                                                             // VkImageView                                                  resolveImageView;
+                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                resolveImageLayout;
+                               m_testParams.attachments[i].loadOp,                                             // VkAttachmentLoadOp                                   loadOp;
+                               m_testParams.attachments[i].storeOp,                                    // VkAttachmentStoreOp                                  storeOp;
+                               makeClearValueColor(tcu::Vec4(0.0f))                                    // VkClearValue                                                 clearValue;
+                               });
+                       colorAttachmentFormats.push_back(getFormat(m_testParams.attachments[i].usage, m_testParams.depthStencilFormat));
+                       sampleCount = VK_SAMPLE_COUNT_4_BIT;
+                       i += 1;
+               }
+               else if (m_testParams.attachments[i].usage & ATTACHMENT_USAGE_COLOR)
+               {
+                       colorAttachments.push_back({
+                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                // VkStructureType                                              sType;
+                               DE_NULL,                                                                                                // const void*                                                  pNext;
+                               *imageViews[i],                                                                                 // VkImageView                                                  imageView;
+                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
+                               VK_RESOLVE_MODE_NONE,                                                                   // VkResolveModeFlagBits                                resolveMode;
+                               DE_NULL,                                                                                                // VkImageView                                                  resolveImageView;
+                               VK_IMAGE_LAYOUT_UNDEFINED,                                                              // VkImageLayout                                                resolveImageLayout;
+                               m_testParams.attachments[i].loadOp,                                             // VkAttachmentLoadOp                                   loadOp;
+                               m_testParams.attachments[i].storeOp,                                    // VkAttachmentStoreOp                                  storeOp;
+                               makeClearValueColor(tcu::Vec4(0.0f))                                    // VkClearValue                                                 clearValue;
+                               });
+                       colorAttachmentFormats.push_back(getFormat(m_testParams.attachments[i].usage, m_testParams.depthStencilFormat));
                }
+               else
+               {
+                       deUint32          usage = m_testParams.attachments[i].usage;
+                       useDepth        = usage & ATTACHMENT_USAGE_DEPTH;
+                       useStencil      = usage & ATTACHMENT_USAGE_STENCIL;
+
+                       depthAttachment.imageView       = *imageViews[i];
+                       depthAttachment.loadOp          = m_testParams.attachments[i].loadOp;
+                       depthAttachment.storeOp         = m_testParams.attachments[i].storeOp;
+                       stencilAttachment.imageView     = *imageViews[i];
+                       stencilAttachment.loadOp        = m_testParams.attachments[i].stencilLoadOp;
+                       stencilAttachment.storeOp       = m_testParams.attachments[i].stencilStoreOp;
+               }
+       }
+
+       VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,                // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               0u,                                                                                                                                             // VkRenderingFlagsKHR                          flags;
+               0u,                                                                                                                                             // uint32_t                                                     viewMask;
+               static_cast<deUint32>(colorAttachmentFormats.size()),                                   // uint32_t                                                     colorAttachmentCount;
+               colorAttachmentFormats.data(),                                                                                  // const VkFormat*                                      pColorAttachmentFormats;
+               useDepth ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED,               // VkFormat                                                     depthAttachmentFormat;
+               useStencil ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED,             // VkFormat                                                     stencilAttachmentFormat;
+               sampleCount                                                                                                                             // VkSampleCountFlagBits                        rasterizationSamples;
+       };
+
+       const VkCommandBufferInheritanceInfo    bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
+       VkCommandBufferBeginInfo                                commandBufBeginParams
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,                                                    // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT,                                                    // VkCommandBufferUsageFlags            flags;
+               &bufferInheritanceInfo
+       };
+
+       VkRenderingInfoKHR renderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               0u,                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               makeRect2D(m_renderSize),                                                                               // VkRect2D                                                             renderArea;
+               1u,                                                                                                                             // deUint32                                                             layerCount;
+               0u,                                                                                                                             // deUint32                                                             viewMask;
+               (deUint32)colorAttachments.size(),                                                              // deUint32                                                             colorAttachmentCount;
+               de::dataOrNull(colorAttachments),                                                               // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               useDepth ? &depthAttachment : DE_NULL,                                                  // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               useStencil ? &stencilAttachment : DE_NULL                                               // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+
+       if (m_testParams.groupParams->useSecondaryCmdBuffer)
+       {
+               m_secCmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
 
-               VkRenderingInfoKHR renderingInfo
+               // record secondary command buffer
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
                {
-                       VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                       DE_NULL,
-                       0u,                                                                                                                             // VkRenderingFlagsKHR                                  flags;
-                       makeRect2D(m_renderSize),                                                                               // VkRect2D                                                             renderArea;
-                       1u,                                                                                                                             // deUint32                                                             layerCount;
-                       0u,                                                                                                                             // deUint32                                                             viewMask;
-                       (deUint32)colorAttachments.size(),                                                              // deUint32                                                             colorAttachmentCount;
-                       de::dataOrNull(colorAttachments),                                                               // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                       useDepth ? &depthAttachment : DE_NULL,                                                  // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                       useStencil ? &stencilAttachment : DE_NULL                                               // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-               };
+                       inheritanceRenderingInfo.flags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT;
+                       vk.beginCommandBuffer(*m_secCmdBuffer, &commandBufBeginParams);
+                       vk.cmdBeginRendering(*m_secCmdBuffer, &renderingInfo);
+               }
+               else
+               {
+                       commandBufBeginParams.flags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+                       vk.beginCommandBuffer(*m_secCmdBuffer, &commandBufBeginParams);
+               }
 
-               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+               drawCommands(*m_secCmdBuffer, descriptorSets, pipelineLayouts, pipelines);
+
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdEndRendering(*m_secCmdBuffer);
+               endCommandBuffer(vk, *m_secCmdBuffer);
+
+               // record primary command buffer
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+               if (!m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       renderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                       vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+               }
+               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_secCmdBuffer);
+               if (!m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdEndRendering(*m_cmdBuffer);
+               endCommandBuffer(vk, *m_cmdBuffer);
        }
        else
        {
-               const VkRenderPassBeginInfo renderPassBeginInfo =
-               {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,       // VkStructureType              sType
-                       DE_NULL,                                                                        // const void*                  pNext
-                       *m_renderPass,                                                          // VkRenderPass                 renderPass
-                       *m_framebuffer,                                                         // VkFramebuffer                framebuffer
-                       makeRect2D(m_renderSize),                                       // VkRect2D                             renderArea
-                       0u,                                                                                     // uint32_t                             clearValueCount
-                       DE_NULL                                                                         // const VkClearValue*  pClearValues
-               };
-               RenderpassSubpass::cmdBeginRenderPass(vk, *m_cmdBuffer, &renderPassBeginInfo, &subpassBeginInfo);
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+
+               drawCommands(*m_cmdBuffer, descriptorSets, pipelineLayouts, pipelines);
+
+               vk.cmdEndRendering(*m_cmdBuffer);
+               endCommandBuffer(vk, *m_cmdBuffer);
        }
+}
+
+void LoadStoreOpNoneTestInstance::drawCommands(VkCommandBuffer                                         cmdBuffer,
+                                                                                          std::vector<Move<VkDescriptorSet>>&  descriptorSets,
+                                                                                          std::vector<Move<VkPipelineLayout>>& pipelineLayouts,
+                                                                                          std::vector<Move<VkPipeline>>&               pipelines) const
+{
+       const DeviceInterface&  vk                                      = m_context.getDeviceInterface();
+       const VkClearRect               rect                            = { makeRect2D(m_renderSize), 0u, 1u };
+       const VkDeviceSize              vertexBufferOffset      = 0;
 
        // Add clear commands for selected attachments
        std::vector<VkClearAttachment> clearAttachments;
@@ -678,23 +779,20 @@ void LoadStoreOpNoneTestInstance::createCommandBuffer     (const DeviceInterface&
                {
                        if (att.usage & ATTACHMENT_USAGE_DEPTH_STENCIL)
                        {
-                               clearAttachments.push_back({getImageAspectFlags(mapVkFormat(m_testParams.depthStencilFormat)), 0u,
-                                                                                       makeClearValueDepthStencil(0.25, 64)});
+                               clearAttachments.push_back({ getImageAspectFlags(mapVkFormat(m_testParams.depthStencilFormat)), 0u,
+                                                                                       makeClearValueDepthStencil(0.25, 64) });
                        }
                        else
                        {
-                               clearAttachments.push_back({VK_IMAGE_ASPECT_COLOR_BIT, colorAttIdx++,
-                                                                                       makeClearValueColorF32(0.0f, 0.0f, 0.5f, 1.0f)});
+                               clearAttachments.push_back({ VK_IMAGE_ASPECT_COLOR_BIT, colorAttIdx++,
+                                                                                       makeClearValueColorF32(0.0f, 0.0f, 0.5f, 1.0f) });
                        }
                }
        }
        if (!clearAttachments.empty())
-       {
-               VkClearRect rect = { makeRect2D(m_renderSize), 0u, 1u };
-               vk.cmdClearAttachments(*m_cmdBuffer, (deUint32) clearAttachments.size(), clearAttachments.data(), 1u, &rect);
-       }
+               vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect);
 
-       vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
+       vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
 
        deUint32        descriptorSetIdx        = 0u;
        deUint32        vertexOffset            = 0u;
@@ -702,32 +800,28 @@ void LoadStoreOpNoneTestInstance::createCommandBuffer     (const DeviceInterface&
        {
                if (i != 0)
                {
-                       vk.cmdNextSubpass(*m_cmdBuffer, VK_SUBPASS_CONTENTS_INLINE);
-                       DE_ASSERT(m_testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING);              // multi subpass tests should not be executed for dynamic rendering
+                       // multi subpass tests should not be executed for dynamic rendering
+                       DE_ASSERT(m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING);
+                       vk.cmdNextSubpass(cmdBuffer, VK_SUBPASS_CONTENTS_INLINE);
                }
 
-               vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelines[i]);
+               vk.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelines[i]);
 
                bool hasInput = false;
-               for (const auto &ref : m_testParams.subpasses[i].attachmentRefs)
+               for (const autoref : m_testParams.subpasses[i].attachmentRefs)
                        if (ref.usage & ATTACHMENT_USAGE_INPUT)
                                hasInput = true;
 
                if (hasInput)
-                       vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayouts[i], 0, 1,
+                       vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayouts[i], 0, 1,
                                                                         &descriptorSets[descriptorSetIdx++].get(), 0, DE_NULL);
 
                for (deUint32 d = 0; d < m_testParams.subpasses[i].numDraws; d++)
                {
-                       vk.cmdDraw(*m_cmdBuffer, 6u, 1, vertexOffset, 0);
+                       vk.cmdDraw(cmdBuffer, 6u, 1, vertexOffset, 0);
                        vertexOffset += 6u;
                }
        }
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vk.cmdEndRendering(*m_cmdBuffer);
-       else
-               RenderpassSubpass::cmdEndRenderPass(vk, *m_cmdBuffer, &subpassEndInfo);
-       endCommandBuffer(vk, *m_cmdBuffer);
 }
 
 tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
@@ -840,10 +934,10 @@ tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
                }
        }
 
-       if (m_testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
                // Create render pass.
-               if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
+               if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
                        m_renderPass = createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, vkDevice, m_testParams);
                else
                        m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, m_testParams);
@@ -1178,7 +1272,7 @@ tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
                        }
 
                        vk::VkPipelineRenderingCreateInfoKHR* nextPtr = DE_NULL;
-                       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+                       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                        {
                                renderingCreateInfo.colorAttachmentCount        = static_cast<deUint32>(colorVector.size());
                                renderingCreateInfo.pColorAttachmentFormats = colorVector.data();
@@ -1239,10 +1333,12 @@ tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
        m_cmdPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndex);
 
        // Create command buffer.
-       if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
-               createCommandBuffer<RenderpassSubpass1>(vk, vkDevice, imageViews, descriptorSets, pipelineLayouts, pipelines);
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
+               createCommandBuffer<RenderpassSubpass1>(vk, vkDevice, descriptorSets, pipelineLayouts, pipelines);
+       else if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
+               createCommandBuffer<RenderpassSubpass2>(vk, vkDevice, descriptorSets, pipelineLayouts, pipelines);
        else
-               createCommandBuffer<RenderpassSubpass2>(vk, vkDevice, imageViews, descriptorSets, pipelineLayouts, pipelines);
+               createCommandBuffer(vk, vkDevice, imageViews, descriptorSets, pipelineLayouts, pipelines);
 
        // Submit commands.
        submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get());
@@ -1261,18 +1357,18 @@ tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
 
                        if (verify.aspect == VK_IMAGE_ASPECT_DEPTH_BIT)
                        {
-                               VkImageLayout layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
+                               VkImageLayout layout = (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
                                textureLevelResult = pipeline::readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout);
                        }
                        else if (verify.aspect == VK_IMAGE_ASPECT_STENCIL_BIT)
                        {
-                               VkImageLayout layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
+                               VkImageLayout layout = (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
                                textureLevelResult = pipeline::readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout);
                        }
                        else
                        {
                                DE_ASSERT(verify.aspect == VK_IMAGE_ASPECT_COLOR_BIT);
-                               VkImageLayout layout = ((m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);
+                               VkImageLayout layout = ((m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);
                                textureLevelResult = pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], format, m_imageSize, layout);
                        }
 
@@ -1312,7 +1408,7 @@ tcu::TestStatus LoadStoreOpNoneTestInstance::iterate (void)
 
 } // anonymous
 
-tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& testCtx, const RenderingType renderingType)
+tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams)
 {
        de::MovePtr<tcu::TestCaseGroup>         opNoneTests             (new tcu::TestCaseGroup(testCtx, "load_store_op_none", ""));
 
@@ -1335,27 +1431,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // After the render pass attachment 0 has undefined values inside the render area because of the shader writes with
        // store op 'none', but outside should still have the preinitialized value of green. Attachment 1 should have the
        // preinitialized green outside the render area and magenta inside.
-       if (renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_INPUT,
-                                                                         VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                         VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}});
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_STORE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, magenta, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}}, 1u});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_INPUT}, {1u, ATTACHMENT_USAGE_COLOR}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_INPUT,
+                                       VK_ATTACHMENT_LOAD_OP_LOAD,
+                                       VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}
+                               },
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_STORE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, magenta, true, green}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR}}, 1u},
+                               {{{0u, ATTACHMENT_USAGE_INPUT}, {1u, ATTACHMENT_USAGE_COLOR}}, 1u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_load_store_op_none", "", params));
        }
@@ -1364,17 +1471,26 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // disable color writes using an empty color mask. The color attachment image should have the original
        // preinitialized value after the render pass.
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, green, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_COLOR_WRITE_OFF}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, green, true, green}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_COLOR_WRITE_OFF}}, 1u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_none_write_off", "", params));
        }
@@ -1383,17 +1499,26 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // write a rectangle to the color buffer. The render area is undefined, but the outside area should
        // still have the preinitialized color.
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR}}, 1u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_none", "", params));
        }
@@ -1402,17 +1527,26 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // do an attachment clear command using dark blue color. Using load op none preserves the preinitialized
        // data and store op store causes the cleared blue render area to be present after the render pass.
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_STORE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, darkBlue, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}}, 0u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_STORE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, darkBlue, true, green}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR}}, 0u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_store", "", params));
        }
@@ -1421,17 +1555,26 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // by an alpha blender draw. Load op none preserves the preinitialized data and store op store
        // keeps the blended color inside the render area after the render pass.
        {
-               TestParams params;
-               params.alphaBlend = true;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_STORE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, blend, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_STORE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, blend, true, green}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR}}, 1u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       true                                                            // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_store_alphablend", "", params));
        }
@@ -1442,27 +1585,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // After the render pass attachment 0 contents inside the render area are undefined because of store op 'don't care',
        // but the outside area should still have the preinitialized content.
        // Attachment 1 should have the preinitialized green outside render area and magenta inside.
-       if (renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_INPUT,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}});
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                         VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                         VK_ATTACHMENT_STORE_OP_STORE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, magenta, true, green}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}}, 1u});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_INPUT}, {1u, ATTACHMENT_USAGE_COLOR}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_INPUT,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, false, green, true, green}}
+                               },
+                               {
+                                       ATTACHMENT_USAGE_COLOR,
+                                       VK_ATTACHMENT_LOAD_OP_LOAD,
+                                       VK_ATTACHMENT_STORE_OP_STORE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, magenta, true, green}}
+                               }
+               },
+               {                                                                       // std::vector<SubpassParams>           subpasses;
+                       {{{0u, ATTACHMENT_USAGE_COLOR}}, 1u},
+                       {{{0u, ATTACHMENT_USAGE_INPUT}, {1u, ATTACHMENT_USAGE_COLOR}}, 1u}
+               },
+               groupParams,                                            // const SharedGroupParams                      groupParams;
+               VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+               false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_dontcare", "", params));
        }
@@ -1471,24 +1625,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
        // target. Write a red rectangle and check it ends up in the resolved buffer even though the multisample attachment
        // doesn't store the results.
        {
-               TestParams params;
-               params.alphaBlend = false;
-               params.renderingType = renderingType;
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_MULTISAMPLE | ATTACHMENT_USAGE_INTEGER,
-                                                                         VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {}});
-               params.attachments.push_back({ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_RESOLVE_TARGET | ATTACHMENT_USAGE_INTEGER,
-                                                                         VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                         VK_ATTACHMENT_STORE_OP_STORE,
-                                                                         VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                         VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                         ATTACHMENT_INIT_PRE,
-                                                                         {{VK_IMAGE_ASPECT_COLOR_BIT, true, redUint, true, greenUint}}});
-               params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_MULTISAMPLE | ATTACHMENT_USAGE_INTEGER}, {1u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_RESOLVE_TARGET}}, 1u});
+               TestParams params
+               {
+                       {                                                                       // std::vector<AttachmentParams>        attachments;
+                               {
+                                       ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_MULTISAMPLE | ATTACHMENT_USAGE_INTEGER,
+                                       VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                       VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {}
+                               },
+                               {
+                                       ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_RESOLVE_TARGET | ATTACHMENT_USAGE_INTEGER,
+                                       VK_ATTACHMENT_LOAD_OP_LOAD,
+                                       VK_ATTACHMENT_STORE_OP_STORE,
+                                       VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                       VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                       ATTACHMENT_INIT_PRE,
+                                       {{VK_IMAGE_ASPECT_COLOR_BIT, true, redUint, true, greenUint}}
+                               }
+                       },
+                       {                                                                       // std::vector<SubpassParams>           subpasses;
+                               {{{0u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_MULTISAMPLE | ATTACHMENT_USAGE_INTEGER}, {1u, ATTACHMENT_USAGE_COLOR | ATTACHMENT_USAGE_RESOLVE_TARGET}}, 1u}
+                       },
+                       groupParams,                                            // const SharedGroupParams                      groupParams;
+                       VK_FORMAT_UNDEFINED,                            // VkFormat                                                     depthStencilFormat;
+                       false                                                           // bool                                                         alphaBlend;
+               };
 
                opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "color_load_op_none_store_op_none_resolve", "", params));
        }
@@ -1512,25 +1677,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // render area should still contain the original value of 0.5.
                if (hasDepth)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_DEPTH_BIT, false, depthInit, true, depthInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 2u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_DEPTH_BIT, false, depthInit, true, depthInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 2u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_"+formatName+"_load_op_load_store_op_none", "", params));
                }
@@ -1540,25 +1715,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // preinitialized value after the render pass.
                if (hasDepth)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_none_write_off", "", params));
                }
@@ -1569,25 +1754,34 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // shader updated value of 1.0.
                if (hasDepth)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                                 {{VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                               {{VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit}}}
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_store", "", params));
                }
@@ -1598,25 +1792,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // area is undefined because of store op 'don't care', but the outside should have the original value of 0.5.
                if (hasDepth)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                                 {{VK_IMAGE_ASPECT_DEPTH_BIT, false, depthFull, true, depthInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                               {{VK_IMAGE_ASPECT_DEPTH_BIT, false, depthFull, true, depthInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_dontcare", "", params));
                }
@@ -1630,25 +1834,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // render area should still contain the original value of 128.
                if (hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_STENCIL_BIT, false, stencilInit, true, stencilInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 2u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_STENCIL_BIT, false, stencilInit, true, stencilInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 2u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_load_store_op_none", "", params));
                }
@@ -1658,25 +1872,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // preinitialized value after the render pass.
                if (hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL | ATTACHMENT_USAGE_STENCIL_TEST_OFF | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL | ATTACHMENT_USAGE_STENCIL_TEST_OFF | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_none_write_off", "", params));
                }
@@ -1687,25 +1911,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // shader updated value of 255.
                if (hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                                 {{VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                               {{VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_store", "", params));
                }
@@ -1716,25 +1950,35 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // are is undefined because of store op 'don't care', but the outside should have the original value of 128.
                if (hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
-                                                                                 {{VK_IMAGE_ASPECT_STENCIL_BIT, false, stencilFull, true, stencilInit}}});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE | ATTACHMENT_INIT_CMD_CLEAR,
+                                               {{VK_IMAGE_ASPECT_STENCIL_BIT, false, stencilFull, true, stencilInit}}
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_STENCIL}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_dontcare", "", params));
                }
@@ -1746,28 +1990,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // the depth aspect is written.
                if (hasDepth && hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {
-                                                                                         {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit},
-                                                                                         {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit},
-                                                                                 }});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_STENCIL_TEST_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               ATTACHMENT_INIT_PRE,
+                                               {
+                                                       {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit},
+                                                       {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit},
+                                               }
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_STENCIL_TEST_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName + "_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off", "", params));
                }
@@ -1779,28 +2033,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // written.
                if (hasDepth && hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {
-                                                                                         {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit},
-                                                                                         {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}
-                                                                                 }});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {
+                                                       {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit},
+                                                       {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}
+                                               }
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_DEPTH_TEST_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName + "_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off", "", params));
                }
@@ -1811,28 +2075,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // store ops none, and stencil writes are disabled. Therefore, stencil should not be modified even when the depth aspect is written.
                if (hasDepth && hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {
-                                                                                         {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit},
-                                                                                         {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit},
-                                                                                 }});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_STENCIL_WRITE_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               ATTACHMENT_INIT_PRE,
+                                               {
+                                                       {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthFull, true, depthInit},
+                                                       {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilInit, true, stencilInit},
+                                               }
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_STENCIL_WRITE_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName + "_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off", "", params));
                }
@@ -1843,28 +2117,38 @@ tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& test
                // ops none, and depth writes are disabled. Therefore, depth should not be modified even when the stencil aspect is written.
                if (hasDepth && hasStencil)
                {
-                       TestParams params;
-                       params.alphaBlend = false;
-                       params.depthStencilFormat = formats[f];
-                       params.renderingType = renderingType;
-                       params.attachments.push_back({ATTACHMENT_USAGE_COLOR,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 VK_ATTACHMENT_LOAD_OP_DONT_CARE,
-                                                                                 VK_ATTACHMENT_STORE_OP_DONT_CARE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}});
-                       params.attachments.push_back({ATTACHMENT_USAGE_DEPTH_STENCIL,
-                                                                                 VK_ATTACHMENT_LOAD_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_STORE_OP_NONE_EXT,
-                                                                                 VK_ATTACHMENT_LOAD_OP_LOAD,
-                                                                                 VK_ATTACHMENT_STORE_OP_STORE,
-                                                                                 ATTACHMENT_INIT_PRE,
-                                                                                 {
-                                                                                         {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit},
-                                                                                         {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}
-                                                                                 }});
-                       params.subpasses.push_back({{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_DEPTH_WRITE_OFF}}, 1u});
+                       TestParams params
+                       {
+                               {                                                                       // std::vector<AttachmentParams>        attachments;
+                                       {
+                                               ATTACHMENT_USAGE_COLOR,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               VK_ATTACHMENT_LOAD_OP_DONT_CARE,
+                                               VK_ATTACHMENT_STORE_OP_DONT_CARE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {{VK_IMAGE_ASPECT_COLOR_BIT, true, red, true, green}}
+                                       },
+                                       {
+                                               ATTACHMENT_USAGE_DEPTH_STENCIL,
+                                               VK_ATTACHMENT_LOAD_OP_NONE_EXT,
+                                               VK_ATTACHMENT_STORE_OP_NONE_EXT,
+                                               VK_ATTACHMENT_LOAD_OP_LOAD,
+                                               VK_ATTACHMENT_STORE_OP_STORE,
+                                               ATTACHMENT_INIT_PRE,
+                                               {
+                                                       {VK_IMAGE_ASPECT_DEPTH_BIT, true, depthInit, true, depthInit},
+                                                       {VK_IMAGE_ASPECT_STENCIL_BIT, true, stencilFull, true, stencilInit}
+                                               }
+                                       }
+                               },
+                               {                                                                       // std::vector<SubpassParams>           subpasses;
+                                       {{{0u, ATTACHMENT_USAGE_COLOR}, {1u, ATTACHMENT_USAGE_DEPTH_STENCIL | ATTACHMENT_USAGE_DEPTH_WRITE_OFF}}, 1u}
+                               },
+                               groupParams,                                            // const SharedGroupParams                      groupParams;
+                               formats[f],                                                     // VkFormat                                                     depthStencilFormat;
+                               false                                                           // bool                                                         alphaBlend;
+                       };
 
                        opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName + "_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off", "", params));
                }
index 92a46c1..c8b91e0 100644 (file)
  *//*--------------------------------------------------------------------*/
 
 #include "vktTestCase.hpp"
-#include "vktRenderPassTestsUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 namespace renderpass
 {
 
-tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& testCtx, const RenderingType renderingType);
+tcu::TestCaseGroup* createRenderPassLoadStoreOpNoneTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams);
 
 } // renderpass
 } // vkt
index 8756004..5fdb831 100644 (file)
@@ -110,14 +110,14 @@ enum TestType
 
 struct TestConfig
 {
-       TestType                testType;
-       VkFormat                format;
-       deUint32                sampleCount;
-       deUint32                layerCount;
-       deUint32                attachmentCount;
-       deUint32                width;
-       deUint32                height;
-       RenderingType   renderingType;
+       TestType                                        testType;
+       VkFormat                                        format;
+       deUint32                                        sampleCount;
+       deUint32                                        layerCount;
+       deUint32                                        attachmentCount;
+       deUint32                                        width;
+       deUint32                                        height;
+       const SharedGroupParams         groupParams;
 };
 
 struct TestConfig2 : TestConfig
@@ -195,7 +195,7 @@ protected:
 protected:
 
        const bool                                              m_testCompatibility;
-       const RenderingType                             m_renderingType;
+       const SharedGroupParams                 m_groupParams;
 
        const VkFormat                                  m_format;
        const VkSampleCountFlagBits             m_sampleCount;
@@ -208,7 +208,7 @@ protected:
 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config)
        : TestInstance                          (context)
        , m_testCompatibility           (config.testType == COMPATIBILITY)
-       , m_renderingType                       (config.renderingType)
+       , m_groupParams                         (config.groupParams)
        , m_format                                      (config.format)
        , m_sampleCount                         (sampleCountBitFromSampleCount(config.sampleCount))
        , m_layerCount                          (config.layerCount)
@@ -599,9 +599,12 @@ public:
 
 private:
 
+       void                                    drawCommands                            (VkCommandBuffer cmdBuffer, VkPipeline pipeline, VkPipelineLayout pipelineLayout) const;
+
        template<typename RenderpassSubpass>
        void                                    submit                                          (void);
-       void                                    submitSwitch                            (RenderingType renderingType);
+       void                                    submitDynamicRendering          (void);
+       void                                    submitSwitch                            (const SharedGroupParams groupParams);
        void                                    verify                                          (void);
 
        template<typename RenderPassTrait>
@@ -611,6 +614,10 @@ private:
        Move<VkPipelineLayout>  createRenderPipelineLayout      (void);
        Move<VkPipeline>                createRenderPipeline            (void);
 
+#ifndef CTS_USES_VULKANSC
+       void                                    beginSecondaryCmdBuffer         (VkCommandBuffer cmdBuffer, VkRenderingFlagsKHR renderingFlags = 0u) const;
+#endif // CTS_USES_VULKANSC
+
 private:
 
        const std::vector<VkImageSp>            m_multisampleImages;
@@ -685,6 +692,19 @@ MultisampleRenderPassTestInstance::~MultisampleRenderPassTestInstance (void)
 {
 }
 
+void MultisampleRenderPassTestInstance::drawCommands(VkCommandBuffer cmdBuffer, VkPipeline pipeline, VkPipelineLayout pipelineLayout) const
+{
+       const DeviceInterface& vkd = m_context.getDeviceInterface();
+
+       // Clear everything to black
+       clearAttachments(cmdBuffer);
+
+       // Render black samples
+       vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
+       vkd.cmdPushConstants(cmdBuffer, pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0u, sizeof(m_sampleMask), &m_sampleMask);
+       vkd.cmdDraw(cmdBuffer, 6u, 1u, 0u, 0u);
+}
+
 template<typename RenderpassSubpass>
 void MultisampleRenderPassTestInstance::submit (void)
 {
@@ -730,129 +750,195 @@ void MultisampleRenderPassTestInstance::submit (void)
                vkd.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)barriers.size(), &barriers[0]);
        }
 
-       // Memory barriers to set multisample image layout to COLOR_ATTACHMENT_OPTIMAL
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       VkRect2D renderArea = makeRect2D(m_width, m_height);
+       const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
+       const VkRenderPassBeginInfo beginInfo =
        {
-               std::vector<VkImageMemoryBarrier> barriers;
+               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,
+               DE_NULL,
 
-               for (size_t dstNdx = 0; dstNdx < m_multisampleImages.size(); dstNdx++)
-               {
-                       const VkImageMemoryBarrier barrier =
-                       {
-                               VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,
-                               DE_NULL,
+               m_testCompatibility ? *m_renderPassCompatible : *m_renderPass,
+               *m_framebuffer,
+               renderArea,
 
-                               0,
-                               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
+               0u,
+               DE_NULL
+       };
+       RenderpassSubpass::cmdBeginRenderPass(vkd, *commandBuffer, &beginInfo, &subpassBeginInfo);
 
-                               VK_IMAGE_LAYOUT_UNDEFINED,
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
+       drawCommands(*commandBuffer, *m_renderPipeline, *m_renderPipelineLayout);
 
-                               VK_QUEUE_FAMILY_IGNORED,
-                               VK_QUEUE_FAMILY_IGNORED,
+       const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
+       RenderpassSubpass::cmdEndRenderPass(vkd, *commandBuffer, &subpassEndInfo);
 
-                               **m_multisampleImages[dstNdx],
-                               {
-                                       VK_IMAGE_ASPECT_COLOR_BIT,
-                                       0u,
-                                       1u,
-                                       0u,
-                                       m_layerCount
-                               }
-                       };
+       for (size_t dstNdx = 0; dstNdx < m_singlesampleImages.size(); dstNdx++)
+       {
+               // assume that buffer(s) have enough memory to store desired amount of mipmaps
+               copyImageToBuffer(vkd, *commandBuffer, **m_singlesampleImages[dstNdx], **m_buffers[dstNdx],
+                                                 m_format, tcu::IVec2((1u << m_renderLevel)*m_width, (1u << m_renderLevel)*m_height), m_renderLevel,
+                                                 VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_layerCount);
+       }
 
-                       barriers.push_back(barrier);
-               }
+       endCommandBuffer(vkd, *commandBuffer);
 
-               vkd.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)barriers.size(), &barriers[0]);
-       }
+       submitCommandsAndWait(vkd, device, m_context.getUniversalQueue(), *commandBuffer);
 
-       VkRect2D renderArea = makeRect2D(m_width, m_height);
+       for (size_t memoryBufferNdx = 0; memoryBufferNdx < m_bufferMemory.size(); memoryBufferNdx++)
+               invalidateMappedMemoryRange(vkd, device, m_bufferMemory[memoryBufferNdx]->getMemory(), 0u, VK_WHOLE_SIZE);
+}
+
+void MultisampleRenderPassTestInstance::submitDynamicRendering (void)
+{
 #ifndef CTS_USES_VULKANSC
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-       {
-               const VkClearValue clearValue = makeClearValueColor( { 0.0f, 0.0f, 0.0f, 1.0f } );
-               std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(m_attachmentsCount,
-                       {
-                               vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,    // VkStructureType                                              sType;
-                               DE_NULL,                                                                                                // const void*                                                  pNext;
-                               DE_NULL,                                                                                                // VkImageView                                                  imageView;
-                               vk::VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                   // VkImageLayout                                                imageLayout;
-                               vk::VK_RESOLVE_MODE_NONE,                                                               // VkResolveModeFlagBits                                resolveMode;
-                               DE_NULL,                                                                                                // VkImageView                                                  resolveImageView;
-                               vk::VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                   // VkImageLayout                                                resolveImageLayout;
-                               vk::VK_ATTACHMENT_LOAD_OP_DONT_CARE,                                    // VkAttachmentLoadOp                                   loadOp;
-                               vk::VK_ATTACHMENT_STORE_OP_DONT_CARE,                                   // VkAttachmentStoreOp                                  storeOp;
-                               clearValue                                                                                              // VkClearValue                                                 clearValue;
-                       });
-
-               for (deUint32 i = 0; i < m_attachmentsCount; ++i)
-               {
-                       colorAttachments[i].imageView = **m_multisampleImageViews[i];
-                       colorAttachments[i].resolveImageView = **m_singlesampleImageViews[i];
-                       if (isIntFormat(m_format) || isUintFormat(m_format))
-                               colorAttachments[i].resolveMode = vk::VK_RESOLVE_MODE_SAMPLE_ZERO_BIT;
-                       else
-                               colorAttachments[i].resolveMode = vk::VK_RESOLVE_MODE_AVERAGE_BIT;
-               }
 
-               vk::VkRenderingInfoKHR renderingInfo
+       const DeviceInterface&                  vkd                             (m_context.getDeviceInterface());
+       const VkDevice                                  device                  (m_context.getDevice());
+       const Unique<VkCommandBuffer>   cmdBuffer               (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
+       Move<VkCommandBuffer>                   secCmdBuffer;
+
+       // Memory barriers between previous copies and rendering
+       std::vector<VkImageMemoryBarrier> singlesampleImageBarriers(m_singlesampleImages.size(),
                {
-                       vk::VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+                       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,
                        DE_NULL,
-                       0,                                                                                                              // VkRenderingFlagsKHR                                  flags;
-                       renderArea,                                                                                             // VkRect2D                                                             renderArea;
-                       m_layerCount,                                                                                   // deUint32                                                             layerCount;
-                       0u,                                                                                                             // deUint32                                                             viewMask;
-                       m_attachmentsCount,                                                                             // deUint32                                                             colorAttachmentCount;
-                       colorAttachments.data(),                                                                // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                       DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                       DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-               };
 
-               vkd.cmdBeginRendering(*commandBuffer, &renderingInfo);
-       }
-       else
-#endif // CTS_USES_VULKANSC
-       {
-               const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
-               const VkRenderPassBeginInfo beginInfo =
+                       VK_ACCESS_TRANSFER_READ_BIT,
+                       VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
+
+                       VK_IMAGE_LAYOUT_UNDEFINED,
+                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
+
+                       VK_QUEUE_FAMILY_IGNORED,
+                       VK_QUEUE_FAMILY_IGNORED,
+
+                       DE_NULL,
+                       {
+                               VK_IMAGE_ASPECT_COLOR_BIT,
+                               m_renderLevel,
+                               1u,
+                               0u,
+                               m_layerCount
+                       }
+               });
+       for (size_t dstNdx = 0; dstNdx < m_singlesampleImages.size(); dstNdx++)
+               singlesampleImageBarriers[dstNdx].image = **m_singlesampleImages[dstNdx];
+
+       // Memory barriers to set multisample image layout to COLOR_ATTACHMENT_OPTIMAL
+       std::vector<VkImageMemoryBarrier> multisampleImageBarriers(m_multisampleImages.size(),
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,
+                       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,
                        DE_NULL,
 
-                       m_testCompatibility ? *m_renderPassCompatible : *m_renderPass,
-                       *m_framebuffer,
-                       renderArea,
+                       0,
+                       VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
 
-                       0u,
-                       DE_NULL
-               };
-               RenderpassSubpass::cmdBeginRenderPass(vkd, *commandBuffer, &beginInfo, &subpassBeginInfo);
+                       VK_IMAGE_LAYOUT_UNDEFINED,
+                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
+
+                       VK_QUEUE_FAMILY_IGNORED,
+                       VK_QUEUE_FAMILY_IGNORED,
+
+                       DE_NULL,
+                       {
+                               VK_IMAGE_ASPECT_COLOR_BIT,
+                               0u,
+                               1u,
+                               0u,
+                               m_layerCount
+                       }
+               });
+       for (size_t dstNdx = 0; dstNdx < m_multisampleImages.size(); dstNdx++)
+               multisampleImageBarriers[dstNdx].image = **m_multisampleImages[dstNdx];
+
+       VkRect2D                        renderArea = makeRect2D(m_width, m_height);
+       const VkClearValue      clearValue = makeClearValueColor( { 0.0f, 0.0f, 0.0f, 1.0f } );
+       std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(m_attachmentsCount,
+               {
+                       vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,    // VkStructureType                                              sType;
+                       DE_NULL,                                                                                                // const void*                                                  pNext;
+                       DE_NULL,                                                                                                // VkImageView                                                  imageView;
+                       vk::VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                   // VkImageLayout                                                imageLayout;
+                       vk::VK_RESOLVE_MODE_NONE,                                                               // VkResolveModeFlagBits                                resolveMode;
+                       DE_NULL,                                                                                                // VkImageView                                                  resolveImageView;
+                       vk::VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                   // VkImageLayout                                                resolveImageLayout;
+                       vk::VK_ATTACHMENT_LOAD_OP_DONT_CARE,                                    // VkAttachmentLoadOp                                   loadOp;
+                       vk::VK_ATTACHMENT_STORE_OP_DONT_CARE,                                   // VkAttachmentStoreOp                                  storeOp;
+                       clearValue                                                                                              // VkClearValue                                                 clearValue;
+               });
+
+       for (deUint32 i = 0; i < m_attachmentsCount; ++i)
+       {
+               colorAttachments[i].imageView = **m_multisampleImageViews[i];
+               colorAttachments[i].resolveImageView = **m_singlesampleImageViews[i];
+               if (isIntFormat(m_format) || isUintFormat(m_format))
+                       colorAttachments[i].resolveMode = vk::VK_RESOLVE_MODE_SAMPLE_ZERO_BIT;
+               else
+                       colorAttachments[i].resolveMode = vk::VK_RESOLVE_MODE_AVERAGE_BIT;
        }
 
-       // Clear everything to black
-       clearAttachments(*commandBuffer);
+       vk::VkRenderingInfoKHR renderingInfo
+       {
+               vk::VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               0,                                                                                                              // VkRenderingFlagsKHR                                  flags;
+               renderArea,                                                                                             // VkRect2D                                                             renderArea;
+               m_layerCount,                                                                                   // deUint32                                                             layerCount;
+               0u,                                                                                                             // deUint32                                                             viewMask;
+               m_attachmentsCount,                                                                             // deUint32                                                             colorAttachmentCount;
+               colorAttachments.data(),                                                                // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
 
-       // Render black samples
+       if (m_groupParams->useSecondaryCmdBuffer)
        {
-               vkd.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_renderPipeline);
-               vkd.cmdPushConstants(*commandBuffer, *m_renderPipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0u, sizeof(m_sampleMask), &m_sampleMask);
-               vkd.cmdDraw(*commandBuffer, 6u, 1u, 0u, 0u);
-       }
+               secCmdBuffer = allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
 
-#ifndef CTS_USES_VULKANSC
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vkd.cmdEndRendering(*commandBuffer);
+               // record secondary command buffer
+               if (m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       beginSecondaryCmdBuffer(*secCmdBuffer, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT);
+                       vkd.cmdBeginRendering(*secCmdBuffer, &renderingInfo);
+               }
+               else
+                       beginSecondaryCmdBuffer(*secCmdBuffer);
+
+               drawCommands(*secCmdBuffer, *m_renderPipeline, *m_renderPipelineLayout);
+
+               if (m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vkd.cmdEndRendering(*secCmdBuffer);
+
+               endCommandBuffer(vkd, *secCmdBuffer);
+
+               // record primary command buffer
+               beginCommandBuffer(vkd, *cmdBuffer);
+
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT,    VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)singlesampleImageBarriers.size(), &singlesampleImageBarriers[0]);
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)multisampleImageBarriers.size(), &multisampleImageBarriers[0]);
+
+               if (!m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       renderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                       vkd.cmdBeginRendering(*cmdBuffer, &renderingInfo);
+               }
+               vkd.cmdExecuteCommands(*cmdBuffer, 1u, &*secCmdBuffer);
+
+               if (!m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vkd.cmdEndRendering(*cmdBuffer);
+       }
        else
-#endif // CTS_USES_VULKANSC
        {
-               const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
-               RenderpassSubpass::cmdEndRenderPass(vkd, *commandBuffer, &subpassEndInfo);
+               beginCommandBuffer(vkd, *cmdBuffer);
+
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT,    VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)singlesampleImageBarriers.size(), &singlesampleImageBarriers[0]);
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)multisampleImageBarriers.size(), &multisampleImageBarriers[0]);
+
+               vkd.cmdBeginRendering(*cmdBuffer, &renderingInfo);
+               drawCommands(*cmdBuffer, *m_renderPipeline, *m_renderPipelineLayout);
+               vkd.cmdEndRendering(*cmdBuffer);
        }
 
        // Memory barriers to set single-sample image layout to TRANSFER_SRC_OPTIMAL
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
        {
                std::vector<VkImageMemoryBarrier> barriers;
 
@@ -885,36 +971,40 @@ void MultisampleRenderPassTestInstance::submit (void)
                        barriers.push_back(barrier);
                }
 
-               vkd.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)barriers.size(), &barriers[0]);
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, (deUint32)barriers.size(), &barriers[0]);
        }
 
        for (size_t dstNdx = 0; dstNdx < m_singlesampleImages.size(); dstNdx++)
        {
                // assume that buffer(s) have enough memory to store desired amount of mipmaps
-               copyImageToBuffer(vkd, *commandBuffer, **m_singlesampleImages[dstNdx], **m_buffers[dstNdx],
+               copyImageToBuffer(vkd, *cmdBuffer, **m_singlesampleImages[dstNdx], **m_buffers[dstNdx],
                                                  m_format, tcu::IVec2((1u << m_renderLevel)*m_width, (1u << m_renderLevel)*m_height), m_renderLevel,
                                                  VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_layerCount);
        }
 
-       endCommandBuffer(vkd, *commandBuffer);
+       endCommandBuffer(vkd, *cmdBuffer);
 
-       submitCommandsAndWait(vkd, device, m_context.getUniversalQueue(), *commandBuffer);
+       submitCommandsAndWait(vkd, device, m_context.getUniversalQueue(), *cmdBuffer);
 
        for (size_t memoryBufferNdx = 0; memoryBufferNdx < m_bufferMemory.size(); memoryBufferNdx++)
                invalidateMappedMemoryRange(vkd, device, m_bufferMemory[memoryBufferNdx]->getMemory(), 0u, VK_WHOLE_SIZE);
+
+#endif // CTS_USES_VULKANSC
 }
 
-void MultisampleRenderPassTestInstance::submitSwitch (RenderingType renderingType)
+void MultisampleRenderPassTestInstance::submitSwitch (const SharedGroupParams groupParams)
 {
-       switch (renderingType)
+       switch (groupParams->renderingType)
        {
                case RENDERING_TYPE_RENDERPASS_LEGACY:
                        submit<RenderpassSubpass1>();
                        break;
                case RENDERING_TYPE_RENDERPASS2:
-               case RENDERING_TYPE_DYNAMIC_RENDERING:
                        submit<RenderpassSubpass2>();
                        break;
+               case RENDERING_TYPE_DYNAMIC_RENDERING:
+                       submitDynamicRendering();
+                       break;
                default:
                        TCU_THROW(InternalError, "Impossible");
        }
@@ -1284,7 +1374,7 @@ tcu::TestStatus MultisampleRenderPassTestInstance::iterate (void)
                }
        }
 
-       submitSwitch(m_renderingType);
+       submitSwitch(m_groupParams);
        verify();
 
        if (m_sampleMask == ((0x1u << m_sampleCount) - 1u))
@@ -1527,7 +1617,7 @@ Move<VkRenderPass> MultisampleRenderPassTestInstance::createRenderPass (bool use
 
 Move<VkRenderPass> MultisampleRenderPassTestInstance::createRenderPassSwitch (bool usedResolveAttachment)
 {
-       switch (m_renderingType)
+       switch (m_groupParams->renderingType)
        {
                case RENDERING_TYPE_RENDERPASS_LEGACY:
                        return createRenderPass<RenderPass1Trait>(usedResolveAttachment);
@@ -1677,6 +1767,7 @@ Move<VkPipeline> MultisampleRenderPassTestInstance::createRenderPipeline (void)
        };
 
        void* pNext = DE_NULL;
+
 #ifndef CTS_USES_VULKANSC
        std::vector<VkFormat> attachmentFormats(m_attachmentsCount, m_format);
        VkPipelineRenderingCreateInfoKHR renderingCreateInfo
@@ -1689,7 +1780,7 @@ Move<VkPipeline> MultisampleRenderPassTestInstance::createRenderPipeline (void)
                VK_FORMAT_UNDEFINED,
                VK_FORMAT_UNDEFINED
        };
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (m_groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                pNext = &renderingCreateInfo;
 #endif // CTS_USES_VULKANSC
 
@@ -1716,6 +1807,42 @@ Move<VkPipeline> MultisampleRenderPassTestInstance::createRenderPipeline (void)
                                                                pNext);                                                                                         // const void*                                   pNext
 }
 
+#ifndef CTS_USES_VULKANSC
+void MultisampleRenderPassTestInstance::beginSecondaryCmdBuffer(VkCommandBuffer cmdBuffer, VkRenderingFlagsKHR renderingFlags) const
+{
+       const DeviceInterface& vkd = m_context.getDeviceInterface();
+       std::vector<VkFormat> formats(m_attachmentsCount, m_format);
+
+       VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,                // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               renderingFlags,                                                                                                                 // VkRenderingFlagsKHR                          flags;
+               0u,                                                                                                                                             // uint32_t                                                     viewMask;
+               m_attachmentsCount,                                                                                                             // uint32_t                                                     colorAttachmentCount;
+               formats.data(),                                                                                                                 // const VkFormat*                                      pColorAttachmentFormats;
+               VK_FORMAT_UNDEFINED,                                                                                                    // VkFormat                                                     depthAttachmentFormat;
+               VK_FORMAT_UNDEFINED,                                                                                                    // VkFormat                                                     stencilAttachmentFormat;
+               m_sampleCount,                                                                                                                  // VkSampleCountFlagBits                        rasterizationSamples;
+       };
+
+       const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
+       VkCommandBufferUsageFlags usageFlags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT;
+       if (!m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               usageFlags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+
+       const VkCommandBufferBeginInfo commandBufBeginParams
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,                                                    // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               usageFlags,                                                                                                                             // VkCommandBufferUsageFlags            flags;
+               &bufferInheritanceInfo
+       };
+
+       VK_CHECK(vkd.beginCommandBuffer(cmdBuffer, &commandBufBeginParams));
+}
+#endif // CTS_USES_VULKANSC
+
 class MaxAttachmenstsRenderPassTestInstance : public MultisampleRenderPassTestBase
 {
 public:
@@ -1785,7 +1912,7 @@ MaxAttachmenstsRenderPassTestInstance::MaxAttachmenstsRenderPassTestInstance (Co
        , m_descriptorPool                      (createDescriptorPool())
        , m_descriptorSet                       (createDescriptorSet())
 
-       , m_renderPass                          (createRenderPassSwitch(config.renderingType))
+       , m_renderPass                          (createRenderPassSwitch(config.groupParams->renderingType))
        , m_framebuffer                         (createFramebuffer(m_multisampleImageViews, m_singlesampleImageViews, *m_renderPass))
 
        , m_pipelineLayoutPass0         (createRenderPipelineLayout(0))
@@ -2179,7 +2306,7 @@ void MaxAttachmenstsRenderPassTestInstance::verify (void)
 
 tcu::TestStatus MaxAttachmenstsRenderPassTestInstance::iterate(void)
 {
-       submitSwitch(m_renderingType);
+       submitSwitch(m_groupParams->renderingType);
        verify();
 
        return tcu::TestStatus(m_resultCollector.getResult(), m_resultCollector.getMessage());
@@ -2287,7 +2414,6 @@ Move<VkRenderPass> MaxAttachmenstsRenderPassTestInstance::createRenderPass(void)
        // make name for RenderPass1Trait or RenderPass2Trait shorter
        typedef RenderPassTrait RPT;
 
-       typedef RenderPassTrait RPT;
        typedef typename RPT::AttDesc                           AttDesc;
        typedef typename RPT::AttRef                            AttRef;
        typedef typename RPT::SubpassDep                        SubpassDep;
@@ -2816,10 +2942,10 @@ void checkSupport(Context& context, TestConfigType config)
        if (config.layerCount > 1)
                context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_GEOMETRY_SHADER);
 
-       if (config.renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (config.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                context.requireDeviceFunctionality("VK_KHR_create_renderpass2");
 
-       if (config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (config.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
 #ifndef CTS_USES_VULKANSC
@@ -2849,7 +2975,7 @@ std::string formatToName (VkFormat format)
        return de::toLower(formatStr.substr(prefix.length()));
 }
 
-void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
+void initTests (tcu::TestCaseGroup* group, const SharedGroupParams groupParams)
 {
        static const VkFormat   formats[] =
        {
@@ -2937,8 +3063,12 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
                                if (layerCount == 6 && sampleCount == 8)
                                        continue;
 
+                               // Reduce number of tests for dynamic rendering cases where secondary command buffer is used
+                               if (groupParams->useSecondaryCmdBuffer && ( (sampleCount > 2u) || (layerCount > 3u) ))
+                                       continue;
+
                                std::string                     testName        ("samples_" + de::toString(sampleCount));
-                               const TestConfig        testConfig =
+                               const TestConfig        testConfig
                                {
                                        RESOLVE,
                                        format,
@@ -2947,7 +3077,7 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
                                        4u,
                                        32u,
                                        32u,
-                                       renderingType
+                                       groupParams
                                };
 
                                formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig)));
@@ -2959,6 +3089,10 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
                                        const char* resolveLevelTestName = resolveLevelTestNameStr.c_str();
 
                                        formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassResolveLevelTestInstance, TestConfig2, FunctionSupport1<TestConfig2>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, resolveLevelTestName, resolveLevelTestName, testConfig2, typename FunctionSupport1<TestConfig2>::Args(checkSupport, testConfig2)));
+
+                                       // Reduce number of tests for dynamic rendering cases where secondary command buffer is used
+                                       if (groupParams->useSecondaryCmdBuffer)
+                                               break;
                                }
 
                                // MaxAttachmenstsRenderPassTest is ment to test extreme cases where applications might consume all available on-chip
@@ -2967,7 +3101,7 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
                                // construct shaders during test execution. To be able to test this we need to execute tests for all available
                                // numbers of attachments despite the fact that we are only interested in the maximal number; test construction code
                                // assumes that the number of attachments is power of two
-                               if ((renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) && (layerCount == 1))
+                               if ((groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) && (layerCount == 1))
                                {
                                        for (deUint32 power = 2; power < 5; ++power)
                                        {
@@ -3006,19 +3140,19 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
 
 } // anonymous
 
-tcu::TestCaseGroup* createRenderPassMultisampleResolveTests (tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createRenderPassMultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "multisample_resolve", "Multisample render pass resolve tests", initTests, RENDERING_TYPE_RENDERPASS_LEGACY);
+       return createTestGroup(testCtx, "multisample_resolve", "Multisample render pass resolve tests", initTests, groupParams);
 }
 
-tcu::TestCaseGroup* createRenderPass2MultisampleResolveTests (tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createRenderPass2MultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "multisample_resolve", "Multisample render pass resolve tests", initTests, RENDERING_TYPE_RENDERPASS2);
+       return createTestGroup(testCtx, "multisample_resolve", "Multisample render pass resolve tests", initTests, groupParams);
 }
 
-tcu::TestCaseGroup* createDynamicRenderingMultisampleResolveTests (tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createDynamicRenderingMultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "multisample_resolve", "Multisample dynamic rendering resolve tests", initTests, RENDERING_TYPE_DYNAMIC_RENDERING);
+       return createTestGroup(testCtx, "multisample_resolve", "Multisample dynamic rendering resolve tests", initTests, groupParams);
 }
 
 } // vkt
index 99dccf9..3a0fa8b 100644 (file)
 
 #include "tcuDefs.hpp"
 #include "tcuTestCase.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 
-tcu::TestCaseGroup*    createRenderPassMultisampleResolveTests (tcu::TestContext& testCtx);
-tcu::TestCaseGroup* createRenderPass2MultisampleResolveTests (tcu::TestContext& testCtx);
-tcu::TestCaseGroup* createDynamicRenderingMultisampleResolveTests (tcu::TestContext& testCtx);
+tcu::TestCaseGroup* createRenderPassMultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
+tcu::TestCaseGroup* createRenderPass2MultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
+tcu::TestCaseGroup* createDynamicRenderingMultisampleResolveTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
 
 } // vkt
 
index 12347b5..3700d7e 100644 (file)
@@ -2177,7 +2177,6 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
        tcu::TestContext&                               testCtx         (group->getTestContext());
        de::MovePtr<tcu::TestCaseGroup> extGroup        (new tcu::TestCaseGroup(testCtx, "separate_stencil_usage", "test VK_EXT_separate_stencil_usage"));
 
-
        for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
        {
                const VkFormat                                  format                  (formats[formatNdx]);
@@ -2185,7 +2184,6 @@ void initTests (tcu::TestCaseGroup* group, RenderingType renderingType)
                de::MovePtr<tcu::TestCaseGroup> formatGroup             (new tcu::TestCaseGroup(testCtx, formatName.c_str(), formatName.c_str()));
                de::MovePtr<tcu::TestCaseGroup> extFormatGroup  (new tcu::TestCaseGroup(testCtx, formatName.c_str(), formatName.c_str()));
 
-
                for (size_t sampleCountNdx = 0; sampleCountNdx < DE_LENGTH_OF_ARRAY(sampleCounts); sampleCountNdx++)
                {
                        const deUint32          sampleCount     (sampleCounts[sampleCountNdx]);
index f684c12..c6d1e4e 100644 (file)
 
 #include "tcuDefs.hpp"
 #include "tcuTestCase.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 
-tcu::TestCaseGroup*    createRenderPassSampleReadTests (tcu::TestContext& testCtx);
+tcu::TestCaseGroup*    createRenderPassSampleReadTests         (tcu::TestContext& testCtx);
 tcu::TestCaseGroup*    createRenderPass2SampleReadTests        (tcu::TestContext& testCtx);
 
 } // vkt
index 7c86927..badf470 100644 (file)
@@ -386,17 +386,48 @@ Move<VkPipeline> createRenderPipeline (const DeviceInterface&                                                     vkd,
                                                                pNext);                                                                 // const void*                                   pNext
 }
 
+void beginSecondaryCmdBuffer(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkFormat colorFormat, VkRenderingFlagsKHR renderingFlags = 0u)
+{
+       VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,                // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               renderingFlags,                                                                                                                 // VkRenderingFlagsKHR                          flags;
+               0u,                                                                                                                                             // uint32_t                                                     viewMask;
+               1u,                                                                                                                                             // uint32_t                                                     colorAttachmentCount;
+               &colorFormat,                                                                                                                   // const VkFormat*                                      pColorAttachmentFormats;
+               VK_FORMAT_UNDEFINED,                                                                                                    // VkFormat                                                     depthAttachmentFormat;
+               VK_FORMAT_UNDEFINED,                                                                                                    // VkFormat                                                     stencilAttachmentFormat;
+               VK_SAMPLE_COUNT_1_BIT,                                                                                                  // VkSampleCountFlagBits                        rasterizationSamples;
+       };
+       const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
+
+       VkCommandBufferUsageFlags usageFlags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT;
+       if (renderingFlags == 0u)
+               usageFlags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+
+       const VkCommandBufferBeginInfo commandBufBeginParams
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,                                                    // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               usageFlags,                                                                                                                             // VkCommandBufferUsageFlags            flags;
+               &bufferInheritanceInfo
+       };
+
+       vkd.beginCommandBuffer(cmdBuffer, &commandBufBeginParams);
+}
+
 struct TestConfig
 {
-                               TestConfig              (VkFormat               format_,
-                                                                RenderingType  renderingType_)
+                               TestConfig              (VkFormat                                       format_,
+                                                                const SharedGroupParams        groupParams_)
                : format                        (format_)
-               , renderingType         (renderingType_)
+               , groupParams           (groupParams_)
        {
        }
 
-       VkFormat                format;
-       RenderingType   renderingType;
+       VkFormat                                format;
+       const SharedGroupParams groupParams;
 };
 
 class SparseRenderTargetTestInstance : public TestInstance
@@ -405,13 +436,16 @@ public:
                                                                                        SparseRenderTargetTestInstance  (Context& context, TestConfig testConfig);
                                                                                        ~SparseRenderTargetTestInstance (void);
 
-       tcu::TestStatus                                                 iterate                                 (void);
+       tcu::TestStatus                                                 iterate                                                 (void);
 
        template<typename RenderpassSubpass>
-       tcu::TestStatus                                                 iterateInternal                 (void);
+       tcu::TestStatus                                                 iterateInternal                                 (void);
+       tcu::TestStatus                                                 iterateInternalDynamicRendering (void);
+
+       tcu::TestStatus                                                 verify                                                  (void);
 
 private:
-       const RenderingType                                             m_renderingType;
+       const SharedGroupParams                                 m_groupParams;
 
        const deUint32                                                  m_width;
        const deUint32                                                  m_height;
@@ -439,7 +473,7 @@ private:
 
 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig)
        : TestInstance                          (context)
-       , m_renderingType                       (testConfig.renderingType)
+       , m_groupParams                         (testConfig.groupParams)
        , m_width                                       (32u)
        , m_height                                      (32u)
        , m_format                                      (testConfig.format)
@@ -448,7 +482,7 @@ SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context
        , m_dstImageView                        (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage, m_format, VK_IMAGE_ASPECT_COLOR_BIT))
        , m_dstBuffer                           (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height))
        , m_dstBufferMemory                     (createBufferMemory(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), *m_dstBuffer))
-       , m_renderPass                          (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.renderingType))
+       , m_renderPass                          (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.groupParams->renderingType))
        , m_framebuffer                         (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_renderPass, *m_dstImageView, m_width, m_height))
        , m_renderPipelineLayout        (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice()))
        , m_renderPipeline                      (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_renderPass, testConfig.format, *m_renderPipelineLayout, context.getBinaryCollection(), m_width, m_height))
@@ -462,13 +496,14 @@ SparseRenderTargetTestInstance::~SparseRenderTargetTestInstance (void)
 
 tcu::TestStatus SparseRenderTargetTestInstance::iterate (void)
 {
-       switch (m_renderingType)
+       switch (m_groupParams->renderingType)
        {
                case RENDERING_TYPE_RENDERPASS_LEGACY:
                        return iterateInternal<RenderpassSubpass1>();
                case RENDERING_TYPE_RENDERPASS2:
-               case RENDERING_TYPE_DYNAMIC_RENDERING:
                        return iterateInternal<RenderpassSubpass2>();
+               case RENDERING_TYPE_DYNAMIC_RENDERING:
+                       return iterateInternalDynamicRendering();
                default:
                        TCU_THROW(InternalError, "Impossible");
        }
@@ -479,170 +514,215 @@ tcu::TestStatus SparseRenderTargetTestInstance::iterateInternal (void)
 {
        const DeviceInterface&                  vkd                             (m_context.getDeviceInterface());
        const Unique<VkCommandBuffer>   commandBuffer   (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
+       const VkRect2D                                  renderArea              = makeRect2D(m_width, m_height);
 
        beginCommandBuffer(vkd, *commandBuffer);
 
-       VkRect2D renderArea = makeRect2D(m_width, m_height);
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
+       const VkRenderPassBeginInfo beginInfo
        {
-               std::vector<VkImageMemoryBarrier> barriers;
+               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,
+               DE_NULL,
+               *m_renderPass,
+               *m_framebuffer,
+               renderArea,
+               0u,
+               DE_NULL
+       };
+       RenderpassSubpass::cmdBeginRenderPass(vkd, *commandBuffer, &beginInfo, &subpassBeginInfo);
 
-               const VkImageMemoryBarrier barrier =
-               {
-                       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,
-                       DE_NULL,
+       vkd.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_renderPipeline);
+       vkd.cmdDraw(*commandBuffer, 6u, 1u, 0u, 0u);
 
-                       0,
-                       VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
+       const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
+       RenderpassSubpass::cmdEndRenderPass(vkd, *commandBuffer, &subpassEndInfo);
 
-                       VK_IMAGE_LAYOUT_UNDEFINED,
-                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
+       copyImageToBuffer(vkd, *commandBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height));
 
-                       VK_QUEUE_FAMILY_IGNORED,
-                       VK_QUEUE_FAMILY_IGNORED,
+       endCommandBuffer(vkd, *commandBuffer);
 
-                       *m_dstImage,
-                       {
-                               VK_IMAGE_ASPECT_COLOR_BIT,
-                               0u,
-                               1u,
-                               0u,
-                               1u
-                       }
-               };
+       submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *commandBuffer);
 
-               vkd.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &barrier);
+       return verify();
+}
 
-               const VkClearValue clearValue = makeClearValueColor({ 0.0f, 0.0f, 0.0f, 1.0f });
-               beginRendering(vkd, *commandBuffer, *m_dstImageView, renderArea, clearValue, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_ATTACHMENT_LOAD_OP_DONT_CARE);
-       }
-       else
+tcu::TestStatus SparseRenderTargetTestInstance::iterateInternalDynamicRendering(void)
+{
+       const DeviceInterface&                  vkd                             (m_context.getDeviceInterface());
+       const Unique<VkCommandBuffer>   cmdBuffer               (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
+       Move<VkCommandBuffer>                   secCmdBuffer;
+       const VkRect2D                                  renderArea              = makeRect2D(m_width, m_height);
+       const VkClearValue                              clearValue              = makeClearValueColor({ 0.0f, 0.0f, 0.0f, 1.0f });
+       const VkImageMemoryBarrier              barrier
        {
-               const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
-               const VkRenderPassBeginInfo beginInfo =
+               VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,
+               DE_NULL,
+
+               0,
+               VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
+
+               VK_IMAGE_LAYOUT_UNDEFINED,
+               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
+
+               VK_QUEUE_FAMILY_IGNORED,
+               VK_QUEUE_FAMILY_IGNORED,
+
+               *m_dstImage,
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,
-                       DE_NULL,
-                       *m_renderPass,
-                       *m_framebuffer,
-                       renderArea,
+                       VK_IMAGE_ASPECT_COLOR_BIT,
                        0u,
-                       DE_NULL
-               };
-               RenderpassSubpass::cmdBeginRenderPass(vkd, *commandBuffer, &beginInfo, &subpassBeginInfo);
-       }
+                       1u,
+                       0u,
+                       1u
+               }
+       };
 
-       vkd.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_renderPipeline);
-       vkd.cmdDraw(*commandBuffer, 6u, 1u, 0u, 0u);
+       if (m_groupParams->useSecondaryCmdBuffer)
+       {
+               secCmdBuffer = allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+
+               // record secondary command buffer
+               if (m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       beginSecondaryCmdBuffer(vkd, *secCmdBuffer, m_format, vk::VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT);
+                       beginRendering(vkd, *secCmdBuffer, *m_dstImageView, renderArea, clearValue, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_ATTACHMENT_LOAD_OP_DONT_CARE);
+               }
+               else
+                       beginSecondaryCmdBuffer(vkd, *secCmdBuffer, m_format);
+
+               vkd.cmdBindPipeline(*secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_renderPipeline);
+               vkd.cmdDraw(*secCmdBuffer, 6u, 1u, 0u, 0u);
+
+               if (m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vkd.cmdEndRendering(*secCmdBuffer);
+
+               endCommandBuffer(vkd, *secCmdBuffer);
 
-       if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vkd.cmdEndRendering(*commandBuffer);
+               // record primary command buffer
+               beginCommandBuffer(vkd, *cmdBuffer, 0u);
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &barrier);
+
+               if (!m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       beginRendering(vkd, *cmdBuffer, *m_dstImageView, renderArea, clearValue, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_ATTACHMENT_LOAD_OP_DONT_CARE, VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS);
+
+               vkd.cmdExecuteCommands(*cmdBuffer, 1u, &*secCmdBuffer);
+
+               if (!m_groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vkd.cmdEndRendering(*cmdBuffer);
+       }
        else
        {
-               const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
-               RenderpassSubpass::cmdEndRenderPass(vkd, *commandBuffer, &subpassEndInfo);
+               beginCommandBuffer(vkd, *cmdBuffer);
+
+               vkd.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &barrier);
+
+               beginRendering(vkd, *cmdBuffer, *m_dstImageView, renderArea, clearValue, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_ATTACHMENT_LOAD_OP_DONT_CARE);
+
+               vkd.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_renderPipeline);
+               vkd.cmdDraw(*cmdBuffer, 6u, 1u, 0u, 0u);
+
+               vkd.cmdEndRendering(*cmdBuffer);
        }
 
-       copyImageToBuffer(vkd, *commandBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height));
+       copyImageToBuffer(vkd, *cmdBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height));
 
-       endCommandBuffer(vkd, *commandBuffer);
+       endCommandBuffer(vkd, *cmdBuffer);
 
-       submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *commandBuffer);
+       submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *cmdBuffer);
+
+       return verify();
+}
+
+tcu::TestStatus SparseRenderTargetTestInstance::verify(void)
+{
+       const tcu::TextureFormat                        format                  (mapVkFormat(m_format));
+       const void* const                                       ptr                             (m_dstBufferMemory->getHostPtr());
+       const tcu::ConstPixelBufferAccess       access                  (format, m_width, m_height, 1, ptr);
+       tcu::TextureLevel                                       reference               (format, m_width, m_height);
+       const tcu::TextureChannelClass          channelClass    (tcu::getTextureChannelClass(format.type));
 
+       switch (channelClass)
        {
-               const tcu::TextureFormat                        format                  (mapVkFormat(m_format));
-               const void* const                                       ptr                             (m_dstBufferMemory->getHostPtr());
-               const tcu::ConstPixelBufferAccess       access                  (format, m_width, m_height, 1, ptr);
-               tcu::TextureLevel                                       reference               (format, m_width, m_height);
-               const tcu::TextureChannelClass          channelClass    (tcu::getTextureChannelClass(format.type));
+       case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
+       {
+               const UVec4     bits(tcu::getTextureFormatBitDepth(format).cast<deUint32>());
+               const UVec4     color(1u << (bits.x() - 1), 1u << (bits.y() - 2), 1u << (bits.z() - 3), 0xffffffff);
 
-               switch (channelClass)
-               {
-                       case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
-                       {
-                               const UVec4     bits    (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
-                               const UVec4     color   (1u << (bits.x()-1), 1u << (bits.y()-2), 1u << (bits.z()-3), 0xffffffff);
+               for (deUint32 y = 0; y < m_height; y++)
+                       for (deUint32 x = 0; x < m_width; x++)
+                               reference.getAccess().setPixel(color, x, y);
 
-                               for (deUint32 y = 0; y < m_height; y++)
-                               for (deUint32 x = 0; x < m_width; x++)
-                               {
-                                       reference.getAccess().setPixel(color, x, y);
-                               }
+               if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
+                       m_resultCollector.fail("Compare failed.");
+       }
+       break;
 
-                               if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
-                                       m_resultCollector.fail("Compare failed.");
-                       }
-                       break;
+       case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
+       {
+               const UVec4     bits(tcu::getTextureFormatBitDepth(format).cast<deUint32>());
+               const UVec4     color(1u << (bits.x() - 2), 1u << (bits.y() - 3), 1u << (bits.z() - 4), 0xffffffff);
 
-                       case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
-                       {
-                               const UVec4     bits    (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
-                               const UVec4     color   (1u << (bits.x()-2), 1u << (bits.y()-3), 1u << (bits.z()-4), 0xffffffff);
+               for (deUint32 y = 0; y < m_height; y++)
+                       for (deUint32 x = 0; x < m_width; x++)
+                               reference.getAccess().setPixel(color, x, y);
 
-                               for (deUint32 y = 0; y < m_height; y++)
-                               for (deUint32 x = 0; x < m_width; x++)
-                               {
-                                       reference.getAccess().setPixel(color, x, y);
-                               }
+               if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
+                       m_resultCollector.fail("Compare failed.");
+       }
+       break;
 
-                               if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
-                                       m_resultCollector.fail("Compare failed.");
-                       }
-                       break;
+       case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT:
+       case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT:
+       {
+               const tcu::TextureFormatInfo    info(tcu::getTextureFormatInfo(format));
+               const Vec4                                              maxValue(info.valueMax);
+               const Vec4                                              color(maxValue.x() / 2.0f, maxValue.y() / 4.0f, maxValue.z() / 8.0f, maxValue.w());
 
-                       case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT:
-                       case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT:
+               for (deUint32 y = 0; y < m_height; y++)
+                       for (deUint32 x = 0; x < m_width; x++)
                        {
-                               const tcu::TextureFormatInfo    info            (tcu::getTextureFormatInfo(format));
-                               const Vec4                                              maxValue        (info.valueMax);
-                               const Vec4                                              color           (maxValue.x() / 2.0f, maxValue.y() / 4.0f, maxValue.z() / 8.0f, maxValue.w());
-
-                               for (deUint32 y = 0; y < m_height; y++)
-                               for (deUint32 x = 0; x < m_width; x++)
-                               {
-                                       if (tcu::isSRGB(format))
-                                               reference.getAccess().setPixel(tcu::linearToSRGB(color), x, y);
-                                       else
-                                               reference.getAccess().setPixel(color, x, y);
-                               }
-
-                               {
-                                       // Allow error of 4 times the minimum presentable difference
-                                       const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()) - 1u).cast<float>());
-
-                                       if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, threshold, tcu::COMPARE_LOG_ON_ERROR))
-                                               m_resultCollector.fail("Compare failed.");
-                               }
+                               if (tcu::isSRGB(format))
+                                       reference.getAccess().setPixel(tcu::linearToSRGB(color), x, y);
+                               else
+                                       reference.getAccess().setPixel(color, x, y);
                        }
-                       break;
 
-                       case tcu::TEXTURECHANNELCLASS_FLOATING_POINT:
+               {
+                       // Allow error of 4 times the minimum presentable difference
+                       const Vec4 threshold(4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()) - 1u).cast<float>());
+
+                       if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, threshold, tcu::COMPARE_LOG_ON_ERROR))
+                               m_resultCollector.fail("Compare failed.");
+               }
+       }
+       break;
+
+       case tcu::TEXTURECHANNELCLASS_FLOATING_POINT:
+       {
+               const Vec4 color(0.5f, 0.25f, 0.125f, 1.0f);
+
+               for (deUint32 y = 0; y < m_height; y++)
+                       for (deUint32 x = 0; x < m_width; x++)
                        {
-                               const Vec4 color(0.5f, 0.25f, 0.125f, 1.0f);
-
-                               for (deUint32 y = 0; y < m_height; y++)
-                               for (deUint32 x = 0; x < m_width; x++)
-                               {
-                                       if (tcu::isSRGB(format))
-                                               reference.getAccess().setPixel(tcu::linearToSRGB(color), x, y);
-                                       else
-                                               reference.getAccess().setPixel(color, x, y);
-                               }
-
-                               {
-                                       // Convert target format ulps to float ulps and allow 64ulp differences
-                                       const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>())));
-
-                                       if (!tcu::floatUlpThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, threshold, tcu::COMPARE_LOG_ON_ERROR))
-                                               m_resultCollector.fail("Compare failed.");
-                               }
+                               if (tcu::isSRGB(format))
+                                       reference.getAccess().setPixel(tcu::linearToSRGB(color), x, y);
+                               else
+                                       reference.getAccess().setPixel(color, x, y);
                        }
-                       break;
 
-                       default:
-                               DE_FATAL("Unknown channel class");
+               {
+                       // Convert target format ulps to float ulps and allow 64ulp differences
+                       const UVec4 threshold(64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>())));
+
+                       if (!tcu::floatUlpThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, threshold, tcu::COMPARE_LOG_ON_ERROR))
+                               m_resultCollector.fail("Compare failed.");
                }
        }
+       break;
+
+       default:
+               DE_FATAL("Unknown channel class");
+       }
 
        return tcu::TestStatus(m_resultCollector.getResult(), m_resultCollector.getMessage());
 }
@@ -725,14 +805,14 @@ std::string formatToName (VkFormat format)
 template<class TestConfigType>
 void checkSupport(Context& context, TestConfigType config)
 {
-       if (config.renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (config.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                context.requireDeviceFunctionality("VK_KHR_create_renderpass2");
 
-       if (config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (config.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 }
 
-void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType)
+void initTests (tcu::TestCaseGroup* group, const SharedGroupParams groupParams)
 {
        static const VkFormat   formats[]       =
        {
@@ -792,7 +872,7 @@ void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType)
        for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
        {
                const VkFormat          format          (formats[formatNdx]);
-               const TestConfig        testConfig      (format, renderingType);
+               const TestConfig        testConfig      (format, groupParams);
                string                          testName        (formatToName(format));
 
                group->addChild(new InstanceFactory1WithSupport<SparseRenderTargetTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig)));
@@ -801,19 +881,19 @@ void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType)
 
 } // anonymous
 
-tcu::TestCaseGroup* createRenderPassSparseRenderTargetTests (tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createRenderPassSparseRenderTargetTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, RENDERING_TYPE_RENDERPASS_LEGACY);
+       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, groupParams);
 }
 
-tcu::TestCaseGroup* createRenderPass2SparseRenderTargetTests (tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createRenderPass2SparseRenderTargetTests (tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, RENDERING_TYPE_RENDERPASS2);
+       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, groupParams);
 }
 
-tcu::TestCaseGroup* createDynamicRenderingSparseRenderTargetTests(tcu::TestContext& testCtx)
+tcu::TestCaseGroup* createDynamicRenderingSparseRenderTargetTests(tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams)
 {
-       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, RENDERING_TYPE_DYNAMIC_RENDERING);
+       return createTestGroup(testCtx, "sparserendertarget", "Sparse render target tests", initTests, groupParams);
 }
 
 } // vkt
index 78f6948..f44d605 100644 (file)
 
 #include "tcuDefs.hpp"
 #include "tcuTestCase.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 
-tcu::TestCaseGroup*    createRenderPassSparseRenderTargetTests(tcu::TestContext& testCtx);
-tcu::TestCaseGroup*    createRenderPass2SparseRenderTargetTests(tcu::TestContext& testCtx);
-tcu::TestCaseGroup*    createDynamicRenderingSparseRenderTargetTests(tcu::TestContext& testCtx);
+tcu::TestCaseGroup*    createRenderPassSparseRenderTargetTests(tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
+tcu::TestCaseGroup*    createRenderPass2SparseRenderTargetTests(tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
+tcu::TestCaseGroup*    createDynamicRenderingSparseRenderTargetTests(tcu::TestContext& testCtx, const renderpass::SharedGroupParams groupParams);
 
 } // vkt
 
index 489d36d..88b04cb 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "vktRenderPassTests.hpp"
 #include "vktRenderPassTestsUtil.hpp"
-
+#include "vktRenderPassGroupParams.hpp"
 #include "vktRenderPassMultisampleTests.hpp"
 #include "vktRenderPassMultisampleResolveTests.hpp"
 #include "vktRenderPassSampleReadTests.hpp"
@@ -125,15 +125,15 @@ enum AllocationKind
 
 struct TestConfigExternal
 {
-       TestConfigExternal (AllocationKind      allocationKind_,
-                                               RenderingType   renderingType_)
+       TestConfigExternal (AllocationKind                              allocationKind_,
+                                               const SharedGroupParams         groupParams_)
        : allocationKind        (allocationKind_)
-       , renderingType         (renderingType_)
+       , groupParams           (groupParams_)
        {
        }
 
-       AllocationKind  allocationKind;
-       RenderingType   renderingType;
+       AllocationKind                  allocationKind;
+       const SharedGroupParams groupParams;
 };
 
 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface&       vki,
@@ -764,7 +764,7 @@ struct TestConfig
                                                                        deUint32                                        seed_,
                                                                        deUint32                                        drawStartNdx_,
                                                                        AllocationKind                          allocationKind_,
-                                                                       RenderingType                           renderingType_,
+                                                                       SharedGroupParams                       groupParams_,
                                                                        vector<DeviceCoreFeature>       requiredFeatures_ = vector<DeviceCoreFeature>())
                : renderPass                    (renderPass_)
                , renderTypes                   (renderTypes_)
@@ -777,7 +777,7 @@ struct TestConfig
                , seed                                  (seed_)
                , drawStartNdx                  (drawStartNdx_)
                , allocationKind                (allocationKind_)
-               , renderingType                 (renderingType_)
+               , groupParams                   (groupParams_)
                , requiredFeatures              (requiredFeatures_)
        {
                DepthValuesArray        shuffledDepthValues     (&DEPTH_VALUES[0], &DEPTH_VALUES[DE_LENGTH_OF_ARRAY(DEPTH_VALUES)]);
@@ -800,7 +800,7 @@ struct TestConfig
        deUint32                                        seed;
        deUint32                                        drawStartNdx;
        AllocationKind                          allocationKind;
-       RenderingType                           renderingType;
+       SharedGroupParams                       groupParams;
        vector<DeviceCoreFeature>       requiredFeatures;
        DepthValuesArray                        depthValues;
 };
@@ -1777,7 +1777,6 @@ private:
 
 void beginCommandBuffer (const DeviceInterface&                        vk,
                                                 VkCommandBuffer                                cmdBuffer,
-                                                VkCommandBufferUsageFlags              pBeginInfo_flags,
                                                 VkRenderPass                                   pInheritanceInfo_renderPass,
                                                 deUint32                                               pInheritanceInfo_subpass,
                                                 VkFramebuffer                                  pInheritanceInfo_framebuffer,
@@ -1785,9 +1784,11 @@ void beginCommandBuffer (const DeviceInterface&                  vk,
                                                 VkQueryControlFlags                    pInheritanceInfo_queryFlags,
                                                 VkQueryPipelineStatisticFlags  pInheritanceInfo_pipelineStatistics,
                                                 const SubpassRenderInfo*               pRenderInfo = 0,
-                                                bool                                                   dynamicRenderPass = false )
+                                                bool                                                   dynamicRenderPass = false,
+                                                bool                                                   secondaryCmdBufferCompletelyContainsRenderpass = false)
 {
-       VkCommandBufferInheritanceInfo pInheritanceInfo =
+       VkCommandBufferUsageFlags               usageFlags = (VkCommandBufferUsageFlags)0;
+       VkCommandBufferInheritanceInfo  pInheritanceInfo
        {
                VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO,
                DE_NULL,
@@ -1798,22 +1799,19 @@ void beginCommandBuffer (const DeviceInterface&                 vk,
                pInheritanceInfo_queryFlags,
                pInheritanceInfo_pipelineStatistics,
        };
+
 #ifndef CTS_USES_VULKANSC
-       std::vector<vk::VkFormat> colorAttachmentFormats;
-       VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
-       {
-               VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,
-               DE_NULL,
-               0u,
-               0u,
-               0u,
-               DE_NULL,
-               VK_FORMAT_UNDEFINED,
-               VK_FORMAT_UNDEFINED,
-               VK_SAMPLE_COUNT_1_BIT,
-       };
-       if (pRenderInfo)
+
+       std::vector<vk::VkFormat>                                       colorAttachmentFormats;
+       VkCommandBufferInheritanceRenderingInfoKHR      inheritanceRenderingInfo = initVulkanStructure();
+
+       if (dynamicRenderPass && pRenderInfo)
        {
+               if (secondaryCmdBufferCompletelyContainsRenderpass)
+                       inheritanceRenderingInfo.flags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT;
+               else
+                       usageFlags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+
                for (deUint32 i = 0; i < pRenderInfo->getColorAttachmentCount(); ++i)
                        colorAttachmentFormats.push_back(pRenderInfo->getColorAttachment(i).getFormat());
 
@@ -1824,23 +1822,33 @@ void beginCommandBuffer (const DeviceInterface&                 vk,
                        inheritanceRenderingInfo.depthAttachmentFormat          = pRenderInfo->getDepthStencilAttachment()->getFormat();
                        inheritanceRenderingInfo.stencilAttachmentFormat        = pRenderInfo->getDepthStencilAttachment()->getFormat();
                }
+
                if (pRenderInfo->getColorAttachmentCount())
                        inheritanceRenderingInfo.rasterizationSamples = pRenderInfo->getColorAttachment(0).getSamples();
                else if (pRenderInfo->getDepthStencilAttachment())
                        inheritanceRenderingInfo.rasterizationSamples = pRenderInfo->getDepthStencilAttachment()->getSamples();
+               else
+                       inheritanceRenderingInfo.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT;
 
-               if (dynamicRenderPass)
-                       pInheritanceInfo.pNext = &inheritanceRenderingInfo;
+               pInheritanceInfo.pNext = &inheritanceRenderingInfo;
        }
+       else if (!secondaryCmdBufferCompletelyContainsRenderpass)
+               usageFlags = VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
 #else
+
        DE_UNREF(pRenderInfo);
        DE_UNREF(dynamicRenderPass);
+       DE_UNREF(secondaryCmdBufferCompletelyContainsRenderpass);
+
+       usageFlags = VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+
 #endif // CTS_USES_VULKANSC
-       const VkCommandBufferBeginInfo pBeginInfo =
+
+       const VkCommandBufferBeginInfo pBeginInfo
        {
                VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,
                DE_NULL,
-               pBeginInfo_flags,
+               usageFlags,
                &pInheritanceInfo,
        };
        VK_CHECK(vk.beginCommandBuffer(cmdBuffer, &pBeginInfo));
@@ -2094,27 +2102,168 @@ Move<VkPipeline> createSubpassPipeline (const DeviceInterface&         vk,
 #endif // CTS_USES_VULKANSC
 }
 
+#ifndef CTS_USES_VULKANSC
+void beginDynamicRendering(const DeviceInterface&                                                              vk,
+                                                  VkCommandBuffer                                                                              commandBuffer,
+                                                  const RenderPass&                                                                    renderPassInfo,
+                                                  const vector<de::SharedPtr<AttachmentResources> >&   attachmentResources,
+                                                  const VkRect2D&                                                                              renderArea,
+                                                  const vector<Maybe<VkClearValue> >&                                  renderPassClearValues,
+                                                  const VkRenderingFlagsKHR                                                    renderingFlags = 0u)
+{
+       const float                     clearNan                = tcu::Float32::nan().asFloat();
+       const VkClearValue      clearValueNan   = makeClearValueColorF32(clearNan, clearNan, clearNan, clearNan);
+
+       // translate structures that were prepared to construct renderpass to structures needed for dynamic rendering
+
+       std::vector<vk::VkRenderingAttachmentInfoKHR>   colorAttachmentVect;
+       const Subpass&                                                                  subpassInfo                             = renderPassInfo.getSubpasses()[0];
+       const vector<AttachmentReference>&                              colorAttachmentsInfo    = subpassInfo.getColorAttachments();
+       const vector<AttachmentReference>&                              resolveAttachmentsInfo  = subpassInfo.getResolveAttachments();
+
+       for (deUint32 i = 0; i < colorAttachmentsInfo.size(); ++i)
+       {
+               const AttachmentReference&              colorAttachmentReference        = colorAttachmentsInfo[i];
+               const deUint32                                  colorAttachmentIndex            = colorAttachmentReference.getAttachment();
+               const Attachment&                               colorAttachmentInfo                     = renderPassInfo.getAttachments()[colorAttachmentIndex];
+
+               VkResolveModeFlagBits                   resolveMode                                     = VK_RESOLVE_MODE_NONE;
+               VkImageView                                             resolveImageView                        = DE_NULL;
+               VkImageLayout                                   resolveImageLayout                      = VK_IMAGE_LAYOUT_UNDEFINED;
+
+               // handle resolve attachments if they were specified
+               if (!resolveAttachmentsInfo.empty())
+               {
+                       const AttachmentReference&      resolveAttachmentReference      = resolveAttachmentsInfo[i];
+                       const deUint32                          resolveAttachmentIndex          = resolveAttachmentReference.getAttachment();
+                       const Attachment&                       resolveAttachmentInfo           = renderPassInfo.getAttachments()[resolveAttachmentIndex];
+
+                       resolveMode                     = VK_RESOLVE_MODE_AVERAGE_BIT;
+                       resolveImageView        = attachmentResources[resolveAttachmentIndex]->getAttachmentView();
+                       resolveImageLayout      = resolveAttachmentInfo.getInitialLayout();
+               }
+
+               colorAttachmentVect.push_back({
+                       vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                    // VkStructureType                      sType
+                       DE_NULL,                                                                                                                // const void*                          pNext
+                       attachmentResources[colorAttachmentIndex]->getAttachmentView(), // VkImageView                          imageView
+                       colorAttachmentReference.getImageLayout(),                                              // VkImageLayout                        imageLayout
+                       resolveMode,                                                                                                    // VkResolveModeFlagBits        resolveMode
+                       resolveImageView,                                                                                               // VkImageView                          resolveImageView
+                       resolveImageLayout,                                                                                             // VkImageLayout                        resolveImageLayout
+                       colorAttachmentInfo.getLoadOp(),                                                                // VkAttachmentLoadOp           loadOp
+                       colorAttachmentInfo.getStoreOp(),                                                               // VkAttachmentStoreOp          storeOp
+                       (renderPassClearValues[colorAttachmentIndex] ?
+                               *renderPassClearValues[colorAttachmentIndex] :
+                               clearValueNan)                                                                                          // VkClearValue                         clearValue
+                       });
+       }
+
+       VkRenderingAttachmentInfoKHR*   pDepthAttachment        = DE_NULL;
+       VkRenderingAttachmentInfoKHR*   pStencilAttachment      = DE_NULL;
+       VkRenderingAttachmentInfoKHR    depthAttachment
+       {
+               vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                            // VkStructureType                      sType;
+               DE_NULL,                                                                                                                        // const void*                          pNext;
+               DE_NULL,                                                                                                                        // VkImageView                          imageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                      // VkImageLayout                        imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                           // VkResolveModeFlagBits        resolveMode;
+               DE_NULL,                                                                                                                        // VkImageView                          resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                      // VkImageLayout                        resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                                     // VkAttachmentLoadOp           loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                           // VkAttachmentStoreOp          storeOp;
+               clearValueNan                                                                                                           // VkClearValue                         clearValue;
+       };
+       VkRenderingAttachmentInfoKHR    stencilAttachment                                       = depthAttachment;
+       const AttachmentReference&              depthStencilAttachmentReference         = subpassInfo.getDepthStencilAttachment();
+       const deUint32                                  dsAttachmentIndex                                       = depthStencilAttachmentReference.getAttachment();
+
+       if (dsAttachmentIndex != VK_ATTACHMENT_UNUSED)
+       {
+               const Attachment&                       dsAttachmentInfo        = renderPassInfo.getAttachments()[dsAttachmentIndex];
+               const tcu::TextureFormat        format                          = mapVkFormat(dsAttachmentInfo.getFormat());
+
+               if (tcu::hasDepthComponent(format.order))
+               {
+                       depthAttachment.imageView               = attachmentResources[dsAttachmentIndex]->getAttachmentView();
+                       depthAttachment.imageLayout             = depthStencilAttachmentReference.getImageLayout();
+                       depthAttachment.loadOp                  = dsAttachmentInfo.getLoadOp();
+                       depthAttachment.storeOp                 = dsAttachmentInfo.getStoreOp();
+
+                       if (renderPassClearValues[dsAttachmentIndex])
+                               depthAttachment.clearValue = *renderPassClearValues[dsAttachmentIndex];
+
+                       pDepthAttachment = &depthAttachment;
+               }
+
+               if (tcu::hasStencilComponent(format.order))
+               {
+                       stencilAttachment.imageView = attachmentResources[dsAttachmentIndex]->getAttachmentView();
+                       stencilAttachment.imageLayout = depthStencilAttachmentReference.getImageLayout();
+                       stencilAttachment.loadOp = dsAttachmentInfo.getStencilLoadOp();
+                       stencilAttachment.storeOp = dsAttachmentInfo.getStencilStoreOp();
+
+                       if (renderPassClearValues[dsAttachmentIndex])
+                               stencilAttachment.clearValue = *renderPassClearValues[dsAttachmentIndex];
+
+                       pStencilAttachment = &stencilAttachment;
+               }
+       }
+
+       vk::VkRenderingInfoKHR renderingInfo
+       {
+               vk::VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               renderingFlags,                                                                                                         // VkRenderingFlagsKHR                                  flags;
+               renderArea,                                                                                                                     // VkRect2D                                                             renderArea;
+               1u,                                                                                                                                     // deUint32                                                             layerCount;
+               0u,                                                                                                                                     // deUint32                                                             viewMask;
+               static_cast<deUint32>(colorAttachmentVect.size()),                                      // deUint32                                                             colorAttachmentCount;
+               colorAttachmentVect.empty() ? DE_NULL : &colorAttachmentVect[0],        // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               pDepthAttachment,                                                                                                       // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               pStencilAttachment                                                                                                      // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       vk.cmdBeginRendering(commandBuffer, &renderingInfo);
+}
+
+void endDynamicRendering(const DeviceInterface&        vk, VkCommandBuffer commandBuffer)
+{
+       vk.cmdEndRendering(commandBuffer);
+}
+#endif // CTS_USES_VULKANSC
+
 class SubpassRenderer
 {
 public:
-       SubpassRenderer (Context&                                                                               context,
-                                        const DeviceInterface&                                                 vk,
-                                        VkDevice                                                                               device,
-                                        Allocator&                                                                             allocator,
-                                        VkRenderPass                                                                   renderPass,
-                                        VkFramebuffer                                                                  framebuffer,
-                                        VkCommandPool                                                                  commandBufferPool,
-                                        deUint32                                                                               queueFamilyIndex,
-                                        const vector<VkImage>&                                                 attachmentImages,
-                                        const vector<pair<VkImageView, VkImageView> >& attachmentViews,
-                                        const SubpassRenderInfo&                                               renderInfo,
-                                        const vector<Attachment>&                                              attachmentInfos,
-                                        const AllocationKind                                                   allocationKind,
-                                        const bool                                                                             dynamicRendering)
+       SubpassRenderer (Context&                                                                                               context,
+                                        const DeviceInterface&                                                                 vk,
+                                        VkDevice                                                                                               device,
+                                        Allocator&                                                                                             allocator,
+                                        const RenderPass&                                                                              renderPassInfo,
+                                        const vector<de::SharedPtr<AttachmentResources> >&             attachmentResources,
+                                        const VkRect2D&                                                                                renderArea,
+                                        const vector<Maybe<VkClearValue> >&                                    renderPassClearValues,
+                                        VkRenderPass                                                                                   renderPass,
+                                        VkFramebuffer                                                                                  framebuffer,
+                                        VkCommandPool                                                                                  commandBufferPool,
+                                        deUint32                                                                                               queueFamilyIndex,
+                                        const vector<VkImage>&                                                                 attachmentImages,
+                                        const vector<pair<VkImageView, VkImageView> >&                 attachmentViews,
+                                        const SubpassRenderInfo&                                                               renderInfo,
+                                        const AllocationKind                                                                   allocationKind,
+                                        const bool                                                                                             dynamicRendering,
+                                        const bool                                                                                             secondaryCmdBufferCompletelyContainsDynamicRenderpass)
                : m_renderInfo  (renderInfo)
        {
+               // unreference values not used by Vulkan SC, no need to pu this under ifdef
+               DE_UNREF(attachmentResources);
+               DE_UNREF(renderArea);
+               DE_UNREF(renderPassClearValues);
+
                const InstanceInterface&                                vki                             = context.getInstanceInterface();
                const VkPhysicalDevice&                                 physDevice              = context.getPhysicalDevice();
+               const vector<Attachment>&                               attachmentInfos = renderPassInfo.getAttachments();
                const deUint32                                                  subpassIndex    = renderInfo.getSubpassIndex();
                vector<VkDescriptorSetLayoutBinding>    bindings;
 
@@ -2361,8 +2510,20 @@ public:
                {
                        m_commandBuffer = allocateCommandBuffer(vk, device, commandBufferPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
 
-                       beginCommandBuffer(vk, *m_commandBuffer, vk::VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT, renderPass, subpassIndex, framebuffer, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0, &renderInfo, dynamicRendering);
-                       pushRenderCommands(vk, *m_commandBuffer);
+                       beginCommandBuffer(vk, *m_commandBuffer, renderPass, subpassIndex, framebuffer, VK_FALSE, (VkQueryControlFlags)0,
+                                                          (VkQueryPipelineStatisticFlags)0, &renderInfo, dynamicRendering, secondaryCmdBufferCompletelyContainsDynamicRenderpass);
+
+                       if (dynamicRendering && secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       {
+#ifndef CTS_USES_VULKANSC
+                               beginDynamicRendering(vk, *m_commandBuffer, renderPassInfo, attachmentResources, renderArea, renderPassClearValues);
+                               pushRenderCommands(vk, *m_commandBuffer);
+                               endDynamicRendering(vk, *m_commandBuffer);
+#endif // CTS_USES_VULKANSC
+                       }
+                       else
+                               pushRenderCommands(vk, *m_commandBuffer);
+
                        endCommandBuffer(vk, *m_commandBuffer);
                }
        }
@@ -2702,8 +2863,7 @@ void pushRenderPassCommands (const DeviceInterface&                                                       vk,
                                                         VkRenderPass                                                                   renderPass,
                                                         VkFramebuffer                                                                  framebuffer,
                                                         const vector<de::SharedPtr<SubpassRenderer> >& subpassRenderers,
-                                                        const UVec2&                                                                   renderPos,
-                                                        const UVec2&                                                                   renderSize,
+                                                        const VkRect2D&                                                                renderArea,
                                                         const vector<Maybe<VkClearValue> >&                    renderPassClearValues,
                                                         TestConfig::RenderTypes                                                render)
 {
@@ -2720,12 +2880,6 @@ void pushRenderPassCommands (const DeviceInterface&                                                      vk,
        }
 
        {
-               const VkRect2D renderArea =
-               {
-                       { (deInt32)renderPos.x(),       (deInt32)renderPos.y()  },
-                       { renderSize.x(),                       renderSize.y()                  }
-               };
-
                for (size_t subpassNdx = 0; subpassNdx < subpassRenderers.size(); subpassNdx++)
                {
                        const VkSubpassContents                                                         contents                        = subpassRenderers[subpassNdx]->isSecondary() ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS : VK_SUBPASS_CONTENTS_INLINE;
@@ -2767,76 +2921,29 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                               vk,
                                                                   const RenderPass&                                                                    renderPassInfo,
                                                                   const vector<de::SharedPtr<AttachmentResources> >&   attachmentResources,
                                                                   const vector<de::SharedPtr<SubpassRenderer> >&               subpassRenderers,
-                                                                  const UVec2&                                                                                 renderPos,
-                                                                  const UVec2&                                                                                 renderSize,
+                                                                  const VkRect2D&                                                                              renderArea,
                                                                   const vector<Maybe<VkClearValue> >&                                  renderPassClearValues,
                                                                   deUint32                                                                                             queueIndex,
-                                                                  TestConfig::RenderTypes                                                              render)
+                                                                  TestConfig::RenderTypes                                                              renderType,
+                                                                  bool                                                                                                 secondaryCmdBufferCompletelyContainsDynamicRenderpass)
 {
-       const float                     clearNan                = tcu::Float32::nan().asFloat();
-       const VkClearValue      clearValueNan   = makeClearValueColorF32(clearNan, clearNan, clearNan, clearNan);
-
        DE_ASSERT(subpassRenderers.size() == 1);
 
-       VkRenderingFlagsKHR renderingFlags = 0u;
-       if (subpassRenderers[0]->isSecondary())
-               renderingFlags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR;
+       vector<VkImageMemoryBarrier>            imageBarriersBeforeRendering;
+       vector<VkImageMemoryBarrier>            imageBarriersAfterRendering;
 
-       const VkRect2D renderArea
-       {
-               { (deInt32)renderPos.x(),       (deInt32)renderPos.y()  },
-               { renderSize.x(),                       renderSize.y()                  }
-       };
-
-       // translate structures that were prepared to construct renderpass to structures needed for dynamic rendering
-
-       vector<VkImageMemoryBarrier>                                    imageBarriersBeforeRendering;
-       vector<VkImageMemoryBarrier>                                    imageBarriersAfterRendering;
-       std::vector<vk::VkRenderingAttachmentInfoKHR>   colorAttachmentVect;
-       const Subpass&                                                                  subpassInfo                             = renderPassInfo.getSubpasses()[0];
-       const vector<AttachmentReference>&                              colorAttachmentsInfo    = subpassInfo.getColorAttachments();
-       const vector<AttachmentReference>&                              resolveAttachmentsInfo  = subpassInfo.getResolveAttachments();
+       const Subpass&                                          subpassInfo                                     = renderPassInfo.getSubpasses()[0];
+       const vector<AttachmentReference>&      colorAttachmentsInfo            = subpassInfo.getColorAttachments();
 
        for (deUint32 i = 0 ; i < colorAttachmentsInfo.size() ; ++i)
        {
-               const AttachmentReference&      colorAttachmentReference        = colorAttachmentsInfo[i];
-               const deUint32                          colorAttachmentIndex            = colorAttachmentReference.getAttachment();
-               const Attachment&                       colorAttachmentInfo                     = renderPassInfo.getAttachments()[colorAttachmentIndex];
+               const AttachmentReference&              colorAttachmentReference        = colorAttachmentsInfo[i];
+               const deUint32                                  colorAttachmentIndex            = colorAttachmentReference.getAttachment();
+               const Attachment&                               colorAttachmentInfo                     = renderPassInfo.getAttachments()[colorAttachmentIndex];
 
-               VkResolveModeFlagBits   resolveMode                     = VK_RESOLVE_MODE_NONE;
-               VkImageView                             resolveImageView        = DE_NULL;
-               VkImageLayout                   resolveImageLayout      = VK_IMAGE_LAYOUT_UNDEFINED;
-
-               // handle resolve attachments if they were specified
-               if (!resolveAttachmentsInfo.empty())
-               {
-                       const AttachmentReference&      resolveAttachmentReference      = resolveAttachmentsInfo[i];
-                       const deUint32                          resolveAttachmentIndex          = resolveAttachmentReference.getAttachment();
-                       const Attachment&                       resolveAttachmentInfo           = renderPassInfo.getAttachments()[resolveAttachmentIndex];
-
-                       resolveMode                     = VK_RESOLVE_MODE_AVERAGE_BIT;
-                       resolveImageView        = attachmentResources[resolveAttachmentIndex]->getAttachmentView();
-                       resolveImageLayout      = resolveAttachmentInfo.getInitialLayout();
-               }
-
-               colorAttachmentVect.push_back({
-                       vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                    // VkStructureType                      sType
-                       DE_NULL,                                                                                                                // const void*                          pNext
-                       attachmentResources[colorAttachmentIndex]->getAttachmentView(), // VkImageView                          imageView
-                       colorAttachmentReference.getImageLayout(),                                              // VkImageLayout                        imageLayout
-                       resolveMode,                                                                                                    // VkResolveModeFlagBits        resolveMode
-                       resolveImageView,                                                                                               // VkImageView                          resolveImageView
-                       resolveImageLayout,                                                                                             // VkImageLayout                        resolveImageLayout
-                       colorAttachmentInfo.getLoadOp(),                                                                // VkAttachmentLoadOp           loadOp
-                       colorAttachmentInfo.getStoreOp(),                                                               // VkAttachmentStoreOp          storeOp
-                       (renderPassClearValues[colorAttachmentIndex] ?
-                               *renderPassClearValues[colorAttachmentIndex] :
-                               clearValueNan)                                                                                          // VkClearValue                         clearValue
-                       });
-
-               const VkImageLayout initialLayout = colorAttachmentInfo.getInitialLayout();
-               const VkImageLayout renderingLayout = colorAttachmentReference.getImageLayout();
-               const VkImageLayout finalLayout = colorAttachmentInfo.getFinalLayout();
+               const VkImageLayout                             initialLayout                           = colorAttachmentInfo.getInitialLayout();
+               const VkImageLayout                             renderingLayout                         = colorAttachmentReference.getImageLayout();
+               const VkImageLayout                             finalLayout                                     = colorAttachmentInfo.getFinalLayout();
 
                const VkImageMemoryBarrier barrierBeforeRendering
                {
@@ -2889,59 +2996,16 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                               vk,
                imageBarriersAfterRendering.push_back(barrierAfterRendering);
        }
 
-       VkRenderingAttachmentInfoKHR*   pDepthAttachment        = DE_NULL;
-       VkRenderingAttachmentInfoKHR*   pStencilAttachment      = DE_NULL;
-       VkRenderingAttachmentInfoKHR    depthAttachment
-       {
-               vk::VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,            // VkStructureType                      sType;
-               DE_NULL,                                                                                                        // const void*                          pNext;
-               DE_NULL,                                                                                                        // VkImageView                          imageView;
-               VK_IMAGE_LAYOUT_UNDEFINED,                                                                      // VkImageLayout                        imageLayout;
-               VK_RESOLVE_MODE_NONE,                                                                           // VkResolveModeFlagBits        resolveMode;
-               DE_NULL,                                                                                                        // VkImageView                          resolveImageView;
-               VK_IMAGE_LAYOUT_UNDEFINED,                                                                      // VkImageLayout                        resolveImageLayout;
-               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                     // VkAttachmentLoadOp           loadOp;
-               VK_ATTACHMENT_STORE_OP_STORE,                                                           // VkAttachmentStoreOp          storeOp;
-               clearValueNan                                                                                           // VkClearValue                         clearValue;
-       };
-       VkRenderingAttachmentInfoKHR    stencilAttachment                               = depthAttachment;
        const AttachmentReference&              depthStencilAttachmentReference = subpassInfo.getDepthStencilAttachment();
        const deUint32                                  dsAttachmentIndex                               = depthStencilAttachmentReference.getAttachment();
 
        if (dsAttachmentIndex != VK_ATTACHMENT_UNUSED)
        {
                const Attachment&                       dsAttachmentInfo        = renderPassInfo.getAttachments()[dsAttachmentIndex];
-               const tcu::TextureFormat        format                          = mapVkFormat(dsAttachmentInfo.getFormat());
-
-               if (tcu::hasDepthComponent(format.order))
-               {
-                       depthAttachment.imageView               = attachmentResources[dsAttachmentIndex]->getAttachmentView();
-                       depthAttachment.imageLayout             = depthStencilAttachmentReference.getImageLayout();
-                       depthAttachment.loadOp                  = dsAttachmentInfo.getLoadOp();
-                       depthAttachment.storeOp                 = dsAttachmentInfo.getStoreOp();
-
-                       if (renderPassClearValues[dsAttachmentIndex])
-                               depthAttachment.clearValue = *renderPassClearValues[dsAttachmentIndex];
 
-                       pDepthAttachment = &depthAttachment;
-               }
-
-               if (tcu::hasStencilComponent(format.order))
-               {
-                       stencilAttachment.imageView             = attachmentResources[dsAttachmentIndex]->getAttachmentView();
-                       stencilAttachment.imageLayout           = depthStencilAttachmentReference.getImageLayout();
-                       stencilAttachment.loadOp                = dsAttachmentInfo.getStencilLoadOp();
-                       stencilAttachment.storeOp               = dsAttachmentInfo.getStencilStoreOp();
-
-                       if (renderPassClearValues[dsAttachmentIndex])
-                               stencilAttachment.clearValue = *renderPassClearValues[dsAttachmentIndex];
-
-                       pStencilAttachment = &stencilAttachment;
-               }
-
-               const VkImageLayout initialLayout = dsAttachmentInfo.getInitialLayout();
-               const VkImageLayout renderingLayout = depthStencilAttachmentReference.getImageLayout();
-               const VkImageLayout finalLayout = dsAttachmentInfo.getFinalLayout();
+               const VkImageLayout initialLayout               = dsAttachmentInfo.getInitialLayout();
+               const VkImageLayout renderingLayout             = depthStencilAttachmentReference.getImageLayout();
+               const VkImageLayout finalLayout                 = dsAttachmentInfo.getFinalLayout();
 
                const VkImageMemoryBarrier barrierBeforeRendering
                {
@@ -3004,23 +3068,24 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                               vk,
                                                          (deUint32)imageBarriersBeforeRendering.size(),
                                                          &imageBarriersBeforeRendering[0]);
 
-       vk::VkRenderingInfoKHR renderingInfo
+       bool executeRenderCommands = (renderType != TestConfig::RENDERTYPES_NONE);
+
+       if (secondaryCmdBufferCompletelyContainsDynamicRenderpass)
        {
-               vk::VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-               DE_NULL,
-               renderingFlags,                                                                                                         // VkRenderingFlagsKHR                                  flags;
-               renderArea,                                                                                                                     // VkRect2D                                                             renderArea;
-               1u,                                                                                                                                     // deUint32                                                             layerCount;
-               0u,                                                                                                                                     // deUint32                                                             viewMask;
-               static_cast<deUint32>(colorAttachmentVect.size()),                                      // deUint32                                                             colorAttachmentCount;
-               colorAttachmentVect.empty() ? DE_NULL : &colorAttachmentVect[0],        // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-               pDepthAttachment,                                                                                                       // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-               pStencilAttachment                                                                                                      // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
-       };
+               // when secondary command buffer completely contains dynamic renderpass
+               // then we need to execute it even when render type is none
+               executeRenderCommands = true;
+       }
+       else
+       {
+               VkRenderingFlagsKHR renderingFlags = 0u;
+               if (subpassRenderers[0]->isSecondary())
+                       renderingFlags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR;
 
-       vk.cmdBeginRendering(commandBuffer, &renderingInfo);
+               beginDynamicRendering(vk, commandBuffer, renderPassInfo, attachmentResources, renderArea, renderPassClearValues, renderingFlags);
+       }
 
-       if (render)
+       if (executeRenderCommands)
        {
                if (subpassRenderers[0]->isSecondary())
                {
@@ -3031,7 +3096,8 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                         vk,
                        subpassRenderers[0]->pushRenderCommands(vk, commandBuffer);
        }
 
-       vk.cmdEndRendering(commandBuffer);
+       if (!secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               endDynamicRendering(vk, commandBuffer);
 
        if (!imageBarriersAfterRendering.empty())
                vk.cmdPipelineBarrier(commandBuffer,
@@ -3052,29 +3118,31 @@ void pushRenderPassCommands (const DeviceInterface&                                                             vk,
                                                         const vector<de::SharedPtr<AttachmentResources> >&     attachmentResources,
                                                         VkFramebuffer                                                                          framebuffer,
                                                         const vector<de::SharedPtr<SubpassRenderer> >&         subpassRenderers,
-                                                        const UVec2&                                                                           renderPos,
-                                                        const UVec2&                                                                           renderSize,
+                                                        const VkRect2D&                                                                        renderArea,
                                                         const vector<Maybe<VkClearValue> >&                            renderPassClearValues,
                                                         deUint32                                                                                       queueIndex,
                                                         TestConfig::RenderTypes                                                        render,
-                                                        RenderingType                                                                          renderingType)
+                                                        RenderingType                                                                          renderingType,
+                                                        bool                                                                                           secondaryCmdBufferCompletelyContainsDynamicRenderpass)
 {
-#ifdef CTS_USES_VULKANSC
+       // unreference arguments not used by Vulkan SC, no need to put them under ifdef
        DE_UNREF(renderPassInfo);
        DE_UNREF(attachmentResources);
        DE_UNREF(queueIndex);
-#endif // CTS_USES_VULKANSC
+       DE_UNREF(secondaryCmdBufferCompletelyContainsDynamicRenderpass);
 
        switch (renderingType)
        {
                case RENDERING_TYPE_RENDERPASS_LEGACY:
-                       return pushRenderPassCommands<RenderpassSubpass1>(vk, commandBuffer, renderPass, framebuffer, subpassRenderers, renderPos, renderSize, renderPassClearValues, render);
+                       return pushRenderPassCommands<RenderpassSubpass1>(vk, commandBuffer, renderPass, framebuffer, subpassRenderers, renderArea, renderPassClearValues, render);
                case RENDERING_TYPE_RENDERPASS2:
-                       return pushRenderPassCommands<RenderpassSubpass2>(vk, commandBuffer, renderPass, framebuffer, subpassRenderers, renderPos, renderSize, renderPassClearValues, render);
+                       return pushRenderPassCommands<RenderpassSubpass2>(vk, commandBuffer, renderPass, framebuffer, subpassRenderers, renderArea, renderPassClearValues, render);
+
 #ifndef CTS_USES_VULKANSC
                case RENDERING_TYPE_DYNAMIC_RENDERING:
-                       return pushDynamicRenderingCommands(vk, commandBuffer, renderPassInfo, attachmentResources, subpassRenderers, renderPos, renderSize, renderPassClearValues, queueIndex, render);
+                       return pushDynamicRenderingCommands(vk, commandBuffer, renderPassInfo, attachmentResources, subpassRenderers, renderArea, renderPassClearValues, queueIndex, render, secondaryCmdBufferCompletelyContainsDynamicRenderpass);
 #endif // CTS_USES_VULKANSC
+
                default:
                        TCU_THROW(InternalError, "Impossible");
        }
@@ -5018,10 +5086,10 @@ tcu::TestStatus renderPassTest (Context& context, TestConfig config)
        vector<bool>                                            subpassIsSecondary;
        vector<SubpassRenderInfo>                       subpassRenderInfo;
 
-       if (config.renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (config.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                context.requireDeviceFunctionality("VK_KHR_create_renderpass2");
 
-       if (config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (config.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
        if (config.allocationKind == ALLOCATION_KIND_DEDICATED)
@@ -5142,8 +5210,8 @@ tcu::TestStatus renderPassTest (Context& context, TestConfig config)
                vector<pair<VkImageView, VkImageView> >         inputAttachmentViews;
 
                Move<VkRenderPass> renderPass;
-               if (config.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
-                       renderPass = createRenderPass(vk, device, renderPassInfo, config.renderingType);
+               if (config.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+                       renderPass = createRenderPass(vk, device, renderPassInfo, config.groupParams->renderingType);
 
                for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.getAttachments().size(); attachmentNdx++)
                {
@@ -5156,23 +5224,39 @@ tcu::TestStatus renderPassTest (Context& context, TestConfig config)
                        inputAttachmentViews.push_back(attachmentResources[attachmentNdx]->getInputAttachmentViews());
                }
 
-               beginCommandBuffer(vk, *initializeImagesCommandBuffer, (VkCommandBufferUsageFlags)0, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
+               beginCommandBuffer(vk, *initializeImagesCommandBuffer, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
                pushImageInitializationCommands(vk, *initializeImagesCommandBuffer, renderPassInfo.getAttachments(), attachmentResources, queueIndex, imageClearValues);
                endCommandBuffer(vk, *initializeImagesCommandBuffer);
 
                {
                        Move<VkFramebuffer> framebuffer;
-                       if (config.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+                       if (config.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
                                framebuffer = createFramebuffer(vk, device, *renderPass, targetSize, attachmentViews);
 
+                       const VkRect2D renderArea
+                       {
+                               { (deInt32)renderPos.x(),       (deInt32)renderPos.y()  },
+                               { renderSize.x(),                       renderSize.y()                  }
+                       };
+                       const bool dynamicRendering = (config.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING);
+                       const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass = (config.commandBufferTypes == TestConfig::COMMANDBUFFERTYPES_SECONDARY) &&
+                                                                                                                                                               config.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+
                        for (size_t subpassNdx = 0; subpassNdx < renderPassInfo.getSubpasses().size(); subpassNdx++)
-                               subpassRenderers.push_back(de::SharedPtr<SubpassRenderer>(new SubpassRenderer(context, vk, device, allocator, *renderPass, *framebuffer, *commandBufferPool, queueIndex, attachmentImages, inputAttachmentViews, subpassRenderInfo[subpassNdx], config.renderPass.getAttachments(), config.allocationKind, config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)));
+                       {
+                               subpassRenderers.push_back(de::SharedPtr<SubpassRenderer>(new SubpassRenderer(context, vk, device, allocator, renderPassInfo, attachmentResources,
+                                                                                                                                                                                         renderArea, renderPassClearValues, *renderPass, *framebuffer,
+                                                                                                                                                                                         *commandBufferPool, queueIndex, attachmentImages, inputAttachmentViews,
+                                                                                                                                                                                         subpassRenderInfo[subpassNdx], config.allocationKind, dynamicRendering,
+                                                                                                                                                                                         secondaryCmdBufferCompletelyContainsDynamicRenderpass)));
+                       }
 
-                       beginCommandBuffer(vk, *renderCommandBuffer, (VkCommandBufferUsageFlags)0, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
-                       pushRenderPassCommands(vk, *renderCommandBuffer, *renderPass, renderPassInfo, attachmentResources, *framebuffer, subpassRenderers, renderPos, renderSize, renderPassClearValues, queueIndex, config.renderTypes, config.renderingType);
+                       beginCommandBuffer(vk, *renderCommandBuffer, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
+                       pushRenderPassCommands(vk, *renderCommandBuffer, *renderPass, renderPassInfo, attachmentResources, *framebuffer, subpassRenderers, renderArea,
+                                                                  renderPassClearValues, queueIndex, config.renderTypes, config.groupParams->renderingType, secondaryCmdBufferCompletelyContainsDynamicRenderpass);
                        endCommandBuffer(vk, *renderCommandBuffer);
 
-                       beginCommandBuffer(vk, *readImagesToBuffersCommandBuffer, (VkCommandBufferUsageFlags)0, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
+                       beginCommandBuffer(vk, *readImagesToBuffersCommandBuffer, DE_NULL, 0, DE_NULL, VK_FALSE, (VkQueryControlFlags)0, (VkQueryPipelineStatisticFlags)0);
                        pushReadImagesToBuffers(vk, *readImagesToBuffersCommandBuffer, queueIndex, attachmentResources, renderPassInfo.getAttachments(), attachmentIsLazy, targetSize);
                        endCommandBuffer(vk, *readImagesToBuffersCommandBuffer);
                        {
@@ -5365,7 +5449,7 @@ void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal tes
        };
 
        tcu::TestContext&       testCtx                                 (group->getTestContext());
-       bool                            useDynamicRendering             (testConfigExternal.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING);
+       bool                            useDynamicRendering             (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING);
        de::Random                      rng                                             (1433774382u);
 
        for (size_t attachmentCountNdx = 0; attachmentCountNdx < DE_LENGTH_OF_ARRAY(attachmentCounts); attachmentCountNdx++)
@@ -5463,12 +5547,21 @@ void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal tes
                                const UVec2                                                             renderPos               = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderPositions), DE_ARRAY_END(renderPositions));
                                const UVec2                                                             renderSize              = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderSizes), DE_ARRAY_END(renderSizes));
 
-                               // skip dynamic rendering cases (that don't add coverage)
-                               // this can be done not earlier than after grabbing all random numbers as
-                               // we need to make sure that those tests that will be created for dynamic
-                               // rendering have corresponding renderpass tests with the same name
-                               if (useDynamicRendering && !executeForDynamicRendering)
-                                       continue;
+                               if (useDynamicRendering)
+                               {
+                                       // skip dynamic rendering cases (that don't add coverage) this can be done not earlier than after grabbing all
+                                       // random numbers as we need to make sure that those tests that will be created for dynamic rendering have
+                                       // corresponding renderpass tests with the same name
+                                       if (!executeForDynamicRendering)
+                                               continue;
+
+                                       // dont repeat non secondary buffer cases when testing secondaryCmdBufferCompletelyContainsDynamicRenderpass flag
+                                       if (testConfigExternal.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass &&
+                                               (commandBuffer != TestConfig::COMMANDBUFFERTYPES_SECONDARY))
+                                       {
+                                               continue;
+                                       }
+                               }
 
                                const TestConfig                                                testConfig              (renderPass,
                                                                                                                                                 render,
@@ -5481,7 +5574,7 @@ void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal tes
                                                                                                                                                 1293809,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
 
                                addFunctionCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
                        }
@@ -5527,7 +5620,7 @@ void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExt
                                const VkAttachmentLoadOp        stencilLoadOp           = VK_ATTACHMENT_LOAD_OP_CLEAR;
                                const VkAttachmentStoreOp       stencilStoreOp          = VK_ATTACHMENT_STORE_OP_STORE;
                                const VkImageLayout                     initialLayout           = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
-                               const VkImageLayout                     finalizeLayout          = (testConfigExternal.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+                               const VkImageLayout                     finalizeLayout          = (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                                                                                                                                        ? initialLayout : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
                                const VkImageLayout                     subpassLayout           = VK_IMAGE_LAYOUT_GENERAL;
 
@@ -5565,7 +5658,7 @@ void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExt
                                                                                                                                                         1293809,
                                                                                                                                                         drawStartNdx,
                                                                                                                                                         testConfigExternal.allocationKind,
-                                                                                                                                                        testConfigExternal.renderingType,
+                                                                                                                                                        testConfigExternal.groupParams,
                                                                                                                                                         requiredFeatures);
 
                                addFunctionCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig);
@@ -5910,7 +6003,7 @@ void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigEx
                                                                lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex);
 
                                                                VkImageAspectFlags aspect = 0u;
-                                                               if (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2)
+                                                               if (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                                                                {
                                                                        bool col = colorAttachments.find(inputAttachmentIndex) != colorAttachments.end();
                                                                        aspect = col ? VK_IMAGE_ASPECT_COLOR_BIT : VK_IMAGE_ASPECT_DEPTH_BIT;
@@ -6040,7 +6133,7 @@ void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigEx
                                                                                                                                                         80329,
                                                                                                                                                         0,
                                                                                                                                                         testConfigExternal.allocationKind,
-                                                                                                                                                        testConfigExternal.renderingType);
+                                                                                                                                                        testConfigExternal.groupParams);
 
                                        addFunctionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
                                }
@@ -6180,7 +6273,7 @@ void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigEx
 
                                        for (size_t subpassNdx = 1; subpassNdx < attachmentCount; subpassNdx++)
                                        {
-                                               const VkImageAspectFlags inputAttachmentAspectMask = (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2) ? VK_IMAGE_ASPECT_COLOR_BIT : static_cast<VkImageAspectFlagBits>(0);
+                                               const VkImageAspectFlags inputAttachmentAspectMask = (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) ? VK_IMAGE_ASPECT_COLOR_BIT : static_cast<VkImageAspectFlagBits>(0);
                                                subpasses.push_back(Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u,
                                                                                                vector<AttachmentReference>(1, AttachmentReference((deUint32)(subpassNdx - 1), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, inputAttachmentAspectMask)),
                                                                                                vector<AttachmentReference>(1, AttachmentReference((deUint32)(subpassNdx), rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor), DE_ARRAY_END(subpassLayoutsColor)))),
@@ -6236,7 +6329,7 @@ void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigEx
                                                                                                                                                 80329,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
 
                                        addFunctionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig);
                                }
@@ -6281,7 +6374,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6315,7 +6408,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "depth", "Single depth attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6349,7 +6442,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "stencil", "Single stencil attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6383,7 +6476,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "depth_stencil", "Single depth stencil attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6430,7 +6523,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "color_depth", "Color and depth attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6477,7 +6570,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "color_stencil", "Color and stencil attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6524,7 +6617,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "color_depth_stencil", "Color, depth and stencil attachment case.", createTestShaders, renderPassTest, testConfig);
        }
@@ -6551,13 +6644,13 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
 
                addFunctionCaseWithPrograms<TestConfig>(group, "no_attachments", "No attachments case.", createTestShaders, renderPassTest, testConfig);
        }
 
        // color_unused_omit_blend_state
-       if (testConfigExternal.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (testConfigExternal.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
                vector<Subpass>         subpasses;
 
@@ -6603,7 +6696,7 @@ void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                 90239,
                                                                                 0,
                                                                                 testConfigExternal.allocationKind,
-                                                                                testConfigExternal.renderingType);
+                                                                                testConfigExternal.groupParams);
                addFunctionCaseWithPrograms<TestConfig>(group, "color_unused_omit_blend_state", "Two unused color attachment case without blend state", createTestShaders, renderPassTest, testConfig);
        }
 }
@@ -6698,7 +6791,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                 90239,
                                                                                                 0,
                                                                                                 testConfigExternal.allocationKind,
-                                                                                                testConfigExternal.renderingType);
+                                                                                                testConfigExternal.groupParams);
 
                                addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
                        }
@@ -6706,7 +6799,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                        formatGroup->addChild(loadOpGroup.release());
                }
 
-               if (testConfigExternal.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+               if (testConfigExternal.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
                {
                        de::MovePtr<tcu::TestCaseGroup> inputGroup (new tcu::TestCaseGroup(testCtx, "input", "Test attachment format as input"));
 
@@ -6717,7 +6810,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
 
                                for (size_t storeOpNdx = 0; storeOpNdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpNdx++)
                                {
-                                       const VkImageAspectFlags                inputAttachmentAspectMask       = (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2)
+                                       const VkImageAspectFlags                inputAttachmentAspectMask       = (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                                                                                                                                                                ? static_cast<VkImageAspectFlags>(VK_IMAGE_ASPECT_COLOR_BIT)
                                                                                                                                                                : static_cast<VkImageAspectFlags>(0);
                                        const VkAttachmentStoreOp               storeOp                                         = storeOps[storeOpNdx].op;
@@ -6727,7 +6820,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                        {
                                                const bool useInputAspect = useInputAspectNdx != 0;
 
-                                               if (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2 && useInputAspect)
+                                               if (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2 && useInputAspect)
                                                        continue;
 
                                                for (size_t renderTypeNdx = 0; renderTypeNdx < DE_LENGTH_OF_ARRAY(renderTypes); renderTypeNdx++)
@@ -6805,7 +6898,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                         89246,
                                                                                                                                         0,
                                                                                                                                         testConfigExternal.allocationKind,
-                                                                                                                                        testConfigExternal.renderingType);
+                                                                                                                                        testConfigExternal.groupParams);
                                                                        const string            testName        (renderTypes[renderTypeNdx].str + string(useInputAspect ? "_use_input_aspect" : ""));
 
                                                                        addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -6882,7 +6975,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                 89246,
                                                                                                                                 0,
                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                testConfigExternal.groupParams);
                                                                        const string    testName        (string("self_dep_") + renderTypes[renderTypeNdx].str + (useInputAspect ? "_use_input_aspect" : ""));
 
                                                                        addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, string("self_dep_") + renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -6949,7 +7042,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                         90239,
                                                                                                         0,
                                                                                                         testConfigExternal.allocationKind,
-                                                                                                        testConfigExternal.renderingType);
+                                                                                                        testConfigExternal.groupParams);
 
                                        addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
                                }
@@ -6984,7 +7077,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                 90239,
                                                                                                                 0,
                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                testConfigExternal.renderingType);
+                                                                                                                testConfigExternal.groupParams);
                                                const string            testName        (string(renderTypes[renderTypeNdx].str) + "_depth_read_only");
 
                                                addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7018,7 +7111,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                 90239,
                                                                                                                 0,
                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                testConfigExternal.renderingType);
+                                                                                                                testConfigExternal.groupParams);
                                                const string            testName        (string(renderTypes[renderTypeNdx].str) + "_stencil_read_only");
 
                                                addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7029,7 +7122,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                        formatGroup->addChild(loadOpGroup.release());
                }
 
-               if (testConfigExternal.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+               if (testConfigExternal.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
                {
                        de::MovePtr<tcu::TestCaseGroup> inputGroup (new tcu::TestCaseGroup(testCtx, "input", "Test attachment format as input"));
 
@@ -7040,7 +7133,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
 
                                for (size_t storeOpNdx = 0; storeOpNdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpNdx++)
                                {
-                                       const VkImageAspectFlags                inputAttachmentAspectMask       = (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2)
+                                       const VkImageAspectFlags                inputAttachmentAspectMask       = (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                                                                                                                                                                ? formatAspectFlags
                                                                                                                                                                : static_cast<VkImageAspectFlags>(0);
                                        const VkAttachmentStoreOp               storeOp                                         = storeOps[storeOpNdx].op;
@@ -7050,7 +7143,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                        {
                                                const bool useInputAspect = useInputAspectNdx != 0;
 
-                                               if (testConfigExternal.renderingType == RENDERING_TYPE_RENDERPASS2 && useInputAspect)
+                                               if (testConfigExternal.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2 && useInputAspect)
                                                        continue;
 
                                                for (size_t renderTypeNdx = 0; renderTypeNdx < DE_LENGTH_OF_ARRAY(renderTypes); renderTypeNdx++)
@@ -7128,7 +7221,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                         89246,
                                                                                                                                         0,
                                                                                                                                         testConfigExternal.allocationKind,
-                                                                                                                                        testConfigExternal.renderingType);
+                                                                                                                                        testConfigExternal.groupParams);
                                                                        const string            testName        (renderTypes[renderTypeNdx].str + string(useInputAspect ? "_use_input_aspect" : ""));
 
                                                                        addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7207,7 +7300,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                         89246,
                                                                                                                                         0,
                                                                                                                                         testConfigExternal.allocationKind,
-                                                                                                                                        testConfigExternal.renderingType);
+                                                                                                                                        testConfigExternal.groupParams);
                                                                        const string            testName        (string("self_dep_") + renderTypes[renderTypeNdx].str + (useInputAspect ? "_use_input_aspect" : ""));
 
                                                                        addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, string("self_dep_") + renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7291,7 +7384,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                                 89246,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
                                                                                const string            testName        (renderTypes[renderTypeNdx].str + string(useInputAspect ? "_use_input_aspect" : "") + "_depth_read_only");
 
                                                                                addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7370,7 +7463,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                                 89246,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
                                                                                const string            testName        (string("self_dep_") + renderTypes[renderTypeNdx].str + (useInputAspect ? "_use_input_aspect" : "") + "_depth_read_only");
 
                                                                                addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, string("self_dep_") + renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7451,7 +7544,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                                 89246,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
                                                                                const string            testName        (renderTypes[renderTypeNdx].str + string(useInputAspect ? "_use_input_aspect" : "") + "_stencil_read_only");
 
                                                                                addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7531,7 +7624,7 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
                                                                                                                                                 89246,
                                                                                                                                                 0,
                                                                                                                                                 testConfigExternal.allocationKind,
-                                                                                                                                                testConfigExternal.renderingType);
+                                                                                                                                                testConfigExternal.groupParams);
                                                                                const string            testName        (string("self_dep_") + renderTypes[renderTypeNdx].str + (useInputAspect ? "_use_input_aspect" : "") + "_stencil_read_only");
 
                                                                                addFunctionCaseWithPrograms<TestConfig>(storeOpGroup.get(), testName, string("self_dep_") + renderTypes[renderTypeNdx].str, createTestShaders, renderPassTest, testConfig);
@@ -7554,76 +7647,87 @@ void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testCon
        }
 }
 
-void addRenderPassTests (tcu::TestCaseGroup* group, const AllocationKind allocationKind, const RenderingType renderingType)
+void addRenderPassTests (tcu::TestCaseGroup* group, const AllocationKind allocationKind, const SharedGroupParams groupParams)
 {
-       const TestConfigExternal        testConfigExternal      (allocationKind, renderingType);
+       // tests added by this function have both primary and secondary cases and there is no need to repeat them for useSecondaryCmdBuffer flag;
+       // but cases defined in other files that are later added to those groups in createRenderPassTestsInternal had to be adjusted and run
+       // for useSecondaryCmdBuffer flag
+       if (groupParams->useSecondaryCmdBuffer && !groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               return;
+
+       const TestConfigExternal        testConfigExternal      (allocationKind, groupParams);
+
+       // don't repeat cases that don't use CommandBufferTypes::COMMANDBUFFERTYPES_SECONDARY
+       if (!groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+       {
+               addTestGroup(group, "simple", "Simple basic render pass tests", addSimpleTests, testConfigExternal);
+               addTestGroup(group, "formats", "Tests for different image formats.", addFormatTests, testConfigExternal);
+       }
 
-       addTestGroup(group, "simple", "Simple basic render pass tests", addSimpleTests, testConfigExternal);
-       addTestGroup(group, "formats", "Tests for different image formats.", addFormatTests, testConfigExternal);
        addTestGroup(group, "attachment", "Attachment format and count tests with load and store ops and image layouts", addAttachmentTests, testConfigExternal);
-       addTestGroup(group, "attachment_write_mask", "Attachment write mask tests", addAttachmentWriteMaskTests, testConfigExternal);
 
-       if (renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       // don't repeat cases that don't use CommandBufferTypes::COMMANDBUFFERTYPES_SECONDARY
+       if (!groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               addTestGroup(group, "attachment_write_mask", "Attachment write mask tests", addAttachmentWriteMaskTests, testConfigExternal);
+
+       if (groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
                addTestGroup(group, "attachment_allocation", "Attachment allocation tests", addAttachmentAllocationTests, testConfigExternal);
 }
 
-de::MovePtr<tcu::TestCaseGroup> createSuballocationTests(tcu::TestContext& testCtx, RenderingType renderingType)
+de::MovePtr<tcu::TestCaseGroup> createSuballocationTests(tcu::TestContext& testCtx, const SharedGroupParams groupParams)
 {
        de::MovePtr<tcu::TestCaseGroup> suballocationTestsGroup(new tcu::TestCaseGroup(testCtx, "suballocation", "Suballocation RenderPass Tests"));
 
-       addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, renderingType);
+       addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, groupParams);
 
        return suballocationTestsGroup;
 }
 
-de::MovePtr<tcu::TestCaseGroup> createDedicatedAllocationTests(tcu::TestContext& testCtx, RenderingType renderingType)
+de::MovePtr<tcu::TestCaseGroup> createDedicatedAllocationTests(tcu::TestContext& testCtx, const SharedGroupParams groupParams)
 {
        de::MovePtr<tcu::TestCaseGroup> dedicatedAllocationTestsGroup(new tcu::TestCaseGroup(testCtx, "dedicated_allocation", "RenderPass Tests For Dedicated Allocation"));
 
-       addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, renderingType);
+       addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, groupParams);
 
        return dedicatedAllocationTestsGroup;
 }
 
-tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, RenderingType renderingType)
+tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, const char* groupName, const SharedGroupParams groupParams)
 {
-       const char*             renderingTestsGroupName         = (renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) ? "renderpass" :
-                                                                                                 (renderingType == RENDERING_TYPE_RENDERPASS2) ? "renderpass2" :
-                                                                                                 (renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? "dynamic_rendering" :
-                                                                                                 "";
-       const char*             renderingTestsGroupDescription  = (renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) ? "RenderPass Tests" :
-                                                                                                         (renderingType == RENDERING_TYPE_RENDERPASS2) ? "RenderPass2 Tests" :
-                                                                                                         (renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? "Dynamic Rendering Tests" :
-                                                                                                         "";
-
-       de::MovePtr<tcu::TestCaseGroup> renderingTests                                  (new tcu::TestCaseGroup(testCtx, renderingTestsGroupName, renderingTestsGroupDescription));
-       de::MovePtr<tcu::TestCaseGroup> suballocationTestGroup                  = createSuballocationTests(testCtx, renderingType);
-       de::MovePtr<tcu::TestCaseGroup> dedicatedAllocationTestGroup    = createDedicatedAllocationTests(testCtx, renderingType);
+       de::MovePtr<tcu::TestCaseGroup> renderingTests                                  (new tcu::TestCaseGroup(testCtx, groupName, ""));
+       de::MovePtr<tcu::TestCaseGroup> suballocationTestGroup                  = createSuballocationTests(testCtx, groupParams);
+       de::MovePtr<tcu::TestCaseGroup> dedicatedAllocationTestGroup    = createDedicatedAllocationTests(testCtx, groupParams);
+
+       const RenderingType renderingType = groupParams->renderingType;
 
        switch (renderingType)
        {
        case RENDERING_TYPE_RENDERPASS_LEGACY:
                suballocationTestGroup->addChild(createRenderPassMultisampleTests(testCtx));
-               suballocationTestGroup->addChild(createRenderPassMultisampleResolveTests(testCtx));
+               suballocationTestGroup->addChild(createRenderPassMultisampleResolveTests(testCtx, groupParams));
                suballocationTestGroup->addChild(createRenderPassSubpassDependencyTests(testCtx));
                suballocationTestGroup->addChild(createRenderPassSampleReadTests(testCtx));
+
 #ifndef CTS_USES_VULKANSC
-               suballocationTestGroup->addChild(createRenderPassSparseRenderTargetTests(testCtx));
+               suballocationTestGroup->addChild(createRenderPassSparseRenderTargetTests(testCtx, groupParams));
 #endif // CTS_USES_VULKANSC
 
                renderingTests->addChild(createRenderPassMultipleSubpassesMultipleCommandBuffersTests(testCtx));
+
 #ifndef CTS_USES_VULKANSC
                renderingTests->addChild(createDepthStencilWriteConditionsTests(testCtx));
 #endif // CTS_USES_VULKANSC
+
                break;
 
        case RENDERING_TYPE_RENDERPASS2:
                suballocationTestGroup->addChild(createRenderPass2MultisampleTests(testCtx));
-               suballocationTestGroup->addChild(createRenderPass2MultisampleResolveTests(testCtx));
+               suballocationTestGroup->addChild(createRenderPass2MultisampleResolveTests(testCtx, groupParams));
                suballocationTestGroup->addChild(createRenderPass2SubpassDependencyTests(testCtx));
                suballocationTestGroup->addChild(createRenderPass2SampleReadTests(testCtx));
+
 #ifndef CTS_USES_VULKANSC
-               suballocationTestGroup->addChild(createRenderPass2SparseRenderTargetTests(testCtx));
+               suballocationTestGroup->addChild(createRenderPass2SparseRenderTargetTests(testCtx, groupParams));
 #endif // CTS_USES_VULKANSC
 
                renderingTests->addChild(createRenderPass2DepthStencilResolveTests(testCtx));
@@ -7631,13 +7735,17 @@ tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, Re
 
 #ifndef CTS_USES_VULKANSC
        case RENDERING_TYPE_DYNAMIC_RENDERING:
-               suballocationTestGroup->addChild(createDynamicRenderingMultisampleResolveTests(testCtx));
-               suballocationTestGroup->addChild(createDynamicRenderingSparseRenderTargetTests(testCtx));
+               suballocationTestGroup->addChild(createDynamicRenderingMultisampleResolveTests(testCtx, groupParams));
+               suballocationTestGroup->addChild(createDynamicRenderingSparseRenderTargetTests(testCtx, groupParams));
 
-               renderingTests->addChild(createDynamicRenderingBasicTests(testCtx));
-               renderingTests->addChild(createDynamicRenderingRandomTests(testCtx));
+               if (groupParams->useSecondaryCmdBuffer == false)
+               {
+                       renderingTests->addChild(createDynamicRenderingRandomTests(testCtx));
+                       renderingTests->addChild(createDynamicRenderingBasicTests(testCtx));
+               }
                break;
 #endif // CTS_USES_VULKANSC
+
        default:
                break;
        }
@@ -7648,9 +7756,10 @@ tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, Re
                suballocationTestGroup->addChild(createRenderPassUnusedAttachmentSparseFillingTests(testCtx, renderingType));
        }
 
-       suballocationTestGroup->addChild(createRenderPassUnusedClearAttachmentTests(testCtx, renderingType));
+       suballocationTestGroup->addChild(createRenderPassUnusedClearAttachmentTests(testCtx, groupParams));
+
 #ifndef CTS_USES_VULKANSC
-       suballocationTestGroup->addChild(createRenderPassLoadStoreOpNoneTests(testCtx, renderingType));
+       suballocationTestGroup->addChild(createRenderPassLoadStoreOpNoneTests(testCtx, groupParams));
 #endif // CTS_USES_VULKANSC
 
 #ifndef CTS_USES_VULKANSC
@@ -7662,8 +7771,9 @@ tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, Re
 
        renderingTests->addChild(suballocationTestGroup.release());
        renderingTests->addChild(dedicatedAllocationTestGroup.release());
+
 #ifndef CTS_USES_VULKANSC
-       renderingTests->addChild(createFragmentDensityMapTests(testCtx, renderingType));
+       renderingTests->addChild(createFragmentDensityMapTests(testCtx, groupParams));
 #endif // CTS_USES_VULKANSC
 
        return renderingTests.release();
@@ -7673,17 +7783,55 @@ tcu::TestCaseGroup* createRenderPassTestsInternal (tcu::TestContext& testCtx, Re
 
 tcu::TestCaseGroup* createRenderPassTests (tcu::TestContext& testCtx)
 {
-       return createRenderPassTestsInternal(testCtx, RENDERING_TYPE_RENDERPASS_LEGACY);
+       SharedGroupParams groupParams(
+               new GroupParams
+               {
+                       RENDERING_TYPE_RENDERPASS_LEGACY,       // RenderingType renderingType;
+                       false,                                                          // bool useSecondaryCmdBuffer;
+                       false,                                                          // bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+               });
+       return createRenderPassTestsInternal(testCtx, "renderpass", groupParams);
 }
 
 tcu::TestCaseGroup* createRenderPass2Tests (tcu::TestContext& testCtx)
 {
-       return createRenderPassTestsInternal(testCtx, RENDERING_TYPE_RENDERPASS2);
+       SharedGroupParams groupParams(
+               new GroupParams
+               {
+                       RENDERING_TYPE_RENDERPASS2,                     // RenderingType renderingType;
+                       false,                                                          // bool useSecondaryCmdBuffer;
+                       false,                                                          // bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+               });
+       return createRenderPassTestsInternal(testCtx, "renderpass2", groupParams);
 }
 
 tcu::TestCaseGroup* createDynamicRenderingTests(tcu::TestContext& testCtx)
 {
-       return createRenderPassTestsInternal(testCtx, RENDERING_TYPE_DYNAMIC_RENDERING);
+       de::MovePtr<tcu::TestCaseGroup> dynamicRenderingGroup(new tcu::TestCaseGroup(testCtx, "dynamic_rendering", "Draw using VK_KHR_dynamic_rendering"));
+
+       dynamicRenderingGroup->addChild(createRenderPassTestsInternal(testCtx, "primary_cmd_buff", SharedGroupParams(
+               new GroupParams
+               {
+                       RENDERING_TYPE_DYNAMIC_RENDERING,       // RenderingType renderingType;
+                       false,                                                          // bool useSecondaryCmdBuffer;
+                       false,                                                          // bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+               })));
+       dynamicRenderingGroup->addChild(createRenderPassTestsInternal(testCtx, "partial_secondary_cmd_buff", SharedGroupParams(
+               new GroupParams
+               {
+                       RENDERING_TYPE_DYNAMIC_RENDERING,       // RenderingType renderingType;
+                       true,                                                           // bool useSecondaryCmdBuffer;
+                       false,                                                          // bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+               })));
+       dynamicRenderingGroup->addChild(createRenderPassTestsInternal(testCtx, "complete_secondary_cmd_buff", SharedGroupParams(
+               new GroupParams
+               {
+                       RENDERING_TYPE_DYNAMIC_RENDERING,       // RenderingType renderingType;
+                       true,                                                           // bool useSecondaryCmdBuffer;
+                       true,                                                           // bool secondaryCmdBufferCompletelyContainsDynamicRenderpass;
+               })));
+
+       return dynamicRenderingGroup.release();
 }
 
 } // vkt
index b5caef8..db32072 100644 (file)
@@ -28,6 +28,8 @@
 #include "vkDefs.hpp"
 #include "vkMemUtil.hpp"
 #include "vkTypeUtil.hpp"
+#include "vkTypeUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 #include <vector>
 
@@ -38,19 +40,6 @@ namespace renderpass
 
 using namespace vk;
 
-enum RenderingType
-{
-       RENDERING_TYPE_RENDERPASS_LEGACY = 0,
-       RENDERING_TYPE_RENDERPASS2,
-       RENDERING_TYPE_DYNAMIC_RENDERING
-};
-
-enum SynchronizationType
-{
-       SYNCHRONIZATION_TYPE_LEGACY = 0,
-       SYNCHRONIZATION_TYPE_SYNCHRONIZATION2,
-};
-
 class AttachmentDescription1 : public vk::VkAttachmentDescription
 {
 public:
index c720b23..4700bf6 100644 (file)
@@ -24,6 +24,7 @@
  *//*--------------------------------------------------------------------*/
 
 #include "vktRenderPassUnusedAttachmentSparseFillingTests.hpp"
+#include "vktRenderPassTestsUtil.hpp"
 #include "vktTestCase.hpp"
 #include "vkImageUtil.hpp"
 #include "vkBuilderUtil.hpp"
index 3e746e9..6d39207 100644 (file)
@@ -26,7 +26,7 @@
  *//*--------------------------------------------------------------------*/
 
 #include "vktTestCase.hpp"
-#include "vktRenderPassTestsUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
index 09c895b..a7a2534 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "vktRenderPassUnusedAttachmentTests.hpp"
 #include "pipeline/vktPipelineImageUtil.hpp"
+#include "vktRenderPassTestsUtil.hpp"
 #include "vktTestCase.hpp"
 #include "vkImageUtil.hpp"
 #include "vkMemUtil.hpp"
index b270372..2cfdbac 100644 (file)
@@ -26,7 +26,7 @@
  *//*--------------------------------------------------------------------*/
 
 #include "vktTestCase.hpp"
-#include "vktRenderPassTestsUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
index 20832d9..de96511 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "vktRenderPassUnusedClearAttachmentTests.hpp"
 #include "pipeline/vktPipelineImageUtil.hpp"
+#include "vktRenderPassTestsUtil.hpp"
 #include "vkQueryUtil.hpp"
 #include "vkRefUtil.hpp"
 #include "vkCmdUtil.hpp"
@@ -157,19 +158,19 @@ bool hasDepthStencil(DepthStencilType type)
 
 struct TestParams
 {
-       TestParams(size_t numColorAttachments, DepthStencilType depthStencilType_, deBool depthStencilUsed_, VkFormat depthStencilFormat_, RenderingType renderingType_)
+       TestParams(size_t numColorAttachments, DepthStencilType depthStencilType_, deBool depthStencilUsed_, VkFormat depthStencilFormat_, const SharedGroupParams groupParams_)
                : colorUsed(numColorAttachments, DE_FALSE)
                , depthStencilType(depthStencilType_)
                , depthStencilUsed(depthStencilUsed_)
                , depthStencilFormat(depthStencilFormat_)
-               , renderingType(renderingType_)
+               , groupParams(groupParams_)
                {}
 
-       std::vector<deBool>     colorUsed;
-       DepthStencilType        depthStencilType;
-       deBool                          depthStencilUsed;
-       VkFormat                        depthStencilFormat;
-       RenderingType           renderingType;
+       std::vector<deBool>             colorUsed;
+       DepthStencilType                depthStencilType;
+       deBool                                  depthStencilUsed;
+       VkFormat                                depthStencilFormat;
+       const SharedGroupParams groupParams;
 };
 
 class UnusedClearAttachmentTestInstance : public vkt::TestInstance
@@ -182,6 +183,12 @@ public:
        template<typename RenderpassSubpass>
        void                                                                    createCommandBuffer                                     (const DeviceInterface& vk,
                                                                                                                                                                 VkDevice                               vkDevice);
+
+#ifndef CTS_USES_VULKANSC
+       void                                                                    createCommandBufferDynamicRendering     (const DeviceInterface& vk,
+                                                                                                                                                                VkDevice                               vkDevice);
+#endif // CTS_USES_VULKANSC
+
 private:
        static constexpr deUint32                               kImageWidth             = 32;
        static constexpr deUint32                               kImageHeight    = 32;
@@ -211,6 +218,7 @@ private:
        Move<VkPipeline>                                                m_graphicsPipeline;
        Move<VkCommandPool>                                             m_cmdPool;
        Move<VkCommandBuffer>                                   m_cmdBuffer;
+       Move<VkCommandBuffer>                                   m_secCmdBuffer;
 };
 
 class UnusedClearAttachmentTest : public vkt::TestCase
@@ -252,11 +260,11 @@ void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags u
 void UnusedClearAttachmentTest::checkSupport (Context& context) const
 {
        // Check for renderpass2 extension if used
-       if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2)
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                context.requireDeviceFunctionality("VK_KHR_create_renderpass2");
 
        // Check for dynamic_rendering extension if used
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
        // Check support for the needed color, depth and stencil formats.
@@ -684,13 +692,13 @@ UnusedClearAttachmentTestInstance::UnusedClearAttachmentTestInstance(Context&
        }
 
        // Create render pass when dynamic_rendering is not tested
-       if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
+       if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
                m_renderPass = createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, vkDevice, testParams);
-       else if (testParams.renderingType == RENDERING_TYPE_RENDERPASS2)
+       else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, testParams);
 
        // Create framebuffer
-       if (testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
+       if (testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING)
        {
                std::vector<VkImageView>                imageViews;
 
@@ -795,7 +803,7 @@ UnusedClearAttachmentTestInstance::UnusedClearAttachmentTestInstance(Context&
                        (hasDepthStencil(m_testParams.depthStencilType) ? m_testParams.depthStencilFormat : vk::VK_FORMAT_UNDEFINED),
                };
 
-               if (testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+               if (testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
                        pNext = &renderingCreateInfo;
 #endif // CTS_USES_VULKANSC
 
@@ -826,10 +834,16 @@ UnusedClearAttachmentTestInstance::UnusedClearAttachmentTestInstance(Context&
        m_cmdPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndex);
 
        // Create command buffer
-       if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
+       if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY)
                createCommandBuffer<RenderpassSubpass1>(vk, vkDevice);
-       else
+       else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2)
                createCommandBuffer<RenderpassSubpass2>(vk, vkDevice);
+       else
+       {
+#ifndef CTS_USES_VULKANSC
+               createCommandBufferDynamicRendering(vk, vkDevice);
+#endif // CTS_USES_VULKANSC
+       }
 }
 
 template <typename RenderpassSubpass>
@@ -872,94 +886,193 @@ void UnusedClearAttachmentTestInstance::createCommandBuffer (const DeviceInterfa
        beginCommandBuffer(vk, *m_cmdBuffer, 0u);
 
        VkRect2D renderArea = makeRect2D(m_renderSize);
+
+       const VkRenderPassBeginInfo renderPassBeginInfo
+       {
+               VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,       // VkStructureType              sType;
+               DE_NULL,                                                                        // const void*                  pNext;
+               *m_renderPass,                                                          // VkRenderPass                 renderPass;
+               *m_framebuffer,                                                         // VkFramebuffer                framebuffer;
+               renderArea,                                                                     // VkRect2D                             renderArea;
+               0u,                                                                                     // uint32_t                             clearValueCount;
+               DE_NULL                                                                         // const VkClearValue*  pClearValues;
+       };
+
+       const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
+       RenderpassSubpass::cmdBeginRenderPass(vk, *m_cmdBuffer, &renderPassBeginInfo, &subpassBeginInfo);
+
+       vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline);
+       vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), (clearAttachments.empty() ? DE_NULL : clearAttachments.data()), 1u, &clearRect);
+
+       const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
+       RenderpassSubpass::cmdEndRenderPass(vk, *m_cmdBuffer, &subpassEndInfo);
+
+       endCommandBuffer(vk, *m_cmdBuffer);
+}
+
 #ifndef CTS_USES_VULKANSC
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
+void UnusedClearAttachmentTestInstance::createCommandBufferDynamicRendering(const DeviceInterface& vk, VkDevice vkDevice)
+{
+       const VkClearRect clearRect
        {
-               std::vector<VkRenderingAttachmentInfoKHR> colorAttachments;
-               for (size_t i = 0; i < m_colorAttachmentViews.size() ; ++i)
-               {
-                       colorAttachments.push_back({
-                               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
-                               DE_NULL,                                                                                                                // const void*                                                  pNext;
-                               (m_testParams.colorUsed[i]) ? *m_colorAttachmentViews[i] : 0,   // VkImageView                                                  imageView;
-                               VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                               // VkImageLayout                                                imageLayout;
-                               VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
-                               DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
-                               VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
-                               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
-                               VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
-                               m_clearColor                                                                                                    // VkClearValue                                                 clearValue;
-                       });
-               }
+               {                                                                                                               // VkRect2D             rect;
+                       { 0, 0, },                                                                                      //      VkOffset2D      offset;
+                       { kImageWidth, kImageHeight }                                           //      VkExtent2D      extent;
+               },
+               0u,                                                                                                             // uint32_t             baseArrayLayer;
+               1u                                                                                                              // uint32_t             layerCount;
+       };
 
-               vk::VkRenderingAttachmentInfoKHR depthAttachment
-               {
-                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                // VkStructureType                                              sType;
-                       DE_NULL,                                                                                                                // const void*                                                  pNext;
-                       (m_testParams.depthStencilUsed) ? *m_depthAttachmentView : 0,   // VkImageView                                                  imageView;
-                       VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                               // VkImageLayout                                                imageLayout;
-                       VK_RESOLVE_MODE_NONE,                                                                                   // VkResolveModeFlagBits                                resolveMode;
-                       DE_NULL,                                                                                                                // VkImageView                                                  resolveImageView;
-                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                              // VkImageLayout                                                resolveImageLayout;
-                       VK_ATTACHMENT_LOAD_OP_LOAD,                                                                             // VkAttachmentLoadOp                                   loadOp;
-                       VK_ATTACHMENT_STORE_OP_STORE,                                                                   // VkAttachmentStoreOp                                  storeOp;
-                       m_clearColorDepth                                                                                               // VkClearValue                                                 clearValue;
+       std::vector<VkClearAttachment> clearAttachments;
+       for (size_t i = 0; i < m_testParams.colorUsed.size(); ++i)
+       {
+               const VkClearAttachment clearAttachment = {
+                       VK_IMAGE_ASPECT_COLOR_BIT,                                                      // VkImageAspectFlags   aspectMask;
+                       static_cast<deUint32>(i),                                                       // uint32_t                             colorAttachment;
+                       m_clearColor                                                                            // VkClearValue                 clearValue;
                };
+               clearAttachments.push_back(clearAttachment);
+       }
 
-               const bool hasDepth             = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
-                                                                 m_testParams.depthStencilType == DEPTH_STENCIL_DEPTH_ONLY;
-               const bool hasStencil   = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
-                                                                 m_testParams.depthStencilType == DEPTH_STENCIL_STENCIL_ONLY;
-
-               vk::VkRenderingInfoKHR renderingInfo
-               {
-                       vk::VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
-                       DE_NULL,
-                       0u,                                                                                                                                     // VkRenderingFlagsKHR                                  flags;
-                       renderArea,                                                                                                                     // VkRect2D                                                             renderArea;
-                       1u,                                                                                                                                     // deUint32                                                             layerCount;
-                       0u,                                                                                                                                     // deUint32                                                             viewMask;
-                       static_cast<deUint32>(colorAttachments.size()),                                         // deUint32                                                             colorAttachmentCount;
-                       colorAttachments.empty() ? DE_NULL : colorAttachments.data(),           // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
-                       hasDepth ? &depthAttachment : DE_NULL,                                                          // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
-                       hasStencil ? &depthAttachment : DE_NULL,                                                        // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       if (m_testParams.depthStencilUsed)
+       {
+               const VkClearAttachment clearAttachment = {
+                       getClearAspectMask(m_testParams.depthStencilType),      // VkImageAspectFlags   aspectMask;
+                       0u,                                                                                                     // uint32_t                             colorAttachment;
+                       m_clearColorDepth                                                                       // VkClearValue                 clearValue;
                };
+               clearAttachments.push_back(clearAttachment);
+       }
 
-               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+       VkRect2D renderArea = makeRect2D(m_renderSize);
+       std::vector<VkRenderingAttachmentInfoKHR> colorAttachments;
+       for (size_t i = 0; i < m_colorAttachmentViews.size() ; ++i)
+       {
+               colorAttachments.push_back({
+                       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                        // VkStructureType                                              sType;
+                       DE_NULL,                                                                                                                        // const void*                                                  pNext;
+                       (m_testParams.colorUsed[i]) ? *m_colorAttachmentViews[i] : 0,           // VkImageView                                                  imageView;
+                       VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,                                                       // VkImageLayout                                                imageLayout;
+                       VK_RESOLVE_MODE_NONE,                                                                                           // VkResolveModeFlagBits                                resolveMode;
+                       DE_NULL,                                                                                                                        // VkImageView                                                  resolveImageView;
+                       VK_IMAGE_LAYOUT_UNDEFINED,                                                                                      // VkImageLayout                                                resolveImageLayout;
+                       VK_ATTACHMENT_LOAD_OP_LOAD,                                                                                     // VkAttachmentLoadOp                                   loadOp;
+                       VK_ATTACHMENT_STORE_OP_STORE,                                                                           // VkAttachmentStoreOp                                  storeOp;
+                       m_clearColor                                                                                                            // VkClearValue                                                 clearValue;
+               });
        }
-       else
-#endif // CTS_USES_VULKANSC
+
+       VkRenderingAttachmentInfoKHR depthAttachment
+       {
+               VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR,                                                // VkStructureType                                              sType;
+               DE_NULL,                                                                                                                                // const void*                                                  pNext;
+               (m_testParams.depthStencilUsed) ? *m_depthAttachmentView : 0,                   // VkImageView                                                  imageView;
+               VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL,                                               // VkImageLayout                                                imageLayout;
+               VK_RESOLVE_MODE_NONE,                                                                                                   // VkResolveModeFlagBits                                resolveMode;
+               DE_NULL,                                                                                                                                // VkImageView                                                  resolveImageView;
+               VK_IMAGE_LAYOUT_UNDEFINED,                                                                                              // VkImageLayout                                                resolveImageLayout;
+               VK_ATTACHMENT_LOAD_OP_LOAD,                                                                                             // VkAttachmentLoadOp                                   loadOp;
+               VK_ATTACHMENT_STORE_OP_STORE,                                                                                   // VkAttachmentStoreOp                                  storeOp;
+               m_clearColorDepth                                                                                                               // VkClearValue                                                 clearValue;
+       };
+
+       const bool hasDepth             = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
+                                                         m_testParams.depthStencilType == DEPTH_STENCIL_DEPTH_ONLY;
+       const bool hasStencil   = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH ||
+                                                         m_testParams.depthStencilType == DEPTH_STENCIL_STENCIL_ONLY;
+
+       std::vector<VkFormat> colorAttachmentFormats(m_testParams.colorUsed.size(), VK_FORMAT_UNDEFINED);
+       for (size_t i = 0; i < m_testParams.colorUsed.size(); ++i)
+               if (m_testParams.colorUsed[i])
+                       colorAttachmentFormats[i] = FORMAT_COLOR;
+
+       VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR,                // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               0u,                                                                                                                                             // VkRenderingFlagsKHR                          flags;
+               0u,                                                                                                                                             // uint32_t                                                     viewMask;
+               static_cast<deUint32>(colorAttachmentFormats.size()),                                   // uint32_t                                                     colorAttachmentCount;
+               colorAttachmentFormats.data(),                                                                                  // const VkFormat*                                      pColorAttachmentFormats;
+               hasDepth ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED,               // VkFormat                                                     depthAttachmentFormat;
+               hasStencil ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED,             // VkFormat                                                     stencilAttachmentFormat;
+               VK_SAMPLE_COUNT_1_BIT,                                                                                                  // VkSampleCountFlagBits                        rasterizationSamples;
+       };
+
+       const VkCommandBufferInheritanceInfo    bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
+       VkCommandBufferBeginInfo                                commandBufBeginParams
+       {
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO,                                                    // VkStructureType                                      sType;
+               DE_NULL,                                                                                                                                // const void*                                          pNext;
+               VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT,                                                    // VkCommandBufferUsageFlags            flags;
+               &bufferInheritanceInfo
+       };
+
+       VkRenderingInfoKHR renderingInfo
+       {
+               VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,
+               DE_NULL,
+               0u,                                                                                                                                             // VkRenderingFlagsKHR                                  flags;
+               renderArea,                                                                                                                             // VkRect2D                                                             renderArea;
+               1u,                                                                                                                                             // deUint32                                                             layerCount;
+               0u,                                                                                                                                             // deUint32                                                             viewMask;
+               static_cast<deUint32>(colorAttachments.size()),                                                 // deUint32                                                             colorAttachmentCount;
+               colorAttachments.empty() ? DE_NULL : colorAttachments.data(),                   // const VkRenderingAttachmentInfoKHR*  pColorAttachments;
+               hasDepth ? &depthAttachment : DE_NULL,                                                                  // const VkRenderingAttachmentInfoKHR*  pDepthAttachment;
+               hasStencil ? &depthAttachment : DE_NULL,                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
+       };
+
+       m_cmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+
+       if (m_testParams.groupParams->useSecondaryCmdBuffer)
        {
-               const VkRenderPassBeginInfo renderPassBeginInfo
+               m_secCmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
+
+               // record secondary command buffer
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
                {
-                       VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO,       // VkStructureType              sType;
-                       DE_NULL,                                                                        // const void*                  pNext;
-                       *m_renderPass,                                                          // VkRenderPass                 renderPass;
-                       *m_framebuffer,                                                         // VkFramebuffer                framebuffer;
-                       renderArea,                                                                     // VkRect2D                             renderArea;
-                       0u,                                                                                     // uint32_t                             clearValueCount;
-                       DE_NULL                                                                         // const VkClearValue*  pClearValues;
-               };
+                       inheritanceRenderingInfo.flags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT;
+                       vk.beginCommandBuffer(*m_secCmdBuffer, &commandBufBeginParams);
+                       vk.cmdBeginRendering(*m_secCmdBuffer, &renderingInfo);
+               }
+               else
+               {
+                       commandBufBeginParams.flags |= VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
+                       vk.beginCommandBuffer(*m_secCmdBuffer, &commandBufBeginParams);
+               }
 
-               const typename RenderpassSubpass::SubpassBeginInfo subpassBeginInfo(DE_NULL, VK_SUBPASS_CONTENTS_INLINE);
-               RenderpassSubpass::cmdBeginRenderPass(vk, *m_cmdBuffer, &renderPassBeginInfo, &subpassBeginInfo);
-       }
+               vk.cmdBindPipeline(*m_secCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline);
+               vk.cmdClearAttachments(*m_secCmdBuffer, static_cast<deUint32>(clearAttachments.size()), (clearAttachments.empty() ? DE_NULL : clearAttachments.data()), 1u, &clearRect);
 
-       vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline);
-       vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), (clearAttachments.empty() ? DE_NULL : clearAttachments.data()), 1u, &clearRect);
+               if (m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdEndRendering(*m_secCmdBuffer);
+               endCommandBuffer(vk, *m_secCmdBuffer);
 
-#ifndef CTS_USES_VULKANSC
-       if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vk.cmdEndRendering(*m_cmdBuffer);
+               // record primary command buffer
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+               if (!m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+               {
+                       renderingInfo.flags = vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
+                       vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
+               }
+               vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &*m_secCmdBuffer);
+               if (!m_testParams.groupParams->secondaryCmdBufferCompletelyContainsDynamicRenderpass)
+                       vk.cmdEndRendering(*m_cmdBuffer);
+               endCommandBuffer(vk, *m_cmdBuffer);
+       }
        else
-#endif // CTS_USES_VULKANSC
        {
-               const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
-               RenderpassSubpass::cmdEndRenderPass(vk, *m_cmdBuffer, &subpassEndInfo);
-       }
+               beginCommandBuffer(vk, *m_cmdBuffer, 0u);
+               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
 
-       endCommandBuffer(vk, *m_cmdBuffer);
+               vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_graphicsPipeline);
+               vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), (clearAttachments.empty() ? DE_NULL : clearAttachments.data()), 1u, &clearRect);
+
+               vk.cmdEndRendering(*m_cmdBuffer);
+               endCommandBuffer(vk, *m_cmdBuffer);
+       }
 }
+#endif // CTS_USES_VULKANSC
 
 tcu::TestStatus        UnusedClearAttachmentTestInstance::iterate (void)
 {
@@ -1111,7 +1224,7 @@ std::string getCombName(const std::vector<deBool>& array)
 } // anonymous
 
 
-tcu::TestCaseGroup* createRenderPassUnusedClearAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType)
+tcu::TestCaseGroup* createRenderPassUnusedClearAttachmentTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams)
 {
        de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "unused_clear_attachments", "Unused attachments with vkCmdClearAttachments"));
 
@@ -1129,9 +1242,9 @@ tcu::TestCaseGroup* createRenderPassUnusedClearAttachmentTests (tcu::TestContext
                                std::vector<TestParams> testTypes;
 
                                if (hasDepthStencil(dsType))
-                                       testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderingType);                                            // No color attachments.
-                               testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderingType);                                                    // Single color attachment.
-                               testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderingType);             // Multiple color attachments.
+                                       testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, groupParams);                                                      // No color attachments.
+                               testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, groupParams);                                                              // Single color attachment.
+                               testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, groupParams);               // Multiple color attachments.
 
                                for (auto& params : testTypes)
                                {
index 8595c9d..1c82c55 100644 (file)
  *//*--------------------------------------------------------------------*/
 
 #include "vktTestCase.hpp"
-#include "vktRenderPassTestsUtil.hpp"
+#include "vktRenderPassGroupParams.hpp"
 
 namespace vkt
 {
 namespace renderpass
 {
 
-tcu::TestCaseGroup* createRenderPassUnusedClearAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType);
+tcu::TestCaseGroup* createRenderPassUnusedClearAttachmentTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams);
 
 } // renderpass
 } // vkt
index 1c95c02..740cb5d 100644 (file)
-dEQP-VK.dynamic_rendering.suballocation.simple.color
-dEQP-VK.dynamic_rendering.suballocation.simple.depth
-dEQP-VK.dynamic_rendering.suballocation.simple.stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth
-dEQP-VK.dynamic_rendering.suballocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.suballocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.1
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.4
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.5
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.12
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.13
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.14
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.17
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.20
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.21
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.22
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.26
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.31
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.32
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.33
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.36
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.38
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.39
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.41
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.47
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.50
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.51
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.53
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.54
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.56
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.59
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.62
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.63
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.66
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.67
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.69
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.72
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.73
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.75
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.78
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.79
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.81
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.82
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.83
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.85
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.87
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.88
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.89
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.91
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.92
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.95
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.98
-dEQP-VK.dynamic_rendering.suballocation.attachment.1.99
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.202
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.230
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.237
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.241
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.246
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.250
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.258
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.264
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.291
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.294
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.296
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.299
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.307
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.314
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.319
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.330
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.336
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.338
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.349
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.362
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.363
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.373
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.378
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.393
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.397
-dEQP-VK.dynamic_rendering.suballocation.attachment.3.399
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.415
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.418
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.451
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.454
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.465
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.476
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.486
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.493
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.510
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.513
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.523
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.525
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.541
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.547
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.559
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.560
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.568
-dEQP-VK.dynamic_rendering.suballocation.attachment.4.587
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.615
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.668
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.736
-dEQP-VK.dynamic_rendering.suballocation.attachment.8.761
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.suballocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
-dEQP-VK.dynamic_rendering.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r5g6b5_unorm_pack16
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r8g8b8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.b8g8r8a8_srgb
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_unorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_snorm
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r16g16b16a16_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_uint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sint
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r32g32b32a32_sfloat
-dEQP-VK.dynamic_rendering.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
-dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
-dEQP-VK.dynamic_rendering.random.seed0_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_geometry_tessellation
-dEQP-VK.dynamic_rendering.random.seed0_geometry
-dEQP-VK.dynamic_rendering.random.seed1_geometry
-dEQP-VK.dynamic_rendering.random.seed2_geometry
-dEQP-VK.dynamic_rendering.random.seed3_geometry
-dEQP-VK.dynamic_rendering.random.seed4_geometry
-dEQP-VK.dynamic_rendering.random.seed5_geometry
-dEQP-VK.dynamic_rendering.random.seed6_geometry
-dEQP-VK.dynamic_rendering.random.seed7_geometry
-dEQP-VK.dynamic_rendering.random.seed8_geometry
-dEQP-VK.dynamic_rendering.random.seed9_geometry
-dEQP-VK.dynamic_rendering.random.seed10_geometry
-dEQP-VK.dynamic_rendering.random.seed11_geometry
-dEQP-VK.dynamic_rendering.random.seed12_geometry
-dEQP-VK.dynamic_rendering.random.seed13_geometry
-dEQP-VK.dynamic_rendering.random.seed14_geometry
-dEQP-VK.dynamic_rendering.random.seed15_geometry
-dEQP-VK.dynamic_rendering.random.seed16_geometry
-dEQP-VK.dynamic_rendering.random.seed17_geometry
-dEQP-VK.dynamic_rendering.random.seed18_geometry
-dEQP-VK.dynamic_rendering.random.seed19_geometry
-dEQP-VK.dynamic_rendering.random.seed20_geometry
-dEQP-VK.dynamic_rendering.random.seed21_geometry
-dEQP-VK.dynamic_rendering.random.seed22_geometry
-dEQP-VK.dynamic_rendering.random.seed23_geometry
-dEQP-VK.dynamic_rendering.random.seed24_geometry
-dEQP-VK.dynamic_rendering.random.seed25_geometry
-dEQP-VK.dynamic_rendering.random.seed26_geometry
-dEQP-VK.dynamic_rendering.random.seed27_geometry
-dEQP-VK.dynamic_rendering.random.seed28_geometry
-dEQP-VK.dynamic_rendering.random.seed29_geometry
-dEQP-VK.dynamic_rendering.random.seed30_geometry
-dEQP-VK.dynamic_rendering.random.seed31_geometry
-dEQP-VK.dynamic_rendering.random.seed32_geometry
-dEQP-VK.dynamic_rendering.random.seed33_geometry
-dEQP-VK.dynamic_rendering.random.seed34_geometry
-dEQP-VK.dynamic_rendering.random.seed35_geometry
-dEQP-VK.dynamic_rendering.random.seed36_geometry
-dEQP-VK.dynamic_rendering.random.seed37_geometry
-dEQP-VK.dynamic_rendering.random.seed38_geometry
-dEQP-VK.dynamic_rendering.random.seed39_geometry
-dEQP-VK.dynamic_rendering.random.seed40_geometry
-dEQP-VK.dynamic_rendering.random.seed41_geometry
-dEQP-VK.dynamic_rendering.random.seed42_geometry
-dEQP-VK.dynamic_rendering.random.seed43_geometry
-dEQP-VK.dynamic_rendering.random.seed44_geometry
-dEQP-VK.dynamic_rendering.random.seed45_geometry
-dEQP-VK.dynamic_rendering.random.seed46_geometry
-dEQP-VK.dynamic_rendering.random.seed47_geometry
-dEQP-VK.dynamic_rendering.random.seed48_geometry
-dEQP-VK.dynamic_rendering.random.seed49_geometry
-dEQP-VK.dynamic_rendering.random.seed50_geometry
-dEQP-VK.dynamic_rendering.random.seed51_geometry
-dEQP-VK.dynamic_rendering.random.seed52_geometry
-dEQP-VK.dynamic_rendering.random.seed53_geometry
-dEQP-VK.dynamic_rendering.random.seed54_geometry
-dEQP-VK.dynamic_rendering.random.seed55_geometry
-dEQP-VK.dynamic_rendering.random.seed56_geometry
-dEQP-VK.dynamic_rendering.random.seed57_geometry
-dEQP-VK.dynamic_rendering.random.seed58_geometry
-dEQP-VK.dynamic_rendering.random.seed59_geometry
-dEQP-VK.dynamic_rendering.random.seed60_geometry
-dEQP-VK.dynamic_rendering.random.seed61_geometry
-dEQP-VK.dynamic_rendering.random.seed62_geometry
-dEQP-VK.dynamic_rendering.random.seed63_geometry
-dEQP-VK.dynamic_rendering.random.seed64_geometry
-dEQP-VK.dynamic_rendering.random.seed65_geometry
-dEQP-VK.dynamic_rendering.random.seed66_geometry
-dEQP-VK.dynamic_rendering.random.seed67_geometry
-dEQP-VK.dynamic_rendering.random.seed68_geometry
-dEQP-VK.dynamic_rendering.random.seed69_geometry
-dEQP-VK.dynamic_rendering.random.seed70_geometry
-dEQP-VK.dynamic_rendering.random.seed71_geometry
-dEQP-VK.dynamic_rendering.random.seed72_geometry
-dEQP-VK.dynamic_rendering.random.seed73_geometry
-dEQP-VK.dynamic_rendering.random.seed74_geometry
-dEQP-VK.dynamic_rendering.random.seed75_geometry
-dEQP-VK.dynamic_rendering.random.seed76_geometry
-dEQP-VK.dynamic_rendering.random.seed77_geometry
-dEQP-VK.dynamic_rendering.random.seed78_geometry
-dEQP-VK.dynamic_rendering.random.seed79_geometry
-dEQP-VK.dynamic_rendering.random.seed80_geometry
-dEQP-VK.dynamic_rendering.random.seed81_geometry
-dEQP-VK.dynamic_rendering.random.seed82_geometry
-dEQP-VK.dynamic_rendering.random.seed83_geometry
-dEQP-VK.dynamic_rendering.random.seed84_geometry
-dEQP-VK.dynamic_rendering.random.seed85_geometry
-dEQP-VK.dynamic_rendering.random.seed86_geometry
-dEQP-VK.dynamic_rendering.random.seed87_geometry
-dEQP-VK.dynamic_rendering.random.seed88_geometry
-dEQP-VK.dynamic_rendering.random.seed89_geometry
-dEQP-VK.dynamic_rendering.random.seed90_geometry
-dEQP-VK.dynamic_rendering.random.seed91_geometry
-dEQP-VK.dynamic_rendering.random.seed92_geometry
-dEQP-VK.dynamic_rendering.random.seed93_geometry
-dEQP-VK.dynamic_rendering.random.seed94_geometry
-dEQP-VK.dynamic_rendering.random.seed95_geometry
-dEQP-VK.dynamic_rendering.random.seed96_geometry
-dEQP-VK.dynamic_rendering.random.seed97_geometry
-dEQP-VK.dynamic_rendering.random.seed98_geometry
-dEQP-VK.dynamic_rendering.random.seed99_geometry
-dEQP-VK.dynamic_rendering.random.seed0_tessellation
-dEQP-VK.dynamic_rendering.random.seed1_tessellation
-dEQP-VK.dynamic_rendering.random.seed2_tessellation
-dEQP-VK.dynamic_rendering.random.seed3_tessellation
-dEQP-VK.dynamic_rendering.random.seed4_tessellation
-dEQP-VK.dynamic_rendering.random.seed5_tessellation
-dEQP-VK.dynamic_rendering.random.seed6_tessellation
-dEQP-VK.dynamic_rendering.random.seed7_tessellation
-dEQP-VK.dynamic_rendering.random.seed8_tessellation
-dEQP-VK.dynamic_rendering.random.seed9_tessellation
-dEQP-VK.dynamic_rendering.random.seed10_tessellation
-dEQP-VK.dynamic_rendering.random.seed11_tessellation
-dEQP-VK.dynamic_rendering.random.seed12_tessellation
-dEQP-VK.dynamic_rendering.random.seed13_tessellation
-dEQP-VK.dynamic_rendering.random.seed14_tessellation
-dEQP-VK.dynamic_rendering.random.seed15_tessellation
-dEQP-VK.dynamic_rendering.random.seed16_tessellation
-dEQP-VK.dynamic_rendering.random.seed17_tessellation
-dEQP-VK.dynamic_rendering.random.seed18_tessellation
-dEQP-VK.dynamic_rendering.random.seed19_tessellation
-dEQP-VK.dynamic_rendering.random.seed20_tessellation
-dEQP-VK.dynamic_rendering.random.seed21_tessellation
-dEQP-VK.dynamic_rendering.random.seed22_tessellation
-dEQP-VK.dynamic_rendering.random.seed23_tessellation
-dEQP-VK.dynamic_rendering.random.seed24_tessellation
-dEQP-VK.dynamic_rendering.random.seed25_tessellation
-dEQP-VK.dynamic_rendering.random.seed26_tessellation
-dEQP-VK.dynamic_rendering.random.seed27_tessellation
-dEQP-VK.dynamic_rendering.random.seed28_tessellation
-dEQP-VK.dynamic_rendering.random.seed29_tessellation
-dEQP-VK.dynamic_rendering.random.seed30_tessellation
-dEQP-VK.dynamic_rendering.random.seed31_tessellation
-dEQP-VK.dynamic_rendering.random.seed32_tessellation
-dEQP-VK.dynamic_rendering.random.seed33_tessellation
-dEQP-VK.dynamic_rendering.random.seed34_tessellation
-dEQP-VK.dynamic_rendering.random.seed35_tessellation
-dEQP-VK.dynamic_rendering.random.seed36_tessellation
-dEQP-VK.dynamic_rendering.random.seed37_tessellation
-dEQP-VK.dynamic_rendering.random.seed38_tessellation
-dEQP-VK.dynamic_rendering.random.seed39_tessellation
-dEQP-VK.dynamic_rendering.random.seed40_tessellation
-dEQP-VK.dynamic_rendering.random.seed41_tessellation
-dEQP-VK.dynamic_rendering.random.seed42_tessellation
-dEQP-VK.dynamic_rendering.random.seed43_tessellation
-dEQP-VK.dynamic_rendering.random.seed44_tessellation
-dEQP-VK.dynamic_rendering.random.seed45_tessellation
-dEQP-VK.dynamic_rendering.random.seed46_tessellation
-dEQP-VK.dynamic_rendering.random.seed47_tessellation
-dEQP-VK.dynamic_rendering.random.seed48_tessellation
-dEQP-VK.dynamic_rendering.random.seed49_tessellation
-dEQP-VK.dynamic_rendering.random.seed50_tessellation
-dEQP-VK.dynamic_rendering.random.seed51_tessellation
-dEQP-VK.dynamic_rendering.random.seed52_tessellation
-dEQP-VK.dynamic_rendering.random.seed53_tessellation
-dEQP-VK.dynamic_rendering.random.seed54_tessellation
-dEQP-VK.dynamic_rendering.random.seed55_tessellation
-dEQP-VK.dynamic_rendering.random.seed56_tessellation
-dEQP-VK.dynamic_rendering.random.seed57_tessellation
-dEQP-VK.dynamic_rendering.random.seed58_tessellation
-dEQP-VK.dynamic_rendering.random.seed59_tessellation
-dEQP-VK.dynamic_rendering.random.seed60_tessellation
-dEQP-VK.dynamic_rendering.random.seed61_tessellation
-dEQP-VK.dynamic_rendering.random.seed62_tessellation
-dEQP-VK.dynamic_rendering.random.seed63_tessellation
-dEQP-VK.dynamic_rendering.random.seed64_tessellation
-dEQP-VK.dynamic_rendering.random.seed65_tessellation
-dEQP-VK.dynamic_rendering.random.seed66_tessellation
-dEQP-VK.dynamic_rendering.random.seed67_tessellation
-dEQP-VK.dynamic_rendering.random.seed68_tessellation
-dEQP-VK.dynamic_rendering.random.seed69_tessellation
-dEQP-VK.dynamic_rendering.random.seed70_tessellation
-dEQP-VK.dynamic_rendering.random.seed71_tessellation
-dEQP-VK.dynamic_rendering.random.seed72_tessellation
-dEQP-VK.dynamic_rendering.random.seed73_tessellation
-dEQP-VK.dynamic_rendering.random.seed74_tessellation
-dEQP-VK.dynamic_rendering.random.seed75_tessellation
-dEQP-VK.dynamic_rendering.random.seed76_tessellation
-dEQP-VK.dynamic_rendering.random.seed77_tessellation
-dEQP-VK.dynamic_rendering.random.seed78_tessellation
-dEQP-VK.dynamic_rendering.random.seed79_tessellation
-dEQP-VK.dynamic_rendering.random.seed80_tessellation
-dEQP-VK.dynamic_rendering.random.seed81_tessellation
-dEQP-VK.dynamic_rendering.random.seed82_tessellation
-dEQP-VK.dynamic_rendering.random.seed83_tessellation
-dEQP-VK.dynamic_rendering.random.seed84_tessellation
-dEQP-VK.dynamic_rendering.random.seed85_tessellation
-dEQP-VK.dynamic_rendering.random.seed86_tessellation
-dEQP-VK.dynamic_rendering.random.seed87_tessellation
-dEQP-VK.dynamic_rendering.random.seed88_tessellation
-dEQP-VK.dynamic_rendering.random.seed89_tessellation
-dEQP-VK.dynamic_rendering.random.seed90_tessellation
-dEQP-VK.dynamic_rendering.random.seed91_tessellation
-dEQP-VK.dynamic_rendering.random.seed92_tessellation
-dEQP-VK.dynamic_rendering.random.seed93_tessellation
-dEQP-VK.dynamic_rendering.random.seed94_tessellation
-dEQP-VK.dynamic_rendering.random.seed95_tessellation
-dEQP-VK.dynamic_rendering.random.seed96_tessellation
-dEQP-VK.dynamic_rendering.random.seed97_tessellation
-dEQP-VK.dynamic_rendering.random.seed98_tessellation
-dEQP-VK.dynamic_rendering.random.seed99_tessellation
-dEQP-VK.dynamic_rendering.random.seed0
-dEQP-VK.dynamic_rendering.random.seed1
-dEQP-VK.dynamic_rendering.random.seed2
-dEQP-VK.dynamic_rendering.random.seed3
-dEQP-VK.dynamic_rendering.random.seed4
-dEQP-VK.dynamic_rendering.random.seed5
-dEQP-VK.dynamic_rendering.random.seed6
-dEQP-VK.dynamic_rendering.random.seed7
-dEQP-VK.dynamic_rendering.random.seed8
-dEQP-VK.dynamic_rendering.random.seed9
-dEQP-VK.dynamic_rendering.random.seed10
-dEQP-VK.dynamic_rendering.random.seed11
-dEQP-VK.dynamic_rendering.random.seed12
-dEQP-VK.dynamic_rendering.random.seed13
-dEQP-VK.dynamic_rendering.random.seed14
-dEQP-VK.dynamic_rendering.random.seed15
-dEQP-VK.dynamic_rendering.random.seed16
-dEQP-VK.dynamic_rendering.random.seed17
-dEQP-VK.dynamic_rendering.random.seed18
-dEQP-VK.dynamic_rendering.random.seed19
-dEQP-VK.dynamic_rendering.random.seed20
-dEQP-VK.dynamic_rendering.random.seed21
-dEQP-VK.dynamic_rendering.random.seed22
-dEQP-VK.dynamic_rendering.random.seed23
-dEQP-VK.dynamic_rendering.random.seed24
-dEQP-VK.dynamic_rendering.random.seed25
-dEQP-VK.dynamic_rendering.random.seed26
-dEQP-VK.dynamic_rendering.random.seed27
-dEQP-VK.dynamic_rendering.random.seed28
-dEQP-VK.dynamic_rendering.random.seed29
-dEQP-VK.dynamic_rendering.random.seed30
-dEQP-VK.dynamic_rendering.random.seed31
-dEQP-VK.dynamic_rendering.random.seed32
-dEQP-VK.dynamic_rendering.random.seed33
-dEQP-VK.dynamic_rendering.random.seed34
-dEQP-VK.dynamic_rendering.random.seed35
-dEQP-VK.dynamic_rendering.random.seed36
-dEQP-VK.dynamic_rendering.random.seed37
-dEQP-VK.dynamic_rendering.random.seed38
-dEQP-VK.dynamic_rendering.random.seed39
-dEQP-VK.dynamic_rendering.random.seed40
-dEQP-VK.dynamic_rendering.random.seed41
-dEQP-VK.dynamic_rendering.random.seed42
-dEQP-VK.dynamic_rendering.random.seed43
-dEQP-VK.dynamic_rendering.random.seed44
-dEQP-VK.dynamic_rendering.random.seed45
-dEQP-VK.dynamic_rendering.random.seed46
-dEQP-VK.dynamic_rendering.random.seed47
-dEQP-VK.dynamic_rendering.random.seed48
-dEQP-VK.dynamic_rendering.random.seed49
-dEQP-VK.dynamic_rendering.random.seed50
-dEQP-VK.dynamic_rendering.random.seed51
-dEQP-VK.dynamic_rendering.random.seed52
-dEQP-VK.dynamic_rendering.random.seed53
-dEQP-VK.dynamic_rendering.random.seed54
-dEQP-VK.dynamic_rendering.random.seed55
-dEQP-VK.dynamic_rendering.random.seed56
-dEQP-VK.dynamic_rendering.random.seed57
-dEQP-VK.dynamic_rendering.random.seed58
-dEQP-VK.dynamic_rendering.random.seed59
-dEQP-VK.dynamic_rendering.random.seed60
-dEQP-VK.dynamic_rendering.random.seed61
-dEQP-VK.dynamic_rendering.random.seed62
-dEQP-VK.dynamic_rendering.random.seed63
-dEQP-VK.dynamic_rendering.random.seed64
-dEQP-VK.dynamic_rendering.random.seed65
-dEQP-VK.dynamic_rendering.random.seed66
-dEQP-VK.dynamic_rendering.random.seed67
-dEQP-VK.dynamic_rendering.random.seed68
-dEQP-VK.dynamic_rendering.random.seed69
-dEQP-VK.dynamic_rendering.random.seed70
-dEQP-VK.dynamic_rendering.random.seed71
-dEQP-VK.dynamic_rendering.random.seed72
-dEQP-VK.dynamic_rendering.random.seed73
-dEQP-VK.dynamic_rendering.random.seed74
-dEQP-VK.dynamic_rendering.random.seed75
-dEQP-VK.dynamic_rendering.random.seed76
-dEQP-VK.dynamic_rendering.random.seed77
-dEQP-VK.dynamic_rendering.random.seed78
-dEQP-VK.dynamic_rendering.random.seed79
-dEQP-VK.dynamic_rendering.random.seed80
-dEQP-VK.dynamic_rendering.random.seed81
-dEQP-VK.dynamic_rendering.random.seed82
-dEQP-VK.dynamic_rendering.random.seed83
-dEQP-VK.dynamic_rendering.random.seed84
-dEQP-VK.dynamic_rendering.random.seed85
-dEQP-VK.dynamic_rendering.random.seed86
-dEQP-VK.dynamic_rendering.random.seed87
-dEQP-VK.dynamic_rendering.random.seed88
-dEQP-VK.dynamic_rendering.random.seed89
-dEQP-VK.dynamic_rendering.random.seed90
-dEQP-VK.dynamic_rendering.random.seed91
-dEQP-VK.dynamic_rendering.random.seed92
-dEQP-VK.dynamic_rendering.random.seed93
-dEQP-VK.dynamic_rendering.random.seed94
-dEQP-VK.dynamic_rendering.random.seed95
-dEQP-VK.dynamic_rendering.random.seed96
-dEQP-VK.dynamic_rendering.random.seed97
-dEQP-VK.dynamic_rendering.random.seed98
-dEQP-VK.dynamic_rendering.random.seed99
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.dynamic_rendering.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.color_depth_stencil
-dEQP-VK.dynamic_rendering.dedicated_allocation.simple.no_attachments
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.12
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.13
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.14
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.17
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.20
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.21
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.22
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.26
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.31
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.32
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.33
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.36
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.38
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.39
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.41
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.47
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.50
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.51
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.53
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.54
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.56
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.59
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.62
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.63
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.66
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.67
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.69
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.72
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.73
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.75
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.78
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.79
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.81
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.82
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.83
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.85
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.87
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.88
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.89
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.91
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.92
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.95
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.98
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.1.99
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.202
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.230
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.237
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.241
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.246
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.250
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.258
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.264
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.291
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.294
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.296
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.299
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.307
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.314
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.319
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.330
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.336
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.338
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.349
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.362
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.363
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.373
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.378
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.393
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.397
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.3.399
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.415
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.418
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.451
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.454
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.465
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.476
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.486
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.493
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.510
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.513
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.523
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.525
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.541
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.547
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.559
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.560
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.568
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.4.587
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.615
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.668
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.736
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment.8.761
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
-dEQP-VK.dynamic_rendering.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer
-dEQP-VK.dynamic_rendering.basic.single_cmdbuffer_resuming
-dEQP-VK.dynamic_rendering.basic.2_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_primary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_2_primary_secondary_cmdbuffers_resuming
-dEQP-VK.dynamic_rendering.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_geometry
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99_tessellation
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed9
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed10
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed11
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed15
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed18
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed19
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed23
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed24
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed25
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed27
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed28
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed29
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed30
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed34
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed35
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed37
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed40
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed42
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed43
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed44
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed45
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed46
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed48
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed49
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed52
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed55
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed57
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed58
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed60
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed61
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed64
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed65
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed68
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed70
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed71
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed74
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed76
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed77
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed80
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed84
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed86
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed90
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed93
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed94
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed96
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed97
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_2_primary_secondary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_2_primary_cmdbuffers_resuming
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_8_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r5g6b5_unorm_pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r8g8b8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_snorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_sint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a8b8g8r8_srgb_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.b8g8r8a8_srgb.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2r10g10b10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_unorm_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.a2b10g10r10_uint_pack32.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_unorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_snorm.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r16g16b16a16_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_uint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sint.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r32g32b32a32_sfloat.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.multisample_resolve.layers_6.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_4_resolve_level_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.primary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.color_depth_stencil
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.simple.no_attachments
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r5g6b5_unorm_pack16.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_snorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_sint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a8b8g8r8_srgb_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.b8g8r8a8_srgb.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.a2b10g10r10_uint_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_snorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r16g16b16a16_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.r32g32b32a32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d16_unorm.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.x8_d24_unorm_pack32.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d24_unorm_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.clear.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.load.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_depth_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.formats.d32_sfloat_s8_uint.dont_care.clear_draw_stencil_read_only
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.12
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.13
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.14
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.21
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.22
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.32
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.33
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.38
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.39
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.41
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.47
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.50
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.51
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.53
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.54
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.56
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.59
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.63
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.66
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.67
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.73
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.75
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.78
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.81
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.82
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.83
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.85
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.87
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.88
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.91
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.92
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.1.99
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.202
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.230
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.237
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.241
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.246
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.258
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.264
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.291
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.294
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.299
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.307
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.319
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.338
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.349
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.363
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.373
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.393
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.3.399
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.415
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.451
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.454
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.476
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.486
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.493
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.510
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.513
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.547
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.560
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.736
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_1.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_2.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_3.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_4.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_0
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_3
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_4
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_5
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_6
+dEQP-VK.dynamic_rendering.primary_cmd_buff.dedicated_allocation.attachment_write_mask.attachment_count_8.start_index_7
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.4_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.4_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.primary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.8_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r5g6b5_unorm_pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r8g8b8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_snorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_sint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a8b8g8r8_srgb_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.b8g8r8a8_srgb.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2r10g10b10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_unorm_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.a2b10g10r10_uint_pack32.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_unorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_snorm.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_uint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sint.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r32g32b32a32_sfloat.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.multisample_resolve.layers_3.r10x6g10x6b10x6a10x6_unorm_4pack16.samples_2_resolve_level_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r5g6b5_unorm_pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r8g8b8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_snorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_sint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a8b8g8r8_srgb_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.b8g8r8a8_srgb
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2r10g10b10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_unorm_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.a2b10g10r10_uint_pack32
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_unorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_snorm
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r16g16b16a16_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_uint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sint
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r32g32b32a32_sfloat
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.sparserendertarget.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_nods
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthonly_d32_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_stencilonly_s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_unused
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorunused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorunused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorunused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorunused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.unused_clear_attachments.colorused_colorused_colorused_colorused_depthstencil_d32s8_used
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_store_alphablend
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d16_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d16_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depth_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_test_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_none_stencil_load_store_op_depth_none_stencil_store_depth_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_load_store_op_none
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_none_write_off
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_store
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.stencil_s8_uint_load_op_none_store_op_dontcare
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.5
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.17
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.20
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.26
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.31
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.36
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.62
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.69
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.72
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.79
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.89
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.95
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.1.98
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.250
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.296
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.314
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.330
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.336
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.362
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.378
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.3.397
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.418
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.465
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.523
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.525
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.541
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.559
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.568
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.4.587
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.615
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.668
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.dedicated_allocation.attachment.8.761
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.1_view.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.1_sample.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.static_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.deferred_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.2_views.render.non_divisible_density_size.2_samples.dynamic_nonsubsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.4_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.divisible_density_size.2_samples.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.1_sample.dynamic_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_1_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_1
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.static_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.deferred_subsampled_2_2
+dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.fragment_density_map.6_views.render.non_divisible_density_size.2_samples.dynamic_subsampled_2_2
index 39bf031..3cc2afd 100644 (file)
@@ -9149,13 +9149,6 @@ dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.static_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.deferred_nonsubsampled_2_2
 dEQP-VK.renderpass.fragment_density_map.1_view.render_copy.non_divisible_density_size.8_samples.dynamic_nonsubsampled_2_2
-dEQP-VK.renderpass.fragment_density_map.properties.2_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.4_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.6_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.8_subsampled_samplers
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_static_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_deferred_subsampled
-dEQP-VK.renderpass.fragment_density_map.properties.imageless_framebuffer_dynamic_subsampled
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_initialize_d32sf_s8ui
 dEQP-VK.renderpass.depth_stencil_write_conditions.depth_kill_write_initialize_d32sf_s8ui