Home
last modified time | relevance | path

Searched refs:WaitForFences (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_backbuffer.cc106 return VK_CALL_LOG_ERROR(vk.WaitForFences( in WaitFences()
Dvulkan_proc_table.h107 DEFINE_PROC(WaitForFences);
Dvulkan_proc_table.cc131 ACQUIRE_PROC(WaitForFences, handle); in SetupDeviceProcAddresses()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h206 WSI_CB(WaitForFences);
Dwsi_common.c108 WSI_GET_CB(WaitForFences); in wsi_device_init()
689 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
754 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
Dwsi_common_x11.c1334 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c134 ret = VKSCR(WaitForFences)(screen->dev, 1, &fence->fence, VK_TRUE, timeout_ns); in zink_vkfence_wait()
Dzink_screen.c1661 ret = VKSCR(WaitForFences)(screen->dev, 1, &n.fence, VK_TRUE, remaining); in zink_screen_batch_id_wait()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp209 GET_DEVICE_PROC(WaitForFences); in LoadDeviceProcs()
DVulkanFunctions.h205 PFN_vkWaitForFences WaitForFences = nullptr; member
DDeviceVk.cpp91 result = fn.WaitForFences(mVkDevice, 1, &fence, true, UINT64_MAX); in ~Device()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp41 ACQUIRE_VK_PROC(WaitForFences, device); in VkFenceSync()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp291 GET_DEVICE_PROC(WaitForFences); in LoadDeviceProcs()
DVulkanFunctions.h268 PFN_vkWaitForFences WaitForFences = nullptr; member
DDeviceVk.cpp881 fn.WaitForFences(mVkDevice, 1, &*fence, true, UINT64_MAX)); in WaitForIdleForDestruction()
886 INJECT_ERROR_OR_RUN(fn.WaitForFences(mVkDevice, 1, &*fence, true, UINT64_MAX), in WaitForIdleForDestruction()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp323 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp313 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc476 VK_CALL_LOG_ERROR(vulkan_provider_.vk().WaitForFences( in Reset()
/third_party/mesa3d/docs/relnotes/
D17.3.7.rst93 - radv: Implement WaitForFences with !waitAll.
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp579 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in submitToQueue()
DGrVkGpu.cpp1824 err = VK_CALL(WaitForFences(this->device(), 1, &fence, VK_TRUE, UINT64_MAX)); in createVkImageForBackendSurface()
2563 VkResult result = VK_CALL(WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, timeout)); in waitFence()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp644 GR_VK_CALL_ERRCHECK(gpu, WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in forceSync()
DGrVkGpu.cpp2581 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()

12