Lines Matching defs:syncobjs
1196 struct drm_i915_gem_exec_fence * syncobjs;
1229 vk_free(exec->alloc, exec->syncobjs);
1599 if (exec->syncobjs)
1600 typed_memcpy(new_syncobjs, exec->syncobjs, exec->syncobj_count);
1602 exec->syncobjs = new_syncobjs;
1629 exec->syncobjs[exec->syncobj_count] = (struct drm_i915_gem_exec_fence) {
2014 .cliprects_ptr = (uintptr_t)execbuf->syncobjs,
2209 execbuf.timeline_fences.handles_ptr = (uintptr_t)execbuf.syncobjs;
2214 } else if (execbuf.syncobjs) {
2217 execbuf.execbuf.cliprects_ptr = (uintptr_t)execbuf.syncobjs;