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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local in function:_mesa_noise3
461 n3 = 0.0f;
464 n3 =
472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4
616 n3 = 0.0f;
619 n3 =
637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local in function:_mesa_noise3
461 n3 = 0.0f;
464 n3 =
472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4
616 n3 = 0.0f;
619 n3 =
637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c49 float n0[3], n1[3], n2[3], n3[3]; local in function:BuildTorus
93 n3[0] = cos(theta1) * (cos(phi2));
94 n3[1] = -sin(theta1) * (cos(phi2));
95 n3[2] = sin(phi2);
114 glNormal3fv(n3);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c367 recorditem(GLfloat * n1, GLfloat * n2, GLfloat * n3, argument
373 DIFF3(n2, n3, q1);
381 glVertex3fv(n3);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c367 recorditem(GLfloat * n1, GLfloat * n2, GLfloat * n3, argument
373 DIFF3(n2, n3, q1);
381 glVertex3fv(n3);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c3004 unsigned short n3[nMVModes]; member in struct:config_macrovision::mvparms
3044 , /*n3 */
3158 houston_WriteReg(MV_N3, mvsetup.n3[nMode], 1);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2768 unsigned short n3[nMVModes]; member in struct:config_macrovision::mvparms
2802 0x25, 0x25, 0x25, 0x21, 0x2a, 0x2a}, /*n3 */
2900 houston_WriteReg(MV_N3, mvsetup.n3[nMode], 1);

Completed in 15 milliseconds