Home
last modified time | relevance | path

Searched refs:DestroyCommandPool (Results 1 – 22 of 22) 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/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/ffmpeg/libavutil/
Dvulkan_functions.h75 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyCommandPool) \
Dvulkan.c1314 vk->DestroyCommandPool(s->hwctx->act_dev, e->pool, s->hwctx->alloc); in free_exec_ctx()
Dhwcontext_vulkan.c1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc); in free_exec_ctx()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h205 WSI_CB(DestroyCommandPool);
Dwsi_common.c143 WSI_GET_CB(DestroyCommandPool); in wsi_device_init()
404 chain->wsi->DestroyCommandPool(chain->device, chain->cmd_pools[i], in wsi_swapchain_finish()
/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/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp658 auto DestroyCommandPool = in TEST() local
670 DestroyCommandPool(device, command_pool, nullptr); in TEST()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h364 PFN_vkDestroyCommandPool DestroyCommandPool; member
Dvk_loader_extensions.c414 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(dev, "vkDestroyCommandPool"); in loader_init_device_dispatch_table()
1473 if (!strcmp(name, "DestroyCommandPool")) return (void *)table->DestroyCommandPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h500 table->DestroyCommandPool = (PFN_vkDestroyCommandPool) gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
/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.c1267 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()
/third_party/vulkan-loader/loader/
Dtrampoline.c1808 disp->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()