Searched refs:use_source (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src) function
328 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0]));
329 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1]));
330 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2]));
332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0]));
333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1]));
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2]));
H A Dr300_fragprog_emit.c89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src) function
169 unsigned int src = use_source(code, inst->RGB.Src[j]);
177 src = use_source(code, inst->Alpha.Src[j]);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src) function
328 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0]));
329 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1]));
330 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2]));
332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0]));
333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1]));
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2]));
H A Dr300_fragprog_emit.c89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src) function
169 unsigned int src = use_source(code, inst->RGB.Src[j]);
177 src = use_source(code, inst->Alpha.Src[j]);

Completed in 120 milliseconds