Searched refs:ResetCommandPool (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 86 ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
|
D | GrVkInterface.cpp | 119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 284 GET_DEVICE_PROC(ResetCommandPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 261 PFN_vkResetCommandPool ResetCommandPool = nullptr; member
|
D | DeviceVk.cpp | 576 DAWN_TRY_WITH_CLEANUP(CheckVkSuccess(fn.ResetCommandPool(mVkDevice, commands.pool, 0), in PrepareRecordingContext()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 365 PFN_vkResetCommandPool ResetCommandPool; member
|
D | vk_loader_extensions.c | 415 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()
|
D | vk_dispatch_table_helper.h | 501 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 34 VkResult result = VKSCR(ResetCommandPool)(screen->dev, bs->cmdpool, 0); in zink_reset_batch_state()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 1291 panvk_per_arch(ResetCommandPool)(VkDevice device, in panvk_per_arch() argument
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1820 return disp->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|