Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h107 struct r300_fragment_program_compiler { struct
119 struct r300_fragment_program_compiler * c, argument
124 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c);
Dr300_fragprog_emit.c50 struct r300_fragment_program_compiler * compiler;
59 struct r300_fragment_program_compiler *c = emit->compiler; \
107 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcod… in translate_rgb_opcode()
127 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opc… in translate_alpha_opcode()
309 struct r300_fragment_program_compiler * c = emit->compiler; in finish_node()
481 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300BuildFragmentProgramHwCode()
Dr3xx_fragprog.c41 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_rewrite_depth_out()
69 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c) in r3xx_compile_fragment_program()
Dr500_fragprog_emit.c94 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op()
116 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op()
183 static uint32_t translate_alu_result_op(struct r300_fragment_program_compiler * c, rc_compare_func … in translate_alu_result_op()
225 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop()
237 static void emit_paired(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *inst) in emit_paired()
373 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in emit_tex()
627 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500BuildFragmentProgramHwCode()
Dradeon_pair_translate.c151 static void set_pair_instruction(struct r300_fragment_program_compiler *c, in set_pair_instruction()
330 static void check_opcode_support(struct r300_fragment_program_compiler *c, in check_opcode_support()
358 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_translate()
Dradeon_program_tex.c35 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler, in shadow_fail_value()
46 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler, in shadow_pass_value()
57 static void scale_texcoords(struct r300_fragment_program_compiler *compiler, in scale_texcoords()
81 static void projective_divide(struct r300_fragment_program_compiler *compiler, in projective_divide()
127 struct r300_fragment_program_compiler *compiler = in radeonTransformTEX()
128 (struct r300_fragment_program_compiler*)data; in radeonTransformTEX()
Dr300_fragprog.c60 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300FragmentProgramDump()
Dr500_fragprog.c370 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500FragmentProgramDump()
Dradeon_pair_regalloc.c753 struct r300_fragment_program_compiler *c = in rc_pair_regalloc()
754 (struct r300_fragment_program_compiler*)cc; in rc_pair_regalloc()
Dradeon_pair_schedule.c1320 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_schedule()
Dradeon_program_alu.c1192 struct r300_fragment_program_compiler *fragc = (struct r300_fragment_program_compiler*)c; in rc_force_output_alpha_to_one()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c35 struct r300_fragment_program_compiler * c, in dummy_allocate_hw_inputs()
84 struct r300_fragment_program_compiler c; in tex_1d_swizzle()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c88 static void find_output_registers(struct r300_fragment_program_compiler * compiler, in find_output_registers()
114 struct r300_fragment_program_compiler * c, in allocate_hardware_inputs()
416 struct r300_fragment_program_compiler compiler; in r300_translate_fragment_shader()