Searched refs:list_replace (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/libdrm/dist/
H A Dutil_double_list.h69 static inline void list_replace(struct list_head *from, struct list_head *to) function in typeref:typename:void
94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_list.h170 static inline void list_replace(struct list *old, function in typeref:typename:void
371 static inline void list_replace(struct list *old, function in typeref:typename:void
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_list.h170 static inline void list_replace(struct list *old, function in typeref:typename:void
383 static inline void list_replace(struct list *old, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_sweep.c141 list_replace(&nir->gc_list, &instr_gc_list);
H A Dnir_opt_uniform_atomics.c248 list_replace(&intrin->dest.ssa.uses, &old_result.uses);
249 list_replace(&intrin->dest.ssa.if_uses, &old_result.if_uses);
H A Dnir.c2167 list_replace(&old_def->uses, &old_uses);
2169 list_replace(&old_def->if_uses, &old_if_uses);
2197 list_replace(&old_uses, &old_def->uses);
2198 list_replace(&old_if_uses, &old_def->if_uses);
H A Dnir_clone.c805 list_replace(&src->gc_list, &dst->gc_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dphysical_regalloc.c82 list_replace(&comp->reg_list, &reg_list);
H A Dreduce_scheduler.c162 list_replace(&block->node_list, &node_list);
H A Dscheduler.c692 list_replace(&reg->defs_list, &tmp_list);
707 list_replace(&reg->uses_list, &tmp_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c162 list_replace(&block->instr_list, &instr_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c162 list_replace(&block->instr_list, &instr_list);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dlist.h77 static inline void list_replace(struct list_head *from, struct list_head *to) function in typeref:typename:void
159 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c133 list_replace(&block->instr_list, &instr_list);
395 list_replace(&block->instr_list, &instr_list);
803 list_replace(&block->instr_list, &instr_list);
H A Dir3_postsched.c640 list_replace(&block->instr_list, &ctx->unscheduled_list);
H A Dir3_sched.c1136 list_replace(&block->instr_list, &ctx->unscheduled_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dreduce_scheduler.c169 list_replace(&block->node_list, &node_list);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c110 list_replace(&block->instr_list, &instr_list);
H A Dir3_sched.c629 list_replace(&block->instr_list, &unscheduled_list);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_memory.c277 list_replace(&old_hdr->head, &new_hdr->head);
H A Dlist.h82 static inline void list_replace(struct list_head *from, struct list_head *to) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_ringbuffer_sp.c432 list_replace(submit_list, &msm_submit->submit_list);
494 list_replace(&dev->deferred_submits, &submit_list);
525 list_replace(&dev->deferred_submits, &submit_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c362 list_replace(&cache->size_list[i], &new_list[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c354 list_replace(&cache->size_list[i], &new_list[i]);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c321 list_replace(&swtch->cases, &cases);

Completed in 31 milliseconds

12