Searched refs:new_regarray (Results 1 – 2 of 2) sorted by relevance
2398 rogue_regarray *new_regarray) in rogue_dst_regarray_replace() argument2429 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() argument2467 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() argument2484 assert(!new_regarray->parent); in rogue_regarray_replace()[all …]
242 rogue_regarray *new_regarray = rogue_regarray_cached(shader, in rogue_regalloc() local246 progress |= rogue_regarray_replace(shader, regarray, new_regarray); in rogue_regalloc()