Home
last modified time | relevance | path

Searched refs:new_syncobjs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/
H A Danv_batch_chain.c191 struct drm_i915_gem_exec_fence *new_syncobjs = in anv_execbuf_add_syncobj() local
193 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()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_batch_chain.c1581 struct drm_i915_gem_exec_fence *new_syncobjs = in anv_execbuf_add_syncobj() local
1582 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()