/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.h | 36 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 …]
|
D | vk_semaphore.h | 33 struct vk_sync; 50 struct vk_sync *temporary; 58 alignas(8) struct vk_sync permanent; 67 static inline struct vk_sync *
|
D | vk_sync.c | 82 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 …]
|
D | vk_sync_binary.h | 49 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()
|
D | vk_fence.h | 33 struct vk_sync; 46 struct vk_sync *temporary; 54 alignas(8) struct vk_sync permanent; 72 static inline struct vk_sync *
|
D | vk_drm_syncobj.h | 35 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()
|
D | vk_drm_syncobj.c | 38 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 …]
|
D | vk_sync_timeline.h | 56 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()
|
D | vk_sync_dummy.c | 28 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),
|
D | vk_sync_binary.c | 29 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()
|
D | vk_queue.h | 40 struct vk_sync; 240 struct vk_sync **_wait_temps; 241 struct vk_sync *_mem_signal_temp;
|
D | vk_sync_timeline.c | 36 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()
|
D | vk_semaphore.c | 322 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()
|
D | vk_device.h | 41 struct vk_sync; 189 struct vk_sync **sync_out);
|
D | vk_fence.c | 363 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()
|
D | vk_queue.c | 170 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()
|
D | meson.build | 88 'vk_sync.c', 89 'vk_sync.h',
|
D | Android.bp | 260 "vk_sync.c",
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_display.h | 30 struct vk_sync; 38 struct vk_sync **sync, 47 struct vk_sync **sync,
|
D | wsi_common_drm.c | 195 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()
|
D | wsi_common_private.h | 321 struct vk_sync **sync_out);
|
D | wsi_common_display.c | 172 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/ |
D | BUILD.gn | 113 "$runtime/vk_sync.c", 114 "$runtime/vk_sync.h",
|