Fix issues in ProtectedMemCopyBufferToImage
authorIlya Zaytsev <ilya.zaytsev@arm.com>
Tue, 21 Aug 2018 14:46:48 +0000 (16:46 +0200)
committerIlya Zaytsev <Ilya.Zaytsev@arm.com>
Mon, 27 Aug 2018 10:23:51 +0000 (06:23 -0400)
commit3a4ff014276c9ba74a39766a42648038be20076d
treef446a0c29d71c77bec1ea1149a279877f1c0d660
parent26bdda8f9cbe6848f269ec1a8a8c90d2c3a8165c
Fix issues in ProtectedMemCopyBufferToImage

Fixes the following issues:

* pipeline barriers were not correct: wrong stages and wrong access masks
  were used
* R32G32B32A32_UINT image view was sampled from sampler2D

Affects: dEQP-VK.protected_memory.image.copy_buffer_to_image.*

Components: Vulkan

VK-GL-CTS issue: 1326

Change-Id: I9d7eb9f8d9c2dcda1d7dd1f3b0e68e71fcd8c8f9
external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemCopyBufferToImageTests.cpp