/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandPool.cpp | 36 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create() 110 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
|
H A D | GrVkInterface.cpp | 118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 123 // DestroyCommandPool destroys a VkCommandPool. 124 void DestroyCommandPool(VkCommandPool commandPool) const;
|
H A D | Device.cpp | 396 void Device::DestroyCommandPool(VkCommandPool commandPool) const in DestroyCommandPool() function in Device
|
H A D | ComputeTests.cpp | 303 device->DestroyCommandPool(commandPool); in test()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 75 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyCommandPool) \
|
H A D | vulkan.c | 1314 vk->DestroyCommandPool(s->hwctx->act_dev, e->pool, s->hwctx->alloc); in free_exec_ctx()
|
H A D | hwcontext_vulkan.c | 1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc); in free_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 205 WSI_CB(DestroyCommandPool);
|
H A D | wsi_common.c | 143 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 D | DeviceVk.cpp | 586 // 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 D | VulkanFunctions.h | 221 PFN_vkDestroyCommandPool DestroyCommandPool = nullptr; member
|
H A D | VulkanFunctions.cpp | 244 GET_DEVICE_PROC(DestroyCommandPool); in LoadDeviceProcs()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 174 VKSCR(DestroyCommandPool)(screen->dev, bs->cmdpool, NULL); in zink_batch_state_destroy()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 374 PFN_vkDestroyCommandPool DestroyCommandPool; member
|
H A D | vk_dispatch_table_helper.h | 108 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 405 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 D | loader_version_tests.cpp | 651 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 D | panvk_vX_cmd_buffer.c | 1267 panvk_per_arch(DestroyCommandPool)(VkDevice _device, in DestroyCommandPool() function
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 108 table->DestroyCommandPool = (PFN_vkDestroyCommandPool)gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1811 device_data->vtable.DestroyCommandPool(device_data->device, data->command_pool, NULL); in shutdown_swapchain_data()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1957 disp->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
|