Searched refs:vk_sync_wait (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.h | 132 struct vk_sync_wait; 235 const struct vk_sync_wait *waits, 317 struct vk_sync_wait { struct 359 VkResult MUST_CHECK vk_sync_wait(struct vk_device *device, 367 const struct vk_sync_wait *waits,
|
D | vk_sync_binary.c | 90 const struct vk_sync_wait *waits, in vk_sync_binary_wait_many() 94 STACK_ARRAY(struct vk_sync_wait, timeline_waits, wait_count); in vk_sync_binary_wait_many() 99 timeline_waits[i] = (struct vk_sync_wait) { in vk_sync_binary_wait_many()
|
D | vk_queue.h | 41 struct vk_sync_wait; 229 struct vk_sync_wait *waits;
|
D | vk_sync.c | 229 struct vk_sync_wait wait = { in __vk_sync_wait() 240 vk_sync_wait(struct vk_device *device, in vk_sync_wait() function 262 const struct vk_sync_wait *waits, in can_wait_many() 284 const struct vk_sync_wait *waits, in __vk_sync_wait_many() 330 const struct vk_sync_wait *waits, in vk_sync_wait_many()
|
D | vk_sync_dummy.c | 42 const struct vk_sync_wait *waits, in vk_sync_dummy_wait_many()
|
D | vk_fence.c | 239 VkResult result = vk_sync_wait(device, vk_fence_get_active_sync(fence), in vk_common_GetFenceStatus() 268 STACK_ARRAY(struct vk_sync_wait, waits, fenceCount); in vk_common_WaitForFences() 272 waits[i] = (struct vk_sync_wait) { in vk_common_WaitForFences() 445 result = vk_sync_wait(device, sync, 0, in vk_common_GetFenceFdKHR()
|
D | vk_queue.c | 156 VK_MULTIALLOC_DECL(&ma, struct vk_sync_wait, waits, wait_count); in vk_queue_submit_alloc() 418 result = vk_sync_wait(queue->base.device, in vk_queue_flush() 686 submit->waits[i] = (struct vk_sync_wait) { in vk_queue_submit() 959 result = vk_sync_wait(queue->base.device, in vk_queue_submit() 1040 STACK_ARRAY(struct vk_sync_wait, waits, wait_count); in vk_queue_wait_before_present() 1055 waits[i] = (struct vk_sync_wait) { in vk_queue_wait_before_present() 1325 result = vk_sync_wait(queue->base.device, sync, 0, in vk_common_QueueWaitIdle()
|
D | vk_semaphore.c | 344 STACK_ARRAY(struct vk_sync_wait, waits, pWaitInfo->semaphoreCount); in vk_common_WaitSemaphores() 350 waits[i] = (struct vk_sync_wait) { in vk_common_WaitSemaphores() 677 result = vk_sync_wait(device, sync, 0, in vk_common_GetSemaphoreFdKHR()
|
D | vk_drm_syncobj.c | 172 const struct vk_sync_wait *waits, in spin_wait_for_sync_file() 210 const struct vk_sync_wait *waits, in vk_drm_syncobj_wait_many()
|
D | vk_sync_timeline.c | 274 VkResult result = vk_sync_wait(device, &point->sync, 0, in vk_sync_timeline_gc_locked() 485 result = vk_sync_wait(device, &point->sync, 0, in vk_sync_timeline_wait_locked()
|