Searched refs:rc_insert_instruction (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
H A Dradeon_program.c184 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) function
197 rc_insert_instruction(after, inst);
H A Dradeon_emulate_loops.c81 rc_insert_instruction(append_to, new);
468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf);
H A Dradeon_pair_schedule.c461 rc_insert_instruction(before->Prev, readytex->Instruction);
1125 rc_insert_instruction(before->Prev, max_inst->Instruction);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
H A Dradeon_program.c184 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) function
197 rc_insert_instruction(after, inst);
H A Dradeon_emulate_loops.c81 rc_insert_instruction(append_to, new);
468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf);
H A Dradeon_pair_schedule.c461 rc_insert_instruction(before->Prev, readytex->Instruction);
1125 rc_insert_instruction(before->Prev, max_inst->Instruction);

Completed in 2067 milliseconds