Home
last modified time | relevance | path

Searched refs:FreeCommandBuffers (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp71 FreeCommandBuffers(fGpu->device(), fCommandPool, 1, &vkBuffer)); in recycleSecondaryCommandBuffer()
DGrVkInterface.cpp121 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp57 GR_VK_CALL(vkGpu->vkInterface(), FreeCommandBuffers(vkGpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h211 WSI_CB(FreeCommandBuffers);
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/
DDeviceVk.cpp588 fn.FreeCommandBuffers(mVkDevice, commands.pool, 1, in PrepareRecordingContext()
929 fn.FreeCommandBuffers(mVkDevice, mRecordingContext.commandPool, 1, in DestroyImpl()
954 fn.FreeCommandBuffers(mVkDevice, commands.pool, 1, &commands.commandBuffer); in DestroyImpl()
DVulkanFunctions.cpp263 GET_DEVICE_PROC(FreeCommandBuffers); in LoadDeviceProcs()
DVulkanFunctions.h240 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr; member
/third_party/mesa3d/src/gallium/drivers/zink/
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/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c1205 panvk_per_arch(FreeCommandBuffers)(_device, pAllocateInfo->commandPool, i, in panvk_per_arch()
1214 panvk_per_arch(FreeCommandBuffers)(VkDevice device, in panvk_per_arch() argument
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h367 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
Dvk_loader_extensions.c417 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(dev, "vkFreeCommandBuffers"); in loader_init_device_dispatch_table()
1476 if (!strcmp(name, "FreeCommandBuffers")) return (void *)table->FreeCommandBuffers; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h503 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers) gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2411 device_data->vtable.FreeCommandBuffers(device, commandPool, in overlay_FreeCommandBuffers()
2643 ADD_HOOK(FreeCommandBuffers),
/third_party/vulkan-loader/loader/
Dtrampoline.c1855 disp->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c524 dev->vk.dispatch_table.FreeCommandBuffers(device, pAllocateInfo->commandPool, in dzn_AllocateCommandBuffers()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst3218 - radv: remove unnecessary check in FreeCommandBuffers()