Home
last modified time | relevance | path

Searched refs:use_source (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c175 use_source(struct r500_fragment_program_code *code, struct rc_pair_instruction_source src) in use_source() function
307 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
308 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
309 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
311 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
312 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
313 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
Dr300_fragprog_emit.c72 use_source(struct r300_fragment_program_code *code, struct rc_pair_instruction_source src) in use_source() function
156 unsigned int src = use_source(code, inst->RGB.Src[j]); in emit_alu()
164 src = use_source(code, inst->Alpha.Src[j]); in emit_alu()