Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_command_buffer.cc33 vk.FreeCommandBuffers(device_, pool_, 1, &buffer); in VulkanCommandBuffer()
Dvulkan_proc_table.h95 DEFINE_PROC(FreeCommandBuffers);
Dvulkan_proc_table.cc123 ACQUIRE_PROC(FreeCommandBuffers, handle); in SetupDeviceProcAddresses()
/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.cpp53 GR_VK_CALL(vkGpu->vkInterface(), FreeCommandBuffers(vkGpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h195 WSI_CB(FreeCommandBuffers);
Dwsi_common.c96 WSI_GET_CB(FreeCommandBuffers); in wsi_device_init()
330 wsi->FreeCommandBuffers(chain->device, chain->cmd_pools[i], in wsi_destroy_image()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp181 GET_DEVICE_PROC(FreeCommandBuffers); in LoadDeviceProcs()
DVulkanFunctions.h177 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr; member
/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/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp36 ACQUIRE_VK_PROC(FreeCommandBuffers, device); in VkFenceSync()
/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/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1701 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool->vkCommandPool(), 1, &cmdBuffer)); in createVkImageForBackendSurface()
1710 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool->vkCommandPool(), 1, &cmdBuffer)); in createVkImageForBackendSurface()
1726 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool->vkCommandPool(), 1, &cmdBuffer)); in createVkImageForBackendSurface()
1831 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool->vkCommandPool(), 1, &cmdBuffer)); in createVkImageForBackendSurface()
1843 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool->vkCommandPool(), 1, &cmdBuffer)); in createVkImageForBackendSurface()
DGrVkInterface.cpp121 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp57 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c1088 panvk_per_arch(FreeCommandBuffers)(_device, pAllocateInfo->commandPool, i, in panvk_per_arch()
1097 panvk_per_arch(FreeCommandBuffers)(VkDevice device, in panvk_per_arch() argument
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2411 device_data->vtable.FreeCommandBuffers(device, commandPool, in overlay_FreeCommandBuffers()
2603 ADD_HOOK(FreeCommandBuffers),