Searched refs:r300_fragment_program_compiler (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.h | 93 struct r300_fragment_program_compiler { struct 104 void (*AllocateHwInputs)(struct r300_fragment_program_compiler *c, argument 109 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler *c);
|
D | r3xx_fragprog.c | 25 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_rewrite_depth_out() 98 r3xx_compile_fragment_program(struct r300_fragment_program_compiler *c) in r3xx_compile_fragment_program()
|
D | r300_fragprog_emit.c | 27 struct r300_fragment_program_compiler *compiler; 36 struct r300_fragment_program_compiler *c = emit->compiler; \ 88 translate_rgb_opcode(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_opcode() 108 translate_alpha_opcode(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_opcode() 281 struct r300_fragment_program_compiler *c = emit->compiler; in finish_node() 434 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r300BuildFragmentProgramHwCode()
|
D | radeon_pair_translate.c | 59 translate_omod(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in translate_omod() 129 set_pair_instruction(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *pair, in set_pair_instruction() 313 check_opcode_support(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in check_opcode_support() 340 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_pair_translate()
|
D | r500_fragprog_emit.c | 68 translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op() 90 translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op() 154 translate_alu_result_op(struct r300_fragment_program_compiler *c, rc_compare_func func) in translate_alu_result_op() 199 alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop() 212 emit_paired(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *inst) in emit_paired() 352 emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in emit_tex() 580 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r500BuildFragmentProgramHwCode()
|
D | radeon_program_tex.c | 14 shadow_fail_value(struct r300_fragment_program_compiler *compiler, int tmu) in shadow_fail_value() 24 shadow_pass_value(struct r300_fragment_program_compiler *compiler, int tmu) in shadow_pass_value() 34 scale_texcoords(struct r300_fragment_program_compiler *compiler, struct rc_instruction *inst, in scale_texcoords() 57 projective_divide(struct r300_fragment_program_compiler *compiler, struct rc_instruction *inst) in projective_divide() 99 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)data; in radeonTransformTEX()
|
D | r300_fragprog.c | 41 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r300FragmentProgramDump()
|
D | radeon_pair_regalloc.c | 354 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_pair_regalloc()
|
D | r500_fragprog.c | 338 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r500FragmentProgramDump()
|
D | radeon_program_alu.c | 401 struct r300_fragment_program_compiler *fragc = (struct r300_fragment_program_compiler *)c; in rc_force_output_alpha_to_one()
|
D | radeon_pair_schedule.c | 1305 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_pair_schedule()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_fs.c | 82 static void find_output_registers(struct r300_fragment_program_compiler * compiler, in find_output_registers() 108 struct r300_fragment_program_compiler * c, in allocate_hardware_inputs() 421 struct r300_fragment_program_compiler compiler; in r300_translate_fragment_shader()
|