/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 90 MACRO(1, 1, FF_VK_EXT_NO_FLAG, WaitForFences) \
|
H A D | vulkan.c | 487 vk->WaitForFences(s->hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in ff_vk_start_exec_recording() 1292 vk->WaitForFences(s->hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in free_exec_ctx()
|
H A D | hwcontext_vulkan.c | 1126 vk->WaitForFences(hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in free_exec_ctx() 1191 vk->WaitForFences(hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in wait_start_exec_ctx() 1273 vk->WaitForFences(hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in submit_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 223 WSI_CB(WaitForFences);
|
H A D | wsi_common.c | 162 WSI_GET_CB(WaitForFences); in wsi_device_init() 1047 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present() 1154 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
|
H A D | wsi_common_x11.c | 1541 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
|
/third_party/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 323 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 268 PFN_vkWaitForFences WaitForFences = nullptr; member
|
H A D | VulkanFunctions.cpp | 291 GET_DEVICE_PROC(WaitForFences); in LoadDeviceProcs()
|
H A 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/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
H A D | GrVkCommandBuffer.cpp | 691 GR_VK_CALL_ERRCHECK(gpu, WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX));
|
H A D | GrVkGpu.cpp | 2833 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 327 PFN_vkWaitForFences WaitForFences; member
|
H A D | vk_dispatch_table_helper.h | 61 table->WaitForFences = (PFN_vkWaitForFences)gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 358 table->WaitForFences = (PFN_vkWaitForFences)gpa(dev, "vkWaitForFences"); in loader_init_device_dispatch_table() 1650 if (!strcmp(name, "WaitForFences")) { in loader_lookup_device_dispatch_table() 1652 return (void *)table->WaitForFences; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 662 error = VKSCR(WaitForFences)(screen->dev, 1, &screen->fence, VK_TRUE, UINT64_MAX); in kopper_present()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 61 table->WaitForFences = (PFN_vkWaitForFences)gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1905 VK_CHECK(device_data->vtable.WaitForFences(device_data->device, in overlay_QueuePresentKHR()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1377 return disp->WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|