Searched refs:rc_insert_instruction (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program.c | 184 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()
|
D | radeon_program.h | 205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
|
D | radeon_emulate_loops.c | 81 rc_insert_instruction(append_to, new); in unroll_loop() 468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
|
D | radeon_pair_schedule.c | 461 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex() 1125 rc_insert_instruction(before->Prev, max_inst->Instruction); in emit_instruction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | radeon_program.c | 184 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()
|
D | radeon_program.h | 205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
|
D | radeon_emulate_loops.c | 81 rc_insert_instruction(append_to, new); in unroll_loop() 468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
|
D | radeon_pair_schedule.c | 461 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex() 1125 rc_insert_instruction(before->Prev, max_inst->Instruction); in emit_instruction()
|