Home
last modified time | relevance | path

Searched refs:DestroyDescriptorPool (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp52 GR_VK_CALL(fGpu->vkInterface(), DestroyDescriptorPool(fGpu->device(), fDescPool, nullptr)); in freeGPUData()
H A DGrVkInterface.cpp107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp90 // DestroyDescriptorPool destroys the VkDescriptorPool.
91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
H A DDevice.cpp294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool() function in Device
H A DComputeTests.cpp306 device->DestroyDescriptorPool(descriptorPool); in test()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c675 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 Dzink_descriptors.c276 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 Dvulkan_functions.h141 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyDescriptorPool) \
H A Dvulkan.c1354 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 DDescriptorSetAllocator.cpp170 device->fn.DestroyDescriptorPool(device->GetVkDevice(), descriptorPool, nullptr); in AllocateDescriptorPool()
H A DFencedDeleter.cpp168 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
H A DVulkanFunctions.h222 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
H A DVulkanFunctions.cpp245 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h363 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
H A Dvk_dispatch_table_helper.h97 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)gpa(device, "vkDestroyDescriptorPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c394 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 Dvk_dispatch_table_helper.h97 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)gpa(device, "vkDestroyDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1816 device_data->vtable.DestroyDescriptorPool(device_data->device, in shutdown_swapchain_data()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1818 disp->DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()

Completed in 51 milliseconds