Searched defs:needalpha (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 88 int * needrgb, int * needalpha, int * istranscendent) 91 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0; 97 *needalpha = 1; 119 *needalpha = 1; 122 *needalpha = 1; 153 int needrgb, needalpha, istranscendent; local 159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); 169 if (needalpha) { 247 if (needalpha) { 306 if (needalpha) { 87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 88 int * needrgb, int * needalpha, int * istranscendent) 91 *needalpha = (inst->DstReg.WriteMask & RC_MASK_W) ? 1 : 0; 97 *needalpha = 1; 119 *needalpha = 1; 122 *needalpha = 1; 153 int needrgb, needalpha, istranscendent; local 159 classify_instruction(inst, &needrgb, &needalpha, &istranscendent); 169 if (needalpha) { 247 if (needalpha) { 306 if (needalpha) { 87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument [all...] |
Completed in 107 milliseconds