Home
last modified time | relevance | path

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

/third_party/flutter/skia/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()
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
DDevice.cpp294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool() function in Device
DComputeTests.cpp306 device->DestroyDescriptorPool(descriptorPool); in test()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c628 VKSCR(DestroyDescriptorPool)(screen->dev, pool->pool, NULL); in zink_batch_descriptor_deinit_lazy()
632 VKSCR(DestroyDescriptorPool)(screen->dev, bdd->push_pool[0]->pool, NULL); in zink_batch_descriptor_deinit_lazy()
634 VKSCR(DestroyDescriptorPool)(screen->dev, bdd->push_pool[1]->pool, NULL); in zink_batch_descriptor_deinit_lazy()
642 VKSCR(DestroyDescriptorPool)(screen->dev, pool->pool, NULL); in pool_destroy()
753 VKSCR(DestroyDescriptorPool)(screen->dev, ctx->dd->dummy_pool, NULL); in zink_descriptors_deinit_lazy()
Dzink_descriptors.c268 VKSCR(DestroyDescriptorPool)(screen->dev, pool->descpool, NULL); in descriptor_pool_free()
1854 VKSCR(DestroyDescriptorPool)(screen->dev, ctx->dd->bindless_pool, NULL); in zink_descriptors_deinit_bindless()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp170 device->fn.DestroyDescriptorPool(device->GetVkDevice(), descriptorPool, nullptr); in AllocateDescriptorPool()
DFencedDeleter.cpp168 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
DVulkanFunctions.cpp245 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
DVulkanFunctions.h222 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp163 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
DVulkanFunctions.cpp163 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
DVulkanFunctions.h159 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1816 device_data->vtable.DestroyDescriptorPool(device_data->device, in shutdown_swapchain_data()