Searched refs:new_relocs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c127 struct drm_i915_gem_relocation_entry *new_relocs = local in function:anv_reloc_list_grow
130 if (new_relocs == NULL)
137 vk_free(alloc, new_relocs);
141 memcpy(new_relocs, list->relocs, list->num_relocs * sizeof(*list->relocs));
149 list->relocs = new_relocs;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = local in function:anv_reloc_list_grow
132 if (new_relocs == NULL)
134 list->relocs = new_relocs;

Completed in 7 milliseconds