Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h223 PFN_vkWaitSemaphores WaitSemaphores; member
Dapi_gen.cpp350 INIT_PROC(false, dev, WaitSemaphores); in InitDispatchTable()
582 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t …
950 { "vkWaitSemaphores", reinterpret_cast<PFN_vkVoidFunction>(WaitSemaphores) }, in GetInstanceProcAddr()
1678 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t … in WaitSemaphores() function
1679 return GetData(device).dispatch.WaitSemaphores(device, pWaitInfo, timeout); in WaitSemaphores()
2807 return vulkan::api::WaitSemaphores(device, pWaitInfo, timeout); in vkWaitSemaphores()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp291 …aphores", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitSemaphores>(WaitSemaphores))},
Dnull_driver_gen.h221 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t …
Dnull_driver.cpp1620 VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in WaitSemaphores() function