Searched defs:needrgb (Results 1 - 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 88 int * needrgb, int * needalpha, int * istranscendent) 90 *needrgb = (inst->DstReg.WriteMask & RC_MASK_XYZ) ? 1 : 0; 95 *needrgb = 1; 125 *needrgb = 1; 153 int needrgb, needalpha, istranscendent; local 159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); 161 if (needrgb) { 215 if (needrgb && !istranscendent) { 301 if (needrgb) { 314 if (needrgb) { 87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument [all...] |
Completed in 50 milliseconds