Add missing 'FREE_DESCRIPTOR_SET' flag to a descriptor set pool
authorSÅ‚awomir Cygan <slawomir.cygan@intel.com>
Fri, 17 Jun 2022 13:52:26 +0000 (15:52 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 7 Jul 2022 21:06:36 +0000 (21:06 +0000)
commit781918a85c2c119890a94cf61a47f8978b2c67cc
treebb39c64ed96cd674dbbe827f233f88d0d9dcc42e
parentca39b5c1053b63cf0be36c22d3ff8b0511eab397
Add missing 'FREE_DESCRIPTOR_SET' flag to a descriptor set pool

The test seems to test vkFreeDescriptors, however the pool is missing
a flag that is required for that function to be used.

Spec says: VUID-vkFreeDescriptorSets-descriptorPool-00312
descriptorPool must have been created with the VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT flag

Components: Vulkan

VK-GL-CTS Issue: 3779

Affects: dEQP-VK.api.descriptor_pool.zero_pool_size_count

Change-Id: I04c1e67fcbdffa4b0eb1bf7ffbb0231fbe0bc45d
external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp