Lines Matching refs:sync
37 struct vk_sync_type sync;
56 struct vk_sync sync;
75 * and then anv_bo_timeline_sync_type.sync can be used as a sync type to
79 struct vk_sync sync;
92 struct vk_sync *sync,
121 vk_sync_as_timeline(struct vk_sync *sync)
123 if (!vk_sync_type_is_vk_sync_timeline(sync->type))
126 return container_of(sync, struct vk_sync_timeline, sync);