Home
last modified time | relevance | path

Searched refs:rc_opcode (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h243 } 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()
Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
Dradeon_compiler_util.c614 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()
Dradeon_compiler_util.h107 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
Dr300_fragprog_swizzle.c109 static int r300_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r300_swizzle_is_native()
Dr300_fragprog_emit.c105 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()
Dradeon_pair_regalloc.c282 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()
Dr500_fragprog_emit.c92 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()
Dradeon_program_alu.c44 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()
Dr500_fragprog.c183 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r500_swizzle_is_native()
Dradeon_variable.c197 rc_opcode op = rc_get_flow_control_inst(inst); in rc_variable_compute_live_intervals()
Dradeon_program_print.c259 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth) in update_branch_depth()
Dradeon_dataflow.c709 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write()
Dr3xx_vertprog.c786 static int swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in swizzle_is_native()