Searched refs:vk_sync_wait_many (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync_binary.c | 106 VkResult result = vk_sync_wait_many(device, wait_count, timeline_waits, in vk_sync_binary_wait_many()
|
D | vk_sync.h | 365 VkResult MUST_CHECK vk_sync_wait_many(struct vk_device *device,
|
D | vk_fence.c | 282 VkResult result = vk_sync_wait_many(device, fenceCount, waits, in vk_common_WaitForFences()
|
D | vk_queue.c | 483 result = vk_sync_wait_many(queue->base.device, in vk_queue_submit_thread_func() 839 result = vk_sync_wait_many(queue->base.device, in vk_queue_submit() 1061 VkResult result = vk_sync_wait_many(queue->base.device, wait_count, waits, in vk_queue_wait_before_present()
|
D | vk_sync.c | 328 vk_sync_wait_many(struct vk_device *device, in vk_sync_wait_many() function
|
D | vk_semaphore.c | 361 VkResult result = vk_sync_wait_many(device, wait_count, waits, in vk_common_WaitSemaphores()
|