Searched refs:vk_sync_wait_many (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_binary.c | 106 VkResult result = vk_sync_wait_many(device, wait_count, timeline_waits, in vk_sync_binary_wait_many()
|
H A D | vk_sync.h | 97 /** 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 D | vk_fence.c | 279 VkResult result = vk_sync_wait_many(device, fenceCount, waits, in vk_common_WaitForFences()
|
H A D | vk_queue.c | 482 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 D | vk_semaphore.c | 325 VkResult result = vk_sync_wait_many(device, wait_count, waits, in vk_common_WaitSemaphores()
|
H A D | vk_sync.c | 328 vk_sync_wait_many(struct vk_device *device, in vk_sync_wait_many() function
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 98 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 D | lvp_device.c | 1442 VkResult result = vk_sync_wait_many(&queue->device->vk, in lvp_queue_submit()
|
Completed in 10 milliseconds