Lines Matching refs:sync
32 * A sync consists of a uint64_t counter. The counter can be updated by CPU
88 * Submit cs to the virtual sync queue identified by sync_queue_index. The
91 * VkQueue, the virtual sync queue is signaled.
97 * When sync_queue_cpu is true, it specifies the special CPU sync queue,
104 /* syncs to update when the virtual sync queue is signaled */
206 struct vn_renderer_sync *sync);
209 struct vn_renderer_sync *sync,
214 struct vn_renderer_sync *sync,
219 struct vn_renderer_sync *sync,
224 struct vn_renderer_sync *sync,
424 struct vn_renderer_sync *sync)
426 renderer->sync_ops.destroy(renderer, sync);
431 struct vn_renderer_sync *sync,
434 return renderer->sync_ops.export_syncobj(renderer, sync, sync_file);
439 struct vn_renderer_sync *sync,
442 return renderer->sync_ops.reset(renderer, sync, initial_val);
447 struct vn_renderer_sync *sync,
450 return renderer->sync_ops.read(renderer, sync, val);
455 struct vn_renderer_sync *sync,
458 return renderer->sync_ops.write(renderer, sync, val);