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.cpp4710 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallValidateDestroyDescriptorPool() local
4714 if (desc_pool_state) { in PreCallValidateDestroyDescriptorPool()
4715 …skip |= ValidateObjectNotInUse(device_data, desc_pool_state, obj_struct, "vkDestroyDescriptorPool", in PreCallValidateDestroyDescriptorPool()
4725 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallRecordDestroyDescriptorPool() local
4727 if (desc_pool_state) { in PreCallRecordDestroyDescriptorPool()
4729 InvalidateCommandBuffers(device_data, desc_pool_state->cb_bindings, obj_struct); in PreCallRecordDestroyDescriptorPool()
4731 for (auto ds : desc_pool_state->sets) { in PreCallRecordDestroyDescriptorPool()
4735 delete desc_pool_state; in PreCallRecordDestroyDescriptorPool()