Searched refs:t1 (Results 1 - 25 of 176) sorted by relevance

12345678

/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dcommon.c74 double t1; local in function:PerfMeasureRate
77 t1 = PerfGetTime();
79 } while (t1 - t0 < 0.1 * minDuration);
86 double t1; local in function:PerfMeasureRate
90 t1 = PerfGetTime();
92 } while (t1 - t0 < minDuration);
94 rate = iters / (t1 - t0);
H A Dglsl-compile-time.c146 int t0, t1; local in function:Draw
157 t1 = glutGet(GLUT_ELAPSED_TIME);
158 fixed_func_time += t1 - t0;
164 t1 = glutGet(GLUT_ELAPSED_TIME);
165 glsl_time_1 += t1 - t0;
170 t1 = glutGet(GLUT_ELAPSED_TIME);
171 glsl_time_2 += t1 - t0;
216 GLint t0, t1, t2; local in function:create_shader_program
222 t1 = glutGet(GLUT_ELAPSED_TIME);
233 *compile_time = t1
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mips-dspr2-asm.S43 andi t1, a0, 0x0002
44 beqz t1, 0f /* check if address is 4-byte aligned */
50 srl t1, a1, 5 /* t1 how many multiples of 32 bytes */
52 beqz t1, 2f
55 addiu t1, t1, -1
56 beqz t1, 11f
100 srl t1, a1, 5 /* t1 ho
[all...]
H A Dpixman-mips-memcpy-asm.S106 lw t1, 4(a1)
118 sw t1, 4(a0)
128 lw t1, 36(a1)
140 sw t1, 36(a0)
164 lw t1, 4(a1)
174 sw t1, 4(a0)
253 LWHI t1, 4(a1)
255 LWLO t1, 7(a1)
273 sw t1, 4(a0)
283 LWHI t1, 3
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-bench.c50 double t1, t2, t = -1; local in function:main
62 t1 = gettime();
67 if (t < 0 || t2 - t1 < t)
68 t = t2 - t1;
H A Dprng-test.c62 double t1, t2; local in function:bench
68 t1 = gettime();
73 (double)BUFSIZE * N / 1000000. / (t2 - t1));
75 t1 = gettime();
80 (double)BUFSIZE * N / 1000000. / (t2 - t1));
82 t1 = gettime();
89 (double)BUFSIZE * N / 1000000. / (t2 - t1));
91 t1 = gettime();
98 (double)BUFSIZE * N / 1000000. / (t2 - t1));
H A Dfilter-reduction-test.c71 const pixman_fixed_t *t0, *t1, *t2, *t3, *t4, *t5; local in function:main
78 for (t1 = entries; t1 < end; ++t1)
89 { { *t0, *t1, *t2 },
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Darctess.cc79 ArcTessellator::bezier( Arc *arc, REAL s1, REAL s2, REAL t1, REAL t2 ) argument
88 assert( t2 < t1 );
92 assert( t1 < t2 );
95 assert( t1 == t2 );
99 assert( t1 == t2 );
111 p[0].param[1] = t1;
114 assert( (s1 == s2) || (t1 == t2) );
125 ArcTessellator::pwl_left( Arc *arc, REAL s, REAL t1, REAL t2, REAL rate ) argument
127 assert( t2 < t1 );
130 /* int nsteps = 1 + (int) ((t1
155 pwl_right(Arc * arc,REAL s,REAL t1,REAL t2,REAL rate) argument
243 pwl(Arc * arc,REAL s1,REAL s2,REAL t1,REAL t2,REAL rate) argument
282 REAL s1, s2, t1, t2; local in function:ArcTessellator::tessellateLinear
[all...]
H A Dpatch.cc297 REAL t1 = mapdesc->getProperty( N_PIXEL_TOLERANCE ); local in function:Patch::getstepsize
370 // t1 is upper bound on path length
378 /* REAL d = t1 / ( ms * ms + mt * mt );*/
380 REAL ds = t1 / (2.0*ms);
382 REAL dt = t1 / (2.0*mt);
384 pspec[0].sidestep[0] = ( msv[0] * pspec[0].range[2] > t1 ) ? (side_scale* t1 / msv[0]) : pspec[0].range[2];
385 pspec[0].sidestep[1] = ( msv[1] * pspec[0].range[2] > t1 ) ? (side_scale* t1 / msv[1]) : pspec[0].range[2];
388 pspec[1].sidestep[0] = ( mtv[0] * pspec[1].range[2] > t1 )
[all...]
H A Dbin.cc159 REAL t1 = pts[0].param[1]; local in function:Bin::listBezier
162 _glu_dprintf( "arc (%g,%g) (%g,%g)\n", s1, t1, s2, t2 );
/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c28 #define IS_AT_OR_AFTER(t1, t2) (((t2).high > (t1).high) \
29 || (((t2).high == (t1).high)&& ((t2).low >= (t1).low)))
66 #define IS_AT_OR_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \
67 || (((t2).tv_sec == (t1).tv_sec)&& ((t2).tv_usec >= (t1).tv_usec)))
275 #define IS_AFTER(t1,t2) (((t2).high > (t1)
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dclearspd.c34 double t0, t1; local in function:Display
51 t1 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
59 t1 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
69 if (t1-t0 < MinPeriod) {
75 clearRate = Loops / (t1-t0);
79 Loops, t1-t0, clearRate, pixelRate );
83 Loops, t1-t0, clearRate, pixelRate);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcmp.c33 static TEXTURE *Tx, t1, t2, t3; variable in typeref:typename:TEXTURE *
233 t1.w = 32;
234 t1.h = 8;
235 t1.size = t1.w * t1.h * 4;
236 t1.data = malloc(t1.size);
237 t1.format = GL_RGBA;
238 t1
[all...]
H A Dcopypixrate.c106 double t1, t0 = glutGet(GLUT_ELAPSED_TIME) / 1000.0; local in function:RunTest
130 t1 = glutGet(GLUT_ELAPSED_TIME) / 1000.0;
131 } while (t1 - t0 < 5.0);
135 copyRate = iters / (t1 - t0);
140 iters, t1-t0, copyRate, mbRate);
H A Dfront-back-modes.c41 double t1 = glutGet(GLUT_ELAPSED_TIME) / 1000.0; local in function:Idle
42 Xrot += (t1 - t0) * 20; /* 20 degrees per second */
43 t0 = t1;
H A Dfillrate.c63 GLdouble t0, t1; local in function:RunTest
102 t1 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
103 } while (t1 - t0 < minPeriod);
108 rate = pixels / (t1 - t0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c219 float t1 = 1.0f - x1 * x1; local in function:_mesa_noise1
227 /* if(t1 < 0.0f) t1 = 0.0f; // this never happens for the 1D case */
228 t1 *= t1;
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
261 float t0, t1, t2; local in function:_mesa_noise2
297 t1 = 0.5f - x1 * x1 - y1 * y1;
298 if (t1 < 0.
348 float t0, t1, t2, t3; local in function:_mesa_noise3
531 float t0, t1, t2, t3, t4; local in function:_mesa_noise4
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c219 float t1 = 1.0f - x1 * x1; local in function:_mesa_noise1
227 /* if(t1 < 0.0f) t1 = 0.0f; // this never happens for the 1D case */
228 t1 *= t1;
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
261 float t0, t1, t2; local in function:_mesa_noise2
297 t1 = 0.5f - x1 * x1 - y1 * y1;
298 if (t1 < 0.
348 float t0, t1, t2, t3; local in function:_mesa_noise3
531 float t0, t1, t2, t3, t4; local in function:_mesa_noise4
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.c178 thread_id_equal(thread_id t1, thread_id t2) argument
181 return t1 == t2;
183 return thrd_equal(t1, t2);
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_draw.h79 float s0, float t0, float s1, float t1,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_draw.h81 float s0, float t0, float s1, float t1,
/xsrc/external/mit/libdrm/dist/tests/nouveau/
H A Dthreaded.c81 pthread_t t1, t2; local in function:main
131 pthread_create(&t1, NULL, openclose, nvdev);
135 pthread_join(t1, NULL);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c286 static int t1 = 0; local in function:Draw
289 t1 = glutGet(GLUT_ELAPSED_TIME);
290 dt = (float)(t1-t0)/1000.0F;
296 t0 = t1;
H A Dvsraytrace.c280 static int t1 = 0; local in function:Draw
283 t1 = glutGet(GLUT_ELAPSED_TIME);
284 dt = (float)(t1-t0)/1000.0F;
290 t0 = t1;

Completed in 13 milliseconds

12345678