Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp99 GET_DEV_PROC(DestroyDescriptorPool); in GrVkCreateInterface()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h98 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h145 table->DestroyDescriptorPool = in loader_init_device_dispatch_table()
419 return (void *)table->DestroyDescriptorPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1579 disp->DestroyDescriptorPool(device, descriptorPool, pAllocator);
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp384 vk::DestroyDescriptorPool(dev_, desc_pool_, nullptr); in destroy_frame_data()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp3466 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in DestroyDescriptorPool() function
3493 …get_dispatch_table(ot_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAl… in DestroyDescriptorPool()
3884 return (PFN_vkVoidFunction)DestroyDescriptorPool; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3469 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in DestroyDescriptorPool() function
3478 …get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAl… in DestroyDescriptorPool()
5349 {"vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorPool)}, in intercept_core_device_command()
Dcore_validation.cpp6088 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in DestroyDescriptorPool() function
6096 dev_data->dispatch_table.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
11956 {"vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorPool)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp592 device_dispatch_table(device)->DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()