Searched refs:r300_fragment_program_compiler (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_emit.c | 28 struct r300_fragment_program_compiler * compiler; 37 struct r300_fragment_program_compiler *c = emit->compiler; \ 85 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcod… in translate_rgb_opcode() 105 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opc… in translate_alpha_opcode() 291 struct r300_fragment_program_compiler * c = emit->compiler; in finish_node() 463 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300BuildFragmentProgramHwCode()
|
H A D | r500_fragprog_emit.c | 70 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op() 92 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op() 159 static uint32_t translate_alu_result_op(struct r300_fragment_program_compiler * c, rc_compare_func … in translate_alu_result_op() 201 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop() 213 static void emit_paired(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *inst) in emit_paired() 351 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in emit_tex() 606 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500BuildFragmentProgramHwCode()
|
H A D | radeon_compiler.h | 91 struct r300_fragment_program_compiler { struct 103 struct r300_fragment_program_compiler * c, argument 108 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c);
|
H A D | r3xx_fragprog.c | 25 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_rewrite_depth_out() 95 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c) in r3xx_compile_fragment_program()
|
H A D | radeon_pair_translate.c | 129 static void set_pair_instruction(struct r300_fragment_program_compiler *c, in set_pair_instruction() 324 static void check_opcode_support(struct r300_fragment_program_compiler *c, in check_opcode_support() 352 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_translate()
|
H A D | radeon_program_tex.c | 13 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler, in shadow_fail_value() 24 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler, in shadow_pass_value() 35 static void scale_texcoords(struct r300_fragment_program_compiler *compiler, in scale_texcoords() 59 static void projective_divide(struct r300_fragment_program_compiler *compiler, in projective_divide() 105 struct r300_fragment_program_compiler *compiler = in radeonTransformTEX() 106 (struct r300_fragment_program_compiler*)data; in radeonTransformTEX()
|
H A D | r300_fragprog.c | 38 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r300FragmentProgramDump()
|
H A D | radeon_pair_regalloc.c | 372 struct r300_fragment_program_compiler *c = in rc_pair_regalloc() 373 (struct r300_fragment_program_compiler*)cc; in rc_pair_regalloc()
|
H A D | r500_fragprog.c | 347 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; in r500FragmentProgramDump()
|
H A D | radeon_program_alu.c | 418 struct r300_fragment_program_compiler *fragc = (struct r300_fragment_program_compiler*)c; in rc_force_output_alpha_to_one()
|
H A D | radeon_pair_schedule.c | 1317 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_pair_schedule()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.c | 82 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() 418 struct r300_fragment_program_compiler compiler; in r300_translate_fragment_shader()
|