Searched refs:rc_opcode (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_opcodes.h | 243 } rc_opcode; typedef 247 rc_opcode Opcode; 273 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode) in rc_get_opcode_info()
|
D | radeon_swizzle.h | 48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
|
D | radeon_compiler_util.c | 614 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst) in rc_get_flow_control_inst() 642 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_endloop() 664 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_bgnloop()
|
D | radeon_compiler_util.h | 107 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
|
D | r300_fragprog_swizzle.c | 109 static int r300_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r300_swizzle_is_native()
|
D | r300_fragprog_emit.c | 105 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcod… in translate_rgb_opcode() 125 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opc… in translate_alpha_opcode()
|
D | radeon_pair_regalloc.c | 282 static unsigned int is_derivative(rc_opcode op) in is_derivative() 547 rc_opcode op = rc_get_flow_control_inst(inst); in do_advanced_regalloc()
|
D | r500_fragprog_emit.c | 92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op() 114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op()
|
D | radeon_program_alu.c | 44 rc_opcode Opcode, struct rc_sub_instruction * base, in emit1() 61 rc_opcode Opcode, struct rc_sub_instruction * base, in emit2() 80 rc_opcode Opcode, struct rc_sub_instruction * base, in emit3()
|
D | r500_fragprog.c | 183 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r500_swizzle_is_native()
|
D | radeon_variable.c | 197 rc_opcode op = rc_get_flow_control_inst(inst); in rc_variable_compute_live_intervals()
|
D | radeon_program_print.c | 259 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth) in update_branch_depth()
|
D | radeon_dataflow.c | 709 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write()
|
D | r3xx_vertprog.c | 786 static int swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in swizzle_is_native()
|