Home
last modified time | relevance | path

Searched refs:vk_sync_wait (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.h132 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,
Dvk_sync_binary.c90 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()
Dvk_queue.h41 struct vk_sync_wait;
229 struct vk_sync_wait *waits;
Dvk_sync.c229 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()
Dvk_sync_dummy.c42 const struct vk_sync_wait *waits, in vk_sync_dummy_wait_many()
Dvk_fence.c239 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()
Dvk_queue.c156 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()
Dvk_semaphore.c344 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()
Dvk_drm_syncobj.c172 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()
Dvk_sync_timeline.c274 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()