Wrong format in load_store_op_none test.
authorAaron Hagan <aaron.hagan@amd.com>
Mon, 27 Sep 2021 19:22:47 +0000 (15:22 -0400)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 1 Oct 2021 23:10:11 +0000 (23:10 +0000)
commit37c52f8beafb8ad45bb84cd54c17e41c2e02825f
tree2c73f3e3ff81c076e073d3ca685698c30c98c1e5
parentba3cc67b4b147d1282e76ec6acecc533160a462d
Wrong format in load_store_op_none test.

One of the load_store_op_none tests is currently using the incorrect
VK_FORMAT_R8G8B8A8_UNORM format for the color attachments.
It should be using VK_FORMAT_R8G8B8A8_UINT instead.

VK-GL-CTS issue: 3154
Components: Vulkan

Affected tests:
dEQP-VK.renderpass_with_dynamic_rendering.suballocation.load_store_op_none.color_load_op_none_store_op_none_resolve

Change-Id: I7dd8b4da05fef58d91a8913ac49912ba683f033d
external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.cpp