/third_party/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 36 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create() 110 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 89 DestroyCommandPool(gpu->device(), fCommandPool, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 124 void DestroyCommandPool(VkCommandPool commandPool) const;
|
D | Device.cpp | 396 void Device::DestroyCommandPool(VkCommandPool commandPool) const in DestroyCommandPool() function in Device
|
D | ComputeTests.cpp | 303 device->DestroyCommandPool(commandPool); in test()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 80 DEFINE_PROC(DestroyCommandPool);
|
D | vulkan_proc_table.cc | 117 ACQUIRE_PROC(DestroyCommandPool, handle); in SetupDeviceProcAddresses()
|
D | vulkan_device.cc | 136 vk.DestroyCommandPool(device_, pool, nullptr); in VulkanDevice()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 190 WSI_CB(DestroyCommandPool);
|
D | wsi_common.c | 91 WSI_GET_CB(DestroyCommandPool); in wsi_device_init() 314 chain->wsi->DestroyCommandPool(chain->device, chain->cmd_pools[i], in wsi_swapchain_finish()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 162 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 158 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
|
D | DeviceVk.cpp | 500 fn.DestroyCommandPool(mVkDevice, commands->pool, nullptr); in FreeCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 590 fn.DestroyCommandPool(mVkDevice, commands.pool, nullptr); in PrepareRecordingContext() 931 fn.DestroyCommandPool(mVkDevice, mRecordingContext.commandPool, nullptr); in DestroyImpl() 955 fn.DestroyCommandPool(mVkDevice, commands.pool, nullptr); in DestroyImpl()
|
D | VulkanFunctions.cpp | 244 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 221 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 34 ACQUIRE_VK_PROC(DestroyCommandPool, device); in VkFenceSync()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 174 VKSCR(DestroyCommandPool)(screen->dev, bs->cmdpool, NULL); in zink_batch_state_destroy()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 1150 panvk_per_arch(DestroyCommandPool)(VkDevice _device, in panvk_per_arch() argument
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1811 device_data->vtable.DestroyCommandPool(device_data->device, data->command_pool, NULL); in shutdown_swapchain_data()
|