Home
last modified time | relevance | path

Searched refs:DestroyCommandPool (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp36 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create()
110 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandPool.cpp89 DestroyCommandPool(gpu->device(), fCommandPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp124 void DestroyCommandPool(VkCommandPool commandPool) const;
DDevice.cpp396 void Device::DestroyCommandPool(VkCommandPool commandPool) const in DestroyCommandPool() function in Device
DComputeTests.cpp303 device->DestroyCommandPool(commandPool); in test()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h80 DEFINE_PROC(DestroyCommandPool);
Dvulkan_proc_table.cc117 ACQUIRE_PROC(DestroyCommandPool, handle); in SetupDeviceProcAddresses()
Dvulkan_device.cc136 vk.DestroyCommandPool(device_, pool, nullptr); in VulkanDevice()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h190 WSI_CB(DestroyCommandPool);
Dwsi_common.c91 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/
DVulkanFunctions.cpp162 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h158 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
DDeviceVk.cpp500 fn.DestroyCommandPool(mVkDevice, commands->pool, nullptr); in FreeCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp590 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()
DVulkanFunctions.cpp244 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h221 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp34 ACQUIRE_VK_PROC(DestroyCommandPool, device); in VkFenceSync()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c174 VKSCR(DestroyCommandPool)(screen->dev, bs->cmdpool, NULL); in zink_batch_state_destroy()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c1150 panvk_per_arch(DestroyCommandPool)(VkDevice _device, in panvk_per_arch() argument
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1811 device_data->vtable.DestroyCommandPool(device_data->device, data->command_pool, NULL); in shutdown_swapchain_data()