Home | History | Annotate | Download | only in r200

Lines Matching refs:EyePlane

1192                                                   texUnit->GenS.EyePlane,
1193 texUnit->GenT.EyePlane,
1194 texUnit->GenR.EyePlane,
1195 texUnit->GenQ.EyePlane );
1210 (texUnit->TexGenEnabled & S_BIT) ? texUnit->GenS.EyePlane : I,
1211 (texUnit->TexGenEnabled & T_BIT) ? texUnit->GenT.EyePlane : I + 4,
1212 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.EyePlane : I + 8,
1213 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.EyePlane : I + 12);