Home
last modified time | relevance | path

Searched refs:vk_sync_wait_many (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_binary.c106 VkResult result = vk_sync_wait_many(device, wait_count, timeline_waits, in vk_sync_binary_wait_many()
H A Dvk_sync.h97 /** Set if a sync type supports vk_sync_wait() and vk_sync_wait_many() */
111 * vk_sync_wait_many() will support the bit regardless. If the sync type
148 * that vk_sync_wait_many() will return immediately after the first
342 VkResult MUST_CHECK vk_sync_wait_many(struct vk_device *device,
H A Dvk_fence.c279 VkResult result = vk_sync_wait_many(device, fenceCount, waits, in vk_common_WaitForFences()
H A Dvk_queue.c482 result = vk_sync_wait_many(queue->base.device, in vk_queue_submit_thread_func()
828 result = vk_sync_wait_many(queue->base.device, in vk_queue_submit()
1050 VkResult result = vk_sync_wait_many(queue->base.device, wait_count, waits, in vk_queue_wait_before_present()
H A Dvk_semaphore.c325 VkResult result = vk_sync_wait_many(device, wait_count, waits, in vk_common_WaitSemaphores()
H A Dvk_sync.c328 vk_sync_wait_many(struct vk_device *device, in vk_sync_wait_many() function
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c98 VkResult result = vk_sync_wait_many(&queue->device->vk, in queue_wait_idle()
156 VkResult result = vk_sync_wait_many(&job->device->vk, wait_count, waits, in handle_reset_query_cpu_job()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1442 VkResult result = vk_sync_wait_many(&queue->device->vk, in lvp_queue_submit()

Completed in 10 milliseconds