/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandPool.cpp | 71 FreeCommandBuffers(fGpu->device(), fCommandPool, 1, &vkBuffer)); in recycleSecondaryCommandBuffer()
|
H A D | GrVkInterface.cpp | 121 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
H A D | GrVkCommandBuffer.cpp | 57 GR_VK_CALL(vkGpu->vkInterface(), FreeCommandBuffers(vkGpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 81 MACRO(1, 1, FF_VK_EXT_NO_FLAG, FreeCommandBuffers) \
|
H A D | vulkan.c | 1312 vk->FreeCommandBuffers(s->hwctx->act_dev, e->pool, e->qf->nb_queues, e->bufs); in free_exec_ctx()
|
H A D | hwcontext_vulkan.c | 1142 vk->FreeCommandBuffers(hwctx->act_dev, cmd->pool, cmd->nb_queues, cmd->bufs); in free_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 211 WSI_CB(FreeCommandBuffers);
|
H A D | wsi_common.c | 149 WSI_GET_CB(FreeCommandBuffers); in wsi_device_init() 586 wsi->FreeCommandBuffers(chain->device, chain->cmd_pools[i], in wsi_destroy_image()
|
/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() 588 fn.FreeCommandBuffers(mVkDevice, commands.pool, 1, in PrepareRecordingContext() 927 // So we call FreeCommandBuffers before DestroyCommandPool to be safe. in DestroyImpl() 929 fn.FreeCommandBuffers(mVkDevice, mRecordingContext.commandPool, 1, in DestroyImpl() 952 // So we call FreeCommandBuffers before DestroyCommandPool to be safe. in DestroyImpl() 954 fn.FreeCommandBuffers(mVkDevice, commands.pool, 1, &commands.commandBuffer); in DestroyImpl()
|
H A D | VulkanFunctions.h | 240 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr; member
|
H A D | VulkanFunctions.cpp | 263 GET_DEVICE_PROC(FreeCommandBuffers); in LoadDeviceProcs()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 170 VKSCR(FreeCommandBuffers)(screen->dev, bs->cmdpool, 1, &bs->cmdbuf); in zink_batch_state_destroy() 172 VKSCR(FreeCommandBuffers)(screen->dev, bs->cmdpool, 1, &bs->barrier_cmdbuf); in zink_batch_state_destroy()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 377 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
H A D | vk_dispatch_table_helper.h | 111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 408 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(dev, "vkFreeCommandBuffers"); in loader_init_device_dispatch_table() 1850 if (!strcmp(name, "FreeCommandBuffers")) { in loader_lookup_device_dispatch_table() 1852 return (void *)table->FreeCommandBuffers; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cmd_buffer.c | 1205 panvk_per_arch(FreeCommandBuffers)(_device, pAllocateInfo->commandPool, i, in AllocateCommandBuffers() 1214 panvk_per_arch(FreeCommandBuffers)(VkDevice device, in FreeCommandBuffers() function
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2411 device_data->vtable.FreeCommandBuffers(device, commandPool, in overlay_FreeCommandBuffers() 2643 ADD_HOOK(FreeCommandBuffers),
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 524 dev->vk.dispatch_table.FreeCommandBuffers(device, pAllocateInfo->commandPool, in dzn_AllocateCommandBuffers()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 2004 disp->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
|