Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp50 DispatchDestroyDescriptorPool(dev_data_->device, pool.first, NULL); in ~GpuDescriptorSetManager()
122 DispatchDestroyDescriptorPool(dev_data_->device, desc_pool, NULL); in PutBackDescriptorSet()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.h366 void DispatchDestroyDescriptorPool(
Dlayer_chassis_dispatch.cpp462 void DispatchDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAlloca… in DispatchDestroyDescriptorPool() function
Dchassis.cpp2446 DispatchDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()