Searched refs:new_syncobjs (Results 1 – 2 of 2) sorted by relevance
191 struct drm_i915_gem_exec_fence *new_syncobjs = in anv_execbuf_add_syncobj() local193 new_len * sizeof(*new_syncobjs), 8, exec->alloc_scope); in anv_execbuf_add_syncobj()194 if (new_syncobjs == NULL) in anv_execbuf_add_syncobj()197 exec->syncobjs = new_syncobjs; in anv_execbuf_add_syncobj()
1581 struct drm_i915_gem_exec_fence *new_syncobjs = in anv_execbuf_add_syncobj() local1582 vk_alloc(exec->alloc, new_len * sizeof(*new_syncobjs), in anv_execbuf_add_syncobj()1584 if (!new_syncobjs) in anv_execbuf_add_syncobj()1588 typed_memcpy(new_syncobjs, exec->syncobjs, exec->syncobj_count); in anv_execbuf_add_syncobj()1590 exec->syncobjs = new_syncobjs; in anv_execbuf_add_syncobj()