Home
last modified time | relevance | path

Searched refs:FreeCommandBuffers (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkCommandPool.cpp71 FreeCommandBuffers(fGpu->device(), fCommandPool, 1, &vkBuffer)); in recycleSecondaryCommandBuffer()
H A DGrVkInterface.cpp121 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
H A DGrVkCommandBuffer.cpp57 GR_VK_CALL(vkGpu->vkInterface(), FreeCommandBuffers(vkGpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h81 MACRO(1, 1, FF_VK_EXT_NO_FLAG, FreeCommandBuffers) \
H A Dvulkan.c1312 vk->FreeCommandBuffers(s->hwctx->act_dev, e->pool, e->qf->nb_queues, e->bufs); in free_exec_ctx()
H A Dhwcontext_vulkan.c1142 vk->FreeCommandBuffers(hwctx->act_dev, cmd->pool, cmd->nb_queues, cmd->bufs); in free_exec_ctx()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h211 WSI_CB(FreeCommandBuffers);
H A Dwsi_common.c149 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 DDeviceVk.cpp586 // 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 DVulkanFunctions.h240 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr; member
H A DVulkanFunctions.cpp263 GET_DEVICE_PROC(FreeCommandBuffers); in LoadDeviceProcs()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c170 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 Dvk_layer_dispatch_table.h377 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
H A Dvk_dispatch_table_helper.h111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c408 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 Dpanvk_vX_cmd_buffer.c1205 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 Doverlay.cpp2411 device_data->vtable.FreeCommandBuffers(device, commandPool, in overlay_FreeCommandBuffers()
2643 ADD_HOOK(FreeCommandBuffers),
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c524 dev->vk.dispatch_table.FreeCommandBuffers(device, pAllocateInfo->commandPool, in dzn_AllocateCommandBuffers()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2004 disp->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()

Completed in 78 milliseconds