Searched refs:DestroyDescriptorPool (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 99 GET_DEV_PROC(DestroyDescriptorPool); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 98 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 145 table->DestroyDescriptorPool = in loader_init_device_dispatch_table() 419 return (void *)table->DestroyDescriptorPool; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1579 disp->DestroyDescriptorPool(device, descriptorPool, pAllocator);
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 384 vk::DestroyDescriptorPool(dev_, desc_pool_, nullptr); in destroy_frame_data()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 3466 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()
|
D | parameter_validation.cpp | 3469 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()
|
D | core_validation.cpp | 6088 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/ |
D | wrap_objects.cpp | 592 device_dispatch_table(device)->DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
|