Searched refs:DestroyDescriptorPool (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 52 GR_VK_CALL(fGpu->vkInterface(), DestroyDescriptorPool(fGpu->device(), fDescPool, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 107 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
|
D | Device.cpp | 294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool() function in Device
|
D | ComputeTests.cpp | 306 device->DestroyDescriptorPool(descriptorPool); in test()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors_lazy.c | 628 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()
|
D | zink_descriptors.c | 268 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/ |
D | DescriptorSetAllocator.cpp | 170 device->fn.DestroyDescriptorPool(device->GetVkDevice(), descriptorPool, nullptr); in AllocateDescriptorPool()
|
D | FencedDeleter.cpp | 168 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
|
D | VulkanFunctions.cpp | 245 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 222 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | FencedDeleter.cpp | 163 mDevice->fn.DestroyDescriptorPool(vkDevice, pool, nullptr); in Tick()
|
D | VulkanFunctions.cpp | 163 GET_DEVICE_PROC(DestroyDescriptorPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 159 PFN_vkDestroyDescriptorPool DestroyDescriptorPool = nullptr; member
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1816 device_data->vtable.DestroyDescriptorPool(device_data->device, in shutdown_swapchain_data()
|