Searched refs:mInv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 291 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; local in function:compute_texgen 300 mInv = 0.5F * (1.0f / sqrtf(m)); 302 mInv = 0.0F; 313 texcoord[0] = rx * mInv + 0.5F; 336 texcoord[1] = ry * mInv + 0.5F;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 295 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; local in function:compute_texgen 304 mInv = 0.5F * (1.0f / sqrtf(m)); 306 mInv = 0.0F; 317 texcoord[0] = rx * mInv + 0.5F; 340 texcoord[1] = ry * mInv + 0.5F;
|
Completed in 4 milliseconds