Fix extension struct usage in descriptorset_random
authorRicardo Garcia <rgarcia@igalia.com>
Thu, 23 May 2019 12:18:39 +0000 (14:18 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 20 Nov 2019 08:26:52 +0000 (03:26 -0500)
commit3851dee82c214f345f002058b4d62124bc13cda1
treec8c3267396435eb99893e3f4ecc40be316c0b009
parent54e49c0a8df943bdbb2ac1b777d9e851dea5c619
Fix extension struct usage in descriptorset_random

dEQP-VK.binding_model.descriptorset_random tests were using extension
structures when creating the descriptor set layout without checking
first if the extension was supported.

Affected tests:
dEQP-VK.binding_model.descriptorset_random.*

Components: Vulkan
VK-GL-CTS issue: 1652

Change-Id: Ifc165293cb846316be4493a0f499b63719b61ac2
external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp