Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.cpp50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp52 GR_VK_CALL(fGpu->vkInterface(), DestroyDescriptorPool(fGpu->device(), fDescPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
DDevice.cpp294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool() function in Device
DComputeTests.cpp304 device->DestroyDescriptorPool(descriptorPool); in test()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h297 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
Dvk_dispatch_table_helper.h457 …table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool) gpa(device, "vkDestroyDescriptorPool"… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp464 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyDescriptorPool(device, descript… in DispatchDestroyDescriptorPool()
483 layer_data->device_dispatch_table.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DispatchDestroyDescriptorPool()
Dchassis.cpp2431 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool( in DestroyDescriptorPool() function
9341 {"vkDestroyDescriptorPool", {false, (void*)DestroyDescriptorPool}},
Dchassis.h470 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h708 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
Dvk_enum_to_str.c4731 …table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool) gpa(device, "vkDestroyDescriptorPool"… in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1807 device_data->vtable.DestroyDescriptorPool(device_data->device, in shutdown_swapchain_data()