Searched refs:tz (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_norm_tmp.h61 GLfloat tx, ty, tz;
66 tz = ux * m8 + uy * m9 + uz * m10;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
74 out[i][2] = tz * scale;
90 GLfloat tx, ty, tz;
95 tz = ux * m8 + uy * m9 + uz * m10;
101 out[i][2] = tz * len;
128 GLfloat tx, ty, tz;
133 tz
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_norm_tmp.h61 GLfloat tx, ty, tz;
66 tz = ux * m8 + uy * m9 + uz * m10;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
74 out[i][2] = tz * scale;
90 GLfloat tx, ty, tz;
95 tz = ux * m8 + uy * m9 + uz * m10;
101 out[i][2] = tz * len;
128 GLfloat tx, ty, tz;
133 tz
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dsinglebuffer.c36 float tx, ty, tz; member in struct:box
63 Boxes[i].tz = -1.0 + 2.0 * Random();
85 glTranslatef(Boxes[i].tx, Boxes[i].ty, Boxes[i].tz);
/xsrc/external/mit/fonttosfnt/dist/
H A Dutil.c161 char *tz; local in function:mktime_gmt
163 tz = getenv("TZ");
167 if(tz)
168 setenv("TZ", tz, 1);
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c70 struct timezone tz; local in function:_eglutNow
71 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxpbdemo.c317 float tz = 4.0 - 16.0 * Random(); local in function:Render
326 glTranslatef(tx, ty, tz);
H A Dpbdemo.c383 float tz = 4.0 - 16.0 * Random(); local in function:Render
392 glTranslatef(tx, ty, tz);
H A Dshape.c50 struct timezone tz; local in function:current_time
51 (void) gettimeofday(&tv, &tz);
H A Dglxcontexts.c61 struct timezone tz; local in function:current_time
62 (void) gettimeofday(&tv, &tz);
H A Dglxgears.c63 struct timezone tz; local in function:current_time
64 (void) gettimeofday(&tv, &tz);
H A Dglxgears_fbconfig.c72 struct timezone tz; local in function:current_time
73 (void) gettimeofday(&tv, &tz);
H A Dglxgears_pixmap.c68 struct timezone tz; local in function:current_time
69 (void) gettimeofday(&tv, &tz);
H A Dmultictx.c69 struct timezone tz; local in function:current_time
70 (void) gettimeofday(&tv, &tz);
H A Dglxswapcontrol.c87 struct timezone tz; local in function:current_time
88 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/
H A Dnorm.S58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
76 /* f3=tx, f5=ty, f7=tz */
78 /* len (f6) = (tx * tx) + (ty * ty) + (tz * tz) */
94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale
123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
150 st %f7, [%g3 + 0x08] ! out[i][2] = tz * len
197 * tz (f7) = (uz * m10)
203 /* f3=tx, f5=ty, f7=tz */
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/sparc/
H A Dnorm.S58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
76 /* f3=tx, f5=ty, f7=tz */
78 /* len (f6) = (tx * tx) + (ty * ty) + (tz * tz) */
94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale
123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
150 st %f7, [%g3 + 0x08] ! out[i][2] = tz * len
197 * tz (f7) = (uz * m10)
203 /* f3=tx, f5=ty, f7=tz */
[all...]
/xsrc/external/mit/xgc/dist/
H A Dtests.c49 struct timezone tz; /* to make gettimeofday() happy */ local in function:timer
55 gettimeofday(&starttime,&tz);
61 gettimeofday(&endtime,&tz); /* store final values */
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c61 struct timezone tz; local in function:current_time
62 (void) gettimeofday(&tv, &tz);
H A Dxeglgears.c76 struct timezone tz; local in function:current_time
77 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dgeom-outlining-150.c59 mat_translate(GLfloat mat[16], float tx, float ty, float tz) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c1565 float_ui32_type tz = { translate[2] }; local in function:r200UpdateWindow
1574 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1371 float_ui32_type tz = { translate[2] }; local in function:radeonUpdateWindow
1380 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c1566 float_ui32_type tz = { translate[2] }; local in function:r200UpdateWindow
1575 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1372 float_ui32_type tz = { translate[2] }; local in function:radeonUpdateWindow
1381 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec17850 Tangent3bEXT(tx, ty, tz)
17854 param tz Int8 in value
17868 Tangent3dEXT(tx, ty, tz)
17872 param tz CoordD in value
17886 Tangent3fEXT(tx, ty, tz)
17890 param tz CoordF in value
17904 Tangent3iEXT(tx, ty, tz)
17908 param tz Int32 in value
17922 Tangent3sEXT(tx, ty, tz)
17926 param tz Int1
[all...]

Completed in 70 milliseconds

12