/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/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/ffmpeg/libavutil/ |
D | vulkan_functions.h | 75 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyCommandPool) \
|
D | vulkan.c | 1314 vk->DestroyCommandPool(s->hwctx->act_dev, e->pool, s->hwctx->alloc); in free_exec_ctx()
|
D | hwcontext_vulkan.c | 1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc); in free_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 205 WSI_CB(DestroyCommandPool);
|
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/ |
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/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
|
/third_party/vulkan-loader/tests/ |
D | loader_version_tests.cpp | 658 auto DestroyCommandPool = in TEST() local 670 DestroyCommandPool(device, command_pool, nullptr); in TEST()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 364 PFN_vkDestroyCommandPool DestroyCommandPool; member
|
D | vk_loader_extensions.c | 414 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()
|
D | vk_dispatch_table_helper.h | 500 table->DestroyCommandPool = (PFN_vkDestroyCommandPool) gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
|
/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 | 1267 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()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1808 disp->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
|