Home
last modified time | relevance | path

Searched refs:vk_sync (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.h36 struct vk_sync;
169 struct vk_sync *sync,
177 struct vk_sync *sync);
184 struct vk_sync *sync,
189 struct vk_sync *sync,
194 struct vk_sync *sync);
205 struct vk_sync *dst,
206 struct vk_sync *src);
221 struct vk_sync *sync,
246 struct vk_sync *sync,
[all …]
Dvk_semaphore.h33 struct vk_sync;
50 struct vk_sync *temporary;
58 alignas(8) struct vk_sync permanent;
67 static inline struct vk_sync *
Dvk_sync.c82 struct vk_sync *sync, in vk_sync_init()
104 struct vk_sync *sync) in vk_sync_finish()
114 struct vk_sync **sync_out) in vk_sync_create()
116 struct vk_sync *sync; in vk_sync_create()
136 struct vk_sync *sync) in vk_sync_destroy()
144 struct vk_sync *sync, in vk_sync_signal()
159 struct vk_sync *sync, in vk_sync_get_value()
168 struct vk_sync *sync) in vk_sync_reset()
176 struct vk_sync *dst, in vk_sync_move()
177 struct vk_sync *src) in vk_sync_move()
[all …]
Dvk_sync_binary.h49 struct vk_sync sync;
53 struct vk_sync timeline;
57 struct vk_sync *sync,
67 vk_sync_as_binary(struct vk_sync *sync) in vk_sync_as_binary()
Dvk_fence.h33 struct vk_sync;
46 struct vk_sync *temporary;
54 alignas(8) struct vk_sync permanent;
72 static inline struct vk_sync *
Dvk_drm_syncobj.h35 struct vk_sync base;
40 struct vk_sync *sync);
49 vk_sync_as_drm_syncobj(struct vk_sync *sync) in vk_sync_as_drm_syncobj()
Dvk_drm_syncobj.c38 to_drm_syncobj(struct vk_sync *sync) in to_drm_syncobj()
46 struct vk_sync *sync, in vk_drm_syncobj_init()
77 struct vk_sync *sync) in vk_drm_syncobj_finish()
88 struct vk_sync *sync, in vk_drm_syncobj_signal()
109 struct vk_sync *sync, in vk_drm_syncobj_get_value()
126 struct vk_sync *sync) in vk_drm_syncobj_reset()
141 sync_has_sync_file(struct vk_device *device, struct vk_sync *sync) in sync_has_sync_file()
295 struct vk_sync *sync, in vk_drm_syncobj_import_opaque_fd()
318 struct vk_sync *sync, in vk_drm_syncobj_export_opaque_fd()
335 struct vk_sync *sync, in vk_drm_syncobj_import_sync_file()
[all …]
Dvk_sync_timeline.h56 struct vk_sync sync;
79 struct vk_sync sync;
92 struct vk_sync *sync,
121 vk_sync_as_timeline(struct vk_sync *sync) in vk_sync_as_timeline()
Dvk_sync_dummy.c28 struct vk_sync *sync, in vk_sync_dummy_init()
36 struct vk_sync *sync) in vk_sync_dummy_finish()
50 .size = sizeof(struct vk_sync),
Dvk_sync_binary.c29 to_vk_sync_binary(struct vk_sync *sync) in to_vk_sync_binary()
38 struct vk_sync *sync, in vk_sync_binary_init()
57 struct vk_sync *sync) in vk_sync_binary_finish()
66 struct vk_sync *sync) in vk_sync_binary_reset()
77 struct vk_sync *sync, in vk_sync_binary_signal()
Dvk_queue.h40 struct vk_sync;
240 struct vk_sync **_wait_temps;
241 struct vk_sync *_mem_signal_temp;
Dvk_sync_timeline.c36 to_vk_sync_timeline(struct vk_sync *sync) in to_vk_sync_timeline()
58 struct vk_sync *sync, in vk_sync_timeline_init()
88 struct vk_sync *sync) in vk_sync_timeline_finish()
393 struct vk_sync *sync, in vk_sync_timeline_signal()
407 struct vk_sync *sync, in vk_sync_timeline_get_value()
505 struct vk_sync *sync, in vk_sync_timeline_wait()
Dvk_semaphore.c322 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreCounterValue()
379 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_SignalSemaphore()
436 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreWin32HandleKHR()
508 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreWin32HandleKHR()
551 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreFdKHR()
638 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreFdKHR()
Dvk_device.h41 struct vk_sync;
189 struct vk_sync **sync_out);
Dvk_fence.c363 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportFenceFdKHR()
429 struct vk_sync *sync = vk_fence_get_active_sync(fence); in vk_common_GetFenceFdKHR()
Dvk_queue.c170 VK_MULTIALLOC_DECL(&ma, struct vk_sync *, wait_temps, wait_count); in vk_queue_submit_alloc()
668 struct vk_sync *sync; in vk_queue_submit()
759 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_queue_submit()
802 struct vk_sync *mem_sync; in vk_queue_submit()
1075 struct vk_sync *sync, in vk_queue_signal_sync()
1316 struct vk_sync *sync; in vk_common_QueueWaitIdle()
Dmeson.build88 'vk_sync.c',
89 'vk_sync.h',
DAndroid.bp260 "vk_sync.c",
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.h30 struct vk_sync;
38 struct vk_sync **sync,
47 struct vk_sync **sync,
Dwsi_common_drm.c195 struct vk_sync **sync_out) in wsi_create_sync_for_dma_buf_wait()
210 struct vk_sync *sync = NULL; in wsi_create_sync_for_dma_buf_wait()
Dwsi_common_private.h321 struct vk_sync **sync_out);
Dwsi_common_display.c172 struct vk_sync sync;
1757 struct vk_sync *sync, in wsi_display_sync_init()
1766 struct vk_sync *sync) in wsi_display_sync_finish()
1776 struct vk_sync *sync, in wsi_display_sync_wait()
1802 struct vk_sync **sync_out) in wsi_display_sync_create()
2919 struct vk_sync **sync_out, in wsi_register_device_event()
3001 struct vk_sync **sync_out, in wsi_register_display_event()
/hardware/google/gfxstream/guest/mesa-gn/src/vulkan/runtime/
DBUILD.gn113 "$runtime/vk_sync.c",
114 "$runtime/vk_sync.h",