Searched refs:rc_opcode (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
H A Dradeon_opcodes.h243 } rc_opcode; typedef in typeref:enum:__anon28d1b50a0103
247 rc_opcode Opcode;
273 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
H A Dradeon_compiler_util.h107 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
H A Dr300_fragprog_swizzle.c109 static int r300_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
H A Dradeon_compiler_util.c614 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst)
642 rc_opcode op = rc_get_flow_control_inst(inst);
664 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr300_fragprog_emit.c105 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode)
125 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode)
H A Dradeon_pair_regalloc.c282 static unsigned int is_derivative(rc_opcode op)
547 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr500_fragprog.c183 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
H A Dradeon_variable.c197 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr500_fragprog_emit.c92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
H A Dradeon_program_alu.c44 rc_opcode Opcode, struct rc_sub_instruction * base,
61 rc_opcode Opcode, struct rc_sub_instruction * base,
80 rc_opcode Opcode, struct rc_sub_instruction * base,
H A Dradeon_program_print.c259 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth)
H A Dradeon_dataflow.c709 rc_opcode opcode = rc_get_flow_control_inst(tmp);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
H A Dradeon_opcodes.h243 } rc_opcode; typedef in typeref:enum:__anon497cc89d0103
247 rc_opcode Opcode;
273 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
H A Dradeon_compiler_util.h107 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
H A Dr300_fragprog_swizzle.c109 static int r300_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
H A Dradeon_compiler_util.c614 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst)
642 rc_opcode op = rc_get_flow_control_inst(inst);
664 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr300_fragprog_emit.c107 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode)
127 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode)
H A Dradeon_pair_regalloc.c282 static unsigned int is_derivative(rc_opcode op)
547 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr500_fragprog.c184 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
H A Dradeon_variable.c197 rc_opcode op = rc_get_flow_control_inst(inst);
H A Dr500_fragprog_emit.c94 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
116 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
H A Dradeon_program_alu.c44 rc_opcode Opcode, struct rc_sub_instruction * base,
61 rc_opcode Opcode, struct rc_sub_instruction * base,
80 rc_opcode Opcode, struct rc_sub_instruction * base,
H A Dradeon_program_print.c259 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth)

Completed in 21 milliseconds

12