OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_source
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c
200
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]));
r300_fragprog_emit.c
89
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 71 milliseconds