Home
last modified time | relevance | path

Searched refs:desc_pool_state (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4705 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallValidateDestroyDescriptorPool() local
4708 if (desc_pool_state) { in PreCallValidateDestroyDescriptorPool()
4709 skip |= ValidateObjectNotInUse(desc_pool_state, obj_struct, "vkDestroyDescriptorPool", in PreCallValidateDestroyDescriptorPool()
4718 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallRecordDestroyDescriptorPool() local
4720 if (desc_pool_state) { in PreCallRecordDestroyDescriptorPool()
4722 InvalidateCommandBuffers(desc_pool_state->cb_bindings, obj_struct); in PreCallRecordDestroyDescriptorPool()
4724 for (auto ds : desc_pool_state->sets) { in PreCallRecordDestroyDescriptorPool()