Home
last modified time | relevance | path

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

/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/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/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h365 PFN_vkResetCommandPool ResetCommandPool; member
Dvk_loader_extensions.c415 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(dev, "vkResetCommandPool"); in loader_init_device_dispatch_table()
1474 if (!strcmp(name, "ResetCommandPool")) return (void *)table->ResetCommandPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h501 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c34 VkResult result = VKSCR(ResetCommandPool)(screen->dev, bs->cmdpool, 0); in zink_reset_batch_state()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c1291 panvk_per_arch(ResetCommandPool)(VkDevice device, in panvk_per_arch() argument
/third_party/vulkan-loader/loader/
Dtrampoline.c1820 return disp->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()