/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_backbuffer.cc | 106 return VK_CALL_LOG_ERROR(vk.WaitForFences( in WaitFences()
|
D | vulkan_proc_table.h | 107 DEFINE_PROC(WaitForFences);
|
D | vulkan_proc_table.cc | 131 ACQUIRE_PROC(WaitForFences, handle); in SetupDeviceProcAddresses()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 206 WSI_CB(WaitForFences);
|
D | wsi_common.c | 108 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()
|
D | wsi_common_x11.c | 1334 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_fence.c | 134 ret = VKSCR(WaitForFences)(screen->dev, 1, &fence->fence, VK_TRUE, timeout_ns); in zink_vkfence_wait()
|
D | zink_screen.c | 1661 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/ |
D | VulkanFunctions.cpp | 209 GET_DEVICE_PROC(WaitForFences); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 205 PFN_vkWaitForFences WaitForFences = nullptr; member
|
D | DeviceVk.cpp | 91 result = fn.WaitForFences(mVkDevice, 1, &fence, true, UINT64_MAX); in ~Device()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 41 ACQUIRE_VK_PROC(WaitForFences, device); in VkFenceSync()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 291 GET_DEVICE_PROC(WaitForFences); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 268 PFN_vkWaitForFences WaitForFences = nullptr; member
|
D | DeviceVk.cpp | 881 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/ |
D | SurfaceSemaphoreTest.cpp | 323 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 313 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/ |
D | vulkan_surface.cc | 476 VK_CALL_LOG_ERROR(vulkan_provider_.vk().WaitForFences( in Reset()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.7.rst | 93 - radv: Implement WaitForFences with !waitAll.
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 579 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in submitToQueue()
|
D | GrVkGpu.cpp | 1824 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/ |
D | GrVkInterface.cpp | 71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 644 GR_VK_CALL_ERRCHECK(gpu, WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in forceSync()
|
D | GrVkGpu.cpp | 2581 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
|