Home
last modified time | relevance | path

Searched refs:vEye (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c284 * \param vEye eye-space vertex coordinate
290 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], in compute_texgen() argument
298 COPY_3V(u, vEye); in compute_texgen()
316 texcoord[0] = DOT4(vEye, texUnit->EyePlane[GEN_S]); in compute_texgen()
339 texcoord[1] = DOT4(vEye, texUnit->EyePlane[GEN_T]); in compute_texgen()
362 texcoord[2] = DOT4(vEye, texUnit->EyePlane[GEN_R]); in compute_texgen()
382 texcoord[3] = DOT4(vEye, texUnit->EyePlane[GEN_Q]); in compute_texgen()

Completed in 2 milliseconds