Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkCommandPool.cpp36 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create()
110 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
H A DGrVkInterface.cpp118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp123 // DestroyCommandPool destroys a VkCommandPool.
124 void DestroyCommandPool(VkCommandPool commandPool) const;
H A DDevice.cpp396 void Device::DestroyCommandPool(VkCommandPool commandPool) const in DestroyCommandPool() function in Device
H A DComputeTests.cpp303 device->DestroyCommandPool(commandPool); in test()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h75 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyCommandPool) \
H A Dvulkan.c1314 vk->DestroyCommandPool(s->hwctx->act_dev, e->pool, s->hwctx->alloc); in free_exec_ctx()
H A Dhwcontext_vulkan.c1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc); in free_exec_ctx()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h205 WSI_CB(DestroyCommandPool);
H A 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/
H A DDeviceVk.cpp586 // FreeCommandBuffers before DestroyCommandPool to be safe. in PrepareRecordingContext()
590 fn.DestroyCommandPool(mVkDevice, commands.pool, nullptr); in PrepareRecordingContext()
927 // So we call FreeCommandBuffers before DestroyCommandPool to be safe. in DestroyImpl()
931 fn.DestroyCommandPool(mVkDevice, mRecordingContext.commandPool, nullptr); in DestroyImpl()
952 // So we call FreeCommandBuffers before DestroyCommandPool to be safe. in DestroyImpl()
955 fn.DestroyCommandPool(mVkDevice, commands.pool, nullptr); in DestroyImpl()
H A DVulkanFunctions.h221 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
H A DVulkanFunctions.cpp244 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c174 VKSCR(DestroyCommandPool)(screen->dev, bs->cmdpool, NULL); in zink_batch_state_destroy()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h374 PFN_vkDestroyCommandPool DestroyCommandPool; member
H A Dvk_dispatch_table_helper.h108 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c405 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(dev, "vkDestroyCommandPool"); in loader_init_device_dispatch_table()
1838 if (!strcmp(name, "DestroyCommandPool")) { in loader_lookup_device_dispatch_table()
1840 return (void *)table->DestroyCommandPool; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/
H A Dloader_version_tests.cpp651 PFN_vkDestroyCommandPool DestroyCommandPool = device.load("vkDestroyCommandPool"); in TEST() local
662 DestroyCommandPool(device, command_pool, nullptr); in TEST()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c1267 panvk_per_arch(DestroyCommandPool)(VkDevice _device, in DestroyCommandPool() function
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h108 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1811 device_data->vtable.DestroyCommandPool(device_data->device, data->command_pool, NULL); in shutdown_swapchain_data()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1957 disp->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()

Completed in 63 milliseconds