Lines Matching refs:sync
40 struct vk_sync *sync,
43 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk);
46 assert(!(sync->flags & VK_SYNC_IS_SHAREABLE));
59 struct vk_sync *sync)
61 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk);
68 struct vk_sync *sync,
71 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk);
73 if (!(sync->flags & VK_SYNC_IS_TIMELINE))
84 struct vk_sync *sync,
87 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk);
95 struct vk_sync *sync)
97 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk);
152 struct dzn_sync *sync = container_of(waits[i].sync, struct dzn_sync, vk);
154 fences[i] = sync->fence;
155 values[i] = (sync->vk.flags & VK_SYNC_IS_TIMELINE) ? waits[i].wait_value : 1;