Searched refs:r300_fragment_program_compiler (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.h | 107 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);
|
D | r300_fragprog_emit.c | 50 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()
|
D | r3xx_fragprog.c | 41 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()
|
D | r500_fragprog_emit.c | 94 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()
|
D | radeon_pair_translate.c | 151 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()
|
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 | 370 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500FragmentProgramDump()
|
D | radeon_pair_regalloc.c | 753 struct r300_fragment_program_compiler *c = in rc_pair_regalloc() 754 (struct r300_fragment_program_compiler*)cc; in rc_pair_regalloc()
|
D | radeon_pair_schedule.c | 1320 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_schedule()
|
D | radeon_program_alu.c | 1192 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/ |
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()
|
/third_party/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() 114 struct r300_fragment_program_compiler * c, in allocate_hardware_inputs() 416 struct r300_fragment_program_compiler compiler; in r300_translate_fragment_shader()
|