Home | History | Annotate | Download | only in r200

Lines Matching refs:ObjectPlane

1164                                                   texUnit->GenS.ObjectPlane,
1165 texUnit->GenT.ObjectPlane,
1166 texUnit->GenR.ObjectPlane,
1167 texUnit->GenQ.ObjectPlane );
1183 (texUnit->TexGenEnabled & S_BIT) ? texUnit->GenS.ObjectPlane : I,
1184 (texUnit->TexGenEnabled & T_BIT) ? texUnit->GenT.ObjectPlane : I + 4,
1185 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.ObjectPlane : I + 8,
1186 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.ObjectPlane : I + 12);