Use transfer queue with vkCmdFillBuffer
authorMaciej Jesionowski <maciej.jesionowski@amd.com>
Tue, 30 May 2017 08:27:34 +0000 (10:27 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 28 Jun 2017 08:34:42 +0000 (04:34 -0400)
commit83af72c04b8723a33855fafc38b3f0a28537a124
treeb01fb1a0591760c4573477d3e87b9b2e109c944b
parent56e50c9208e6bcae71742403293ff53d02886486
Use transfer queue with vkCmdFillBuffer

Due to an error in the condition, the transfer-only queue wasn't
selected for the fill buffer write operation.

Also fixed a validation error with barrier used inside a render pass
in read vertex input operation. This should have no effect on behavior.

Affects:

dEQP-VK.synchronization.op.multi_queue.*fill_buffer*
dEQP-VK.synchronization.op.*read_vertex_input*

Components: Vulkan
VK-GL-CTS issue: 481

Change-Id: Ibed24824532c0e35aba61238809f34717f431b6f
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperation.cpp