fix input dependency for renderpass depth/stencil format tests
authorConnor Abbott <cwabbott0@gmail.com>
Mon, 4 May 2020 16:43:11 +0000 (18:43 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 8 May 2020 15:24:03 +0000 (11:24 -0400)
commitea6f1ffae14de94bbd9c354ad5a6c3f452f65ac4
tree3a633e2d352acf8294480b607bcd24cd60d32d67
parent2c44d48f73dd727a18dfed382d4f14dd7c9c7ab3
fix input dependency for renderpass depth/stencil format tests

This appears to be a copy/paste mistake. The exact stage/access bits was
taken from other dependencies with an input attachment which is a
depth/stencil attachment.

Affected tests:
dEQP-VK.renderpass.*.formats.d16_unorm.input.*
dEQP-VK.renderpass.*.formats.x8_d24_unorm_pack32.input.*
dEQP-VK.renderpass.*.formats.d32_sfloat.input.*
dEQP-VK.renderpass.*.formats.d24_unorm_s8_uint.input.*
dEQP-VK.renderpass.*.formats.d32_sfloat_s8_uint.input.*

Change-Id: Ib1cde2371781cc8337905af04e0b7732b74333af
Components: Vulkan
VK-GL-CTS issue: 2351
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp