Searched refs:use_source (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 178 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function 308 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired() 309 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired() 310 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired() 312 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired() 313 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired() 314 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
|
H A D | r300_fragprog_emit.c | 69 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function 153 unsigned int src = use_source(code, inst->RGB.Src[j]); in emit_alu() 161 src = use_source(code, inst->Alpha.Src[j]); in emit_alu()
|
/aosp_15_r20/build/soong/genrule/ |
H A D | genrule_test.go | 743 use_source { 747 use_source { 751 use_source {
|