Searched refs:WaitSemaphores (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 223 PFN_vkWaitSemaphores WaitSemaphores; member
|
D | api_gen.cpp | 350 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/ |
D | null_driver_gen.cpp | 291 …aphores", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitSemaphores>(WaitSemaphores))},
|
D | null_driver_gen.h | 221 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t …
|
D | null_driver.cpp | 1620 VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in WaitSemaphores() function
|