Home
last modified time | relevance | path

Searched refs:tu_timeline_sync (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c412 static struct tu_timeline_sync *
416 return container_of(sync, struct tu_timeline_sync, base); in to_tu_timeline_sync()
440 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_init()
462 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_finish()
474 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_reset()
527 struct tu_timeline_sync *submitted_syncs[wait_count]; in tu_timeline_sync_wait()
534 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait()
557 struct tu_timeline_sync *sync = submitted_syncs[i]; in tu_timeline_sync_wait()
578 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait()
608 .size = sizeof(struct tu_timeline_sync),
[all...]
H A Dtu_drm.h31 /* Define tu_timeline_sync type based on drm syncobj for a point type
62 struct tu_timeline_sync { struct

Completed in 2 milliseconds