Home
last modified time | relevance | path

Searched refs:ResetCommandPool (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandPool.cpp66 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
DGrVkInterface.cpp119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp86 ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
DGrVkInterface.cpp119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp202 GET_DEVICE_PROC(ResetCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h198 PFN_vkResetCommandPool ResetCommandPool = nullptr; member
DDeviceVk.cpp490 if (fn.ResetCommandPool(mVkDevice, commands.pool, 0) != VK_SUCCESS) { in RecycleCompletedCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp284 GET_DEVICE_PROC(ResetCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h261 PFN_vkResetCommandPool ResetCommandPool = nullptr; member
DDeviceVk.cpp576 DAWN_TRY_WITH_CLEANUP(CheckVkSuccess(fn.ResetCommandPool(mVkDevice, commands.pool, 0), in PrepareRecordingContext()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c33 if (VKSCR(ResetCommandPool)(screen->dev, bs->cmdpool, 0) != VK_SUCCESS) in zink_reset_batch_state()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c1172 panvk_per_arch(ResetCommandPool)(VkDevice device, in panvk_per_arch() argument