Fix missing image memory barrier in WSI display timing tests
authorJohn Corbally <john.corbally@arm.com>
Wed, 30 Oct 2019 11:14:45 +0000 (11:14 +0000)
committerJohn Corbally <john.corbally@arm.com>
Wed, 30 Oct 2019 11:30:24 +0000 (11:30 +0000)
commitd356f7df6fd64e5938407330e353842f0205af5e
tree52d48200e03ff6eb8c177d05a427047f90a2df95
parent11d3a1b7b7e3b920d82baf346acb59c9c2e92dfc
Fix missing image memory barrier in WSI display timing tests

The key part of the missing image memory barrier is changing
VK_IMAGE_LAYOUT_UNDEFINED to VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL
(for the first time).

Affects: dEQP-VK.wsi.android.display_timing.*

Components: Vulkan

VK-GL-CTS issue: 2079

Change-Id: I79e142c9c2a602e066a51e69e3aca9a1d2c0e650
external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTimingTests.cpp