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

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
H A Dradeon_opcodes.h239 } rc_opcode; typedef in typeref:enum:__anon12133
243 rc_opcode Opcode;
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
H A Dradeon_compiler_util.h80 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
H A Dr300_fragprog_swizzle.c107 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.c231 static unsigned int is_derivative(rc_opcode op)
602 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.c196 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 Dr3xx_vertprog.c778 static int swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
H A Dradeon_dataflow.c709 rc_opcode opcode = rc_get_flow_control_inst(tmp);

Completed in 108 milliseconds