Lines Matching refs:Combine
149 if (texUnit->Combine.ModeRGB == mode)
152 texUnit->Combine.ModeRGB = mode;
156 if (texUnit->Combine.ModeA == mode)
159 texUnit->Combine.ModeA = mode;
254 texUnit->Combine.SourceA[term] = param;
256 texUnit->Combine.SourceRGB[term] = param;
325 texUnit->Combine.OperandA[term] = param;
327 texUnit->Combine.OperandRGB[term] = param;
357 if (texUnit->Combine.ScaleShiftRGB == shift)
360 texUnit->Combine.ScaleShiftRGB = shift;
363 if (texUnit->Combine.ScaleShiftA == shift)
366 texUnit->Combine.ScaleShiftA = shift;
625 return texUnit->Combine.ModeRGB;
627 return texUnit->Combine.ModeA;
632 return texUnit->Combine.SourceRGB[rgb_idx];
636 return texUnit->Combine.SourceRGB[3];
646 return texUnit->Combine.SourceA[alpha_idx];
650 return texUnit->Combine.SourceA[3];
660 return texUnit->Combine.OperandRGB[op_rgb];
664 return texUnit->Combine.OperandRGB[3];
674 return texUnit->Combine.OperandA[op_alpha];
678 return texUnit->Combine.OperandA[3];
685 return 1 << texUnit->Combine.ScaleShiftRGB;
687 return 1 << texUnit->Combine.ScaleShiftA;