/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.cpp | 52 GR_VK_CALL(fGpu->vkInterface(), DestroyDescriptorPool(fGpu->device(), fDescPool, nullptr)); in freeGPUData()
|
H A D | GrVkInterface.cpp | 107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 90 // DestroyDescriptorPool destroys the VkDescriptorPool. 91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
|
H A D | Device.cpp | 294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool() function in Device
|
H A D | ComputeTests.cpp | 306 device->DestroyDescriptorPool(descriptorPool); in test()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 675 VKSCR(DestroyDescriptorPool)(screen->dev, pool->pool, NULL); in zink_batch_descriptor_deinit_lazy() 679 VKSCR(DestroyDescriptorPool)(screen->dev, bdd->push_pool[0]->pool, NULL); in zink_batch_descriptor_deinit_lazy() 681 VKSCR(DestroyDescriptorPool)(screen->dev, bdd->push_pool[1]->pool, NULL); in zink_batch_descriptor_deinit_lazy() 689 VKSCR(DestroyDescriptorPool)(screen->dev, pool->pool, NULL); in pool_destroy() 793 VKSCR(DestroyDescriptorPool)(screen->dev, ctx->dd->dummy_pool, NULL); in zink_descriptors_deinit_lazy()
|
H A D | zink_descriptors.c | 276 VKSCR(DestroyDescriptorPool)(screen->dev, pool->descpool, NULL); in descriptor_pool_free() 1995 VKSCR(DestroyDescriptorPool)(screen->dev, ctx->dd->bindless_pool, NULL); in zink_descriptors_deinit_bindless()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 141 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyDescriptorPool) \
|
H A D | vulkan.c | 1354 vk->DestroyDescriptorPool(s->hwctx->act_dev, pl->desc_pool, in free_pipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DescriptorSetAllocator.cpp | 170 device->fn.DestroyDescriptorPool(device->GetVkDevice(), descriptorPool, nullptr); in AllocateDescriptorPool()
|
H A D | FencedDeleter.cpp | 168 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
|
H A D | VulkanFunctions.h | 222 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
|
H A D | VulkanFunctions.cpp | 245 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 363 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
|
H A D | vk_dispatch_table_helper.h | 97 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)gpa(device, "vkDestroyDescriptorPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 394 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)gpa(dev, "vkDestroyDescriptorPool"); in loader_init_device_dispatch_table() 1794 if (!strcmp(name, "DestroyDescriptorPool")) { in loader_lookup_device_dispatch_table() 1796 return (void *)table->DestroyDescriptorPool; in loader_lookup_device_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 97 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)gpa(device, "vkDestroyDescriptorPool"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1816 device_data->vtable.DestroyDescriptorPool(device_data->device, in shutdown_swapchain_data()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1818 disp->DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
|