Home
last modified time | relevance | path

Searched refs:ResetFences (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_backbuffer.cc111 bool VulkanBackbuffer::ResetFences() { in ResetFences() function in vulkan::VulkanBackbuffer
118 return VK_CALL_LOG_ERROR(vk.ResetFences( in ResetFences()
Dvulkan_backbuffer.h33 bool ResetFences();
Dvulkan_proc_table.h106 DEFINE_PROC(ResetFences);
Dvulkan_proc_table.cc130 ACQUIRE_PROC(ResetFences, handle); in SetupDeviceProcAddresses()
Dvulkan_swapchain.cc349 if (!backbuffer->ResetFences()) { in AcquireSurface()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h204 WSI_CB(ResetFences);
Dwsi_common.c106 WSI_GET_CB(ResetFences); in wsi_device_init()
695 wsi->ResetFences(device, 1, &swapchain->fences[image_index]); in wsi_common_queue_present()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp205 GET_DEVICE_PROC(ResetFences); in LoadDeviceProcs()
DVulkanFunctions.h201 PFN_vkResetFences ResetFences = nullptr; member
DDeviceVk.cpp442 if (fn.ResetFences(mVkDevice, 1, &fence) != VK_SUCCESS) { in CheckPassedFences()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp287 GET_DEVICE_PROC(ResetFences); in LoadDeviceProcs()
DVulkanFunctions.h264 PFN_vkResetFences ResetFences = nullptr; member
DDeviceVk.cpp522 DAWN_TRY(CheckVkSuccess(fn.ResetFences(mVkDevice, 1, &*fence), "vkResetFences")); in GetUnusedFence()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc481 VK_CALL_LOG_ERROR(vulkan_provider_.vk().ResetFences( in Reset()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp584 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp535 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c367 VKSCR(ResetFences)(screen->dev, 1, &bs->fence.fence); in submit_queue()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp523 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in get_overlay_draw()
1902 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in overlay_QueuePresentKHR()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3008 - radv: fix incorrect ResetFences path for WSI fence