Searched refs:pWaitInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 221 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t …
|
D | null_driver.cpp | 1619 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 … 1678 VKAPI_ATTR VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t … in WaitSemaphores() argument 1679 return GetData(device).dispatch.WaitSemaphores(device, pWaitInfo, timeout); in WaitSemaphores() 2806 VKAPI_ATTR VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_… in vkWaitSemaphores() argument 2807 return vulkan::api::WaitSemaphores(device, pWaitInfo, timeout); in vkWaitSemaphores()
|