Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue.h2398 rogue_regarray *new_regarray) in rogue_dst_regarray_replace() argument
2429 if (ref->regarray == new_regarray) in rogue_dst_regarray_replace()
2433 *ref = rogue_ref_regarray(new_regarray); in rogue_dst_regarray_replace()
2434 rogue_link_instr_write_regarray(instr, write, new_regarray, dst_index); in rogue_dst_regarray_replace()
2440 rogue_regarray *new_regarray) in rogue_src_regarray_replace() argument
2467 if (ref->regarray == new_regarray) in rogue_src_regarray_replace()
2471 *ref = rogue_ref_regarray(new_regarray); in rogue_src_regarray_replace()
2472 rogue_link_instr_use_regarray(instr, use, new_regarray, src_index); in rogue_src_regarray_replace()
2479 rogue_regarray *new_regarray) in rogue_regarray_replace() argument
2484 assert(!new_regarray->parent); in rogue_regarray_replace()
[all …]
/aosp_15_r20/external/mesa3d/src/imagination/rogue/passes/
H A Drogue_regalloc.c242 rogue_regarray *new_regarray = rogue_regarray_cached(shader, in rogue_regalloc() local
246 progress |= rogue_regarray_replace(shader, regarray, new_regarray); in rogue_regalloc()