Don't run _concurrent sync tests on 1 queue devices
authorGraeme Leese <gleese@broadcom.com>
Fri, 4 Jun 2021 16:23:28 +0000 (17:23 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 29 Jun 2021 07:10:52 +0000 (07:10 +0000)
commit5e1cdce72ff879a28df95646b40245ec9899a03f
tree2def80f0744445bc584389f3c90ab6e6aad8cdae
parentf78e91b7e473c70a848fbf2bc8af6b5a0f2c6080
Don't run _concurrent sync tests on 1 queue devices

The tests are testing synchronisation primitives in combination with
images marked as SHARING_MODE_CONCURRENT but this is not possible on
deivces that only support a single queue family. Because creating an
image with concurrent sharing requires two distinct queue families, it
is not supported on these devices.

Component: Vulkan
Affects: dEQP-VK.synchronization*.multi_queue.*_concurrent

Change-Id: I30a05bb085eef9e3087adfa12377a4909942f9c3
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp