Fix global priority tests
authorziga-lunarg <ziga@lunarg.com>
Mon, 27 Feb 2023 15:01:56 +0000 (16:01 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 10 Mar 2023 08:53:45 +0000 (08:53 +0000)
commit684510930b526050c26afcffe649e91fe9f392e1
tree2bb751a9e9ef796c7635cfbc47ae426d1db93eba
parent3ca6f09661e8499a04c7da7772991c61b5f56462
Fix global priority tests

Extensions VK_KHR_global_priority and VK_EXT_global_priority behave
differently, this test was once changed to fix the test using the
KHR extension, but it broke the test using EXT

The structs from global priority query must only be used with the KHR
version of the test

Components: Vulkan

VK-GL-CTS issue: 3898

Affected tests:
dEQP-VK.api.device_init.create_device_global_priority*

Change-Id: I906d8f9d7593f49533eb73c8faac4920dc9ce0c8
external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp