Home
last modified time | relevance | path

Searched refs:rc_insert_instruction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c92 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) in rc_insert_instruction() function
105 rc_insert_instruction(after, inst); in rc_insert_new_instruction()
H A Dradeon_program.h183 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
H A Dradeon_pair_schedule.c436 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex()
1118 rc_insert_instruction(before->Prev, max_inst->Instruction); in emit_instruction()