Searched refs:FreeCommandBuffers (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 71 FreeCommandBuffers(fGpu->device(), fCommandPool, 1, &vkBuffer)); in recycleSecondaryCommandBuffer()
|
D | GrVkInterface.cpp | 121 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 57 GR_VK_CALL(vkGpu->vkInterface(), FreeCommandBuffers(vkGpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 211 WSI_CB(FreeCommandBuffers);
|
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/ |
D | DeviceVk.cpp | 588 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()
|
D | VulkanFunctions.cpp | 263 GET_DEVICE_PROC(FreeCommandBuffers); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 240 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
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/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 1205 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/ |
D | vk_layer_dispatch_table.h | 367 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
D | vk_loader_extensions.c | 417 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()
|
D | vk_dispatch_table_helper.h | 503 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers) gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2411 device_data->vtable.FreeCommandBuffers(device, commandPool, in overlay_FreeCommandBuffers() 2643 ADD_HOOK(FreeCommandBuffers),
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1855 disp->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 524 dev->vk.dispatch_table.FreeCommandBuffers(device, pAllocateInfo->commandPool, in dzn_AllocateCommandBuffers()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 3218 - radv: remove unnecessary check in FreeCommandBuffers()
|