Home | History | Annotate | Download | only in r200

Lines Matching refs:EyePlane

1287                                                   texUnit->GenS.EyePlane,
1288 texUnit->GenT.EyePlane,
1289 texUnit->GenR.EyePlane,
1290 texUnit->GenQ.EyePlane );
1305 (texUnit->TexGenEnabled & S_BIT) ? texUnit->GenS.EyePlane : I,
1306 (texUnit->TexGenEnabled & T_BIT) ? texUnit->GenT.EyePlane : I + 4,
1307 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.EyePlane : I + 8,
1308 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.EyePlane : I + 12);