Home
last modified time | relevance | path

Searched refs:vk_sync_wait_many (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync_binary.c106 VkResult result = vk_sync_wait_many(device, wait_count, timeline_waits, in vk_sync_binary_wait_many()
Dvk_sync.h365 VkResult MUST_CHECK vk_sync_wait_many(struct vk_device *device,
Dvk_fence.c282 VkResult result = vk_sync_wait_many(device, fenceCount, waits, in vk_common_WaitForFences()
Dvk_queue.c483 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()
Dvk_sync.c328 vk_sync_wait_many(struct vk_device *device, in vk_sync_wait_many() function
Dvk_semaphore.c361 VkResult result = vk_sync_wait_many(device, wait_count, waits, in vk_common_WaitSemaphores()