Searched refs:pWaitInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 219 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t …
|
D | null_driver.cpp | 1597 VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in WaitSemaphores() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 582 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t … 1677 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t … in WaitSemaphores() argument 1678 return GetData(device).dispatch.WaitSemaphores(device, pWaitInfo, timeout); in WaitSemaphores() 2805 VKAPI_ATTR VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_… in vkWaitSemaphores() argument 2806 return vulkan::api::WaitSemaphores(device, pWaitInfo, timeout); in vkWaitSemaphores()
|