Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:WaitForFences

219     INIT_PROC(true, dev, WaitForFences);
384 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
787 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) },
919 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) {
920 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout);
1694 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout);