Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c184 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) in rc_insert_instruction() function
197 rc_insert_instruction(after, inst); in rc_insert_new_instruction()
Dradeon_program.h205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
Dradeon_emulate_loops.c82 rc_insert_instruction(append_to, new); in unroll_loop()
481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
Dradeon_pair_schedule.c461 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex()
1125 rc_insert_instruction(before->Prev, max_inst->Instruction); in emit_instruction()