Add missing barrier to texel_view_compatible tests
authorMaciej Jesionowski <maciej.jesionowski@amd.com>
Mon, 23 Oct 2017 10:14:36 +0000 (12:14 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 31 Oct 2017 09:26:24 +0000 (05:26 -0400)
commit7247f1cfad8d71687f1e0976e8d1bd29c9fdb816
tree6a255973cc4808cb0c2e64e2b721813a57590cae
parent9a9419aa130a51b6e24a564e6a3997a88af2504e
Add missing barrier to texel_view_compatible tests

There was no GPU to Host barrier. GPU writes are not automatically
visible to the Host.

Affected tests: dEQP-VK.image.texel_view_compatible.compute.*
VK-GL-CTS issue: 786
Components: Vulkan

Change-Id: I47797add1c5e48dfa1a7c7be8897e822091c2044
external/vulkancts/modules/vulkan/image/vktImageCompressionTranscodingSupport.cpp