Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_fragprog.c43 struct r300_fragment_program_compiler * c = userdata; in dataflow_outputs_mark_use()
53 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_rewrite_depth_out()
81 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c) in r3xx_compile_fragment_program()
Dradeon_compiler.h111 struct r300_fragment_program_compiler { struct
123 struct r300_fragment_program_compiler * c, argument
128 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c);
Dr300_fragprog_emit.c48 struct r300_fragment_program_compiler * compiler;
57 struct r300_fragment_program_compiler *c = emit->compiler; \
105 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcod… in translate_rgb_opcode()
125 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opc… in translate_alpha_opcode()
307 struct r300_fragment_program_compiler * c = emit->compiler; in finish_node()
479 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300BuildFragmentProgramHwCode()
Dr500_fragprog_emit.c92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op()
114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op()
181 static uint32_t translate_alu_result_op(struct r300_fragment_program_compiler * c, rc_compare_func … in translate_alu_result_op()
223 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop()
235 static void emit_paired(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *inst) in emit_paired()
371 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in emit_tex()
625 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500BuildFragmentProgramHwCode()
Dradeon_pair_translate.c149 static void set_pair_instruction(struct r300_fragment_program_compiler *c, in set_pair_instruction()
328 static void check_opcode_support(struct r300_fragment_program_compiler *c, in check_opcode_support()
356 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.c371 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500FragmentProgramDump()
Dradeon_pair_regalloc.c755 struct r300_fragment_program_compiler *c = in rc_pair_regalloc()
756 (struct r300_fragment_program_compiler*)cc; in rc_pair_regalloc()
Dradeon_pair_schedule.c1324 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_schedule()
Dradeon_program_alu.c1290 struct r300_fragment_program_compiler *fragc = (struct r300_fragment_program_compiler*)c; in rc_force_output_alpha_to_one()
/external/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()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c88 static void find_output_registers(struct r300_fragment_program_compiler * compiler, in find_output_registers()
115 struct r300_fragment_program_compiler * c, in allocate_hardware_inputs()
419 struct r300_fragment_program_compiler compiler; in r300_translate_fragment_shader()