Home
last modified time | relevance | path

Searched refs:WaitSemaphores (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dvulkan_functions.h97 MACRO(1, 1, FF_VK_EXT_NO_FLAG, WaitSemaphores) \
Dhwcontext_vulkan.c2597 vk->WaitSemaphores(hwctx->act_dev, &wait_info, UINT64_MAX); in vulkan_unmap_from_drm()
3326 vk->WaitSemaphores(hwctx->act_dev, &wait_info, UINT64_MAX); in vulkan_map_to_drm()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h443 PFN_vkWaitSemaphores WaitSemaphores; member
Dvk_loader_extensions.c493 table->WaitSemaphores = (PFN_vkWaitSemaphores)gpa(dev, "vkWaitSemaphores"); in loader_init_device_dispatch_table()
1552 if (!strcmp(name, "WaitSemaphores")) return (void *)table->WaitSemaphores; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h575 table->WaitSemaphores = (PFN_vkWaitSemaphores) gpa(device, "vkWaitSemaphores"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1799 VkResult ret = VKSCR(WaitSemaphores)(screen->dev, &wi, timeout); in zink_screen_timeline_wait()
/third_party/vulkan-loader/loader/
Dtrampoline.c2969 return disp->WaitSemaphores(device, pWaitInfo, timeout); in vkWaitSemaphores()