Home | History | Annotate | Download | only in main

Lines Matching refs:Combine

156       if (texUnit->Combine.ModeRGB == mode)
159 texUnit->Combine.ModeRGB = mode;
163 if (texUnit->Combine.ModeA == mode)
166 texUnit->Combine.ModeA = mode;
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term] = param;
341 texUnit->Combine.OperandA[term] = param;
343 texUnit->Combine.OperandRGB[term] = param;
371 if (texUnit->Combine.ScaleShiftRGB == shift)
374 texUnit->Combine.ScaleShiftRGB = shift;
377 if (texUnit->Combine.ScaleShiftA == shift)
380 texUnit->Combine.ScaleShiftA = shift;
581 return texUnit->Combine.ModeRGB;
583 return texUnit->Combine.ModeA;
588 return texUnit->Combine.SourceRGB[rgb_idx];
592 return texUnit->Combine.SourceRGB[3];
602 return texUnit->Combine.SourceA[alpha_idx];
606 return texUnit->Combine.SourceA[3];
616 return texUnit->Combine.OperandRGB[op_rgb];
620 return texUnit->Combine.OperandRGB[3];
630 return texUnit->Combine.OperandA[op_alpha];
634 return texUnit->Combine.OperandA[3];
641 return 1 << texUnit->Combine.ScaleShiftRGB;
643 return 1 << texUnit->Combine.ScaleShiftA;