Searched refs:needalpha (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 90 int * needrgb, int * needalpha, int * istranscendent) in classify_instruction() 93 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0; in classify_instruction() 99 *needalpha = 1; in classify_instruction() 121 *needalpha = 1; in classify_instruction() 124 *needalpha = 1; in classify_instruction() 155 int needrgb, needalpha, istranscendent; in set_pair_instruction() local 161 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); in set_pair_instruction() 171 if (needalpha) { in set_pair_instruction() 249 if (needalpha) { in set_pair_instruction() 308 if (needalpha) { in set_pair_instruction() 89 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) classify_instruction() argument [all...] |
Completed in 1 milliseconds