Searched refs:desc_pool_state (Results 1 – 1 of 1) sorted by relevance
4705 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallValidateDestroyDescriptorPool() local4708 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() local4720 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()