Searched refs:use_source (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r500_fragprog_emit.c | 200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function 328 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired() 329 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired() 330 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired() 332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired() 333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired() 334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
|
D | r300_fragprog_emit.c | 89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function 169 unsigned int src = use_source(code, inst->RGB.Src[j]); in emit_alu() 177 src = use_source(code, inst->Alpha.Src[j]); in emit_alu()
|