Home
last modified time | relevance | path

Searched refs:r300_fragment_program_compiler (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h93 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);
Dr3xx_fragprog.c25 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()
Dr300_fragprog_emit.c27 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()
Dradeon_pair_translate.c59 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()
Dr500_fragprog_emit.c68 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()
Dradeon_program_tex.c14 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()
Dr300_fragprog.c41 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r300FragmentProgramDump()
Dradeon_pair_regalloc.c354 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_pair_regalloc()
Dr500_fragprog.c338 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler *)c; in r500FragmentProgramDump()
Dradeon_program_alu.c401 struct r300_fragment_program_compiler *fragc = (struct r300_fragment_program_compiler *)c; in rc_force_output_alpha_to_one()
Dradeon_pair_schedule.c1305 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler *)cc; in rc_pair_schedule()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c82 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()