Searched refs:r300_fragment_program_compiler (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_fragprog.c | 43 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()
|
D | radeon_compiler.h | 111 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);
|
D | r300_fragprog_emit.c | 48 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()
|
D | r500_fragprog_emit.c | 92 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()
|
D | radeon_pair_translate.c | 149 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()
|
D | radeon_program_tex.c | 35 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()
|
D | r300_fragprog.c | 60 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300FragmentProgramDump()
|
D | r500_fragprog.c | 371 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500FragmentProgramDump()
|
D | radeon_pair_regalloc.c | 755 struct r300_fragment_program_compiler *c = in rc_pair_regalloc() 756 (struct r300_fragment_program_compiler*)cc; in rc_pair_regalloc()
|
D | radeon_pair_schedule.c | 1324 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_schedule()
|
D | radeon_program_alu.c | 1290 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/ |
D | radeon_compiler_regalloc_tests.c | 35 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/ |
D | r300_fs.c | 88 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()
|