Searched refs:vEye (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 278 * \param vEye eye-space vertex coordinate 284 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], argument 292 COPY_3V(u, vEye); 310 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane); 333 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane); 356 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane); 376 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 282 * \param vEye eye-space vertex coordinate 288 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], argument 296 COPY_3V(u, vEye); 314 texcoord[0] = DOT4(vEye, texUnit->EyePlane[GEN_S]); 337 texcoord[1] = DOT4(vEye, texUnit->EyePlane[GEN_T]); 360 texcoord[2] = DOT4(vEye, texUnit->EyePlane[GEN_R]); 380 texcoord[3] = DOT4(vEye, texUnit->EyePlane[GEN_Q]);
|
Completed in 3 milliseconds