Searched refs:t0 (Results 1 - 25 of 165) sorted by relevance

1234567

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dlion.c15 static double t0 = -1.0; local in function:draw
31 if (t0 < 0.0) {
32 t0 = eglutGet(EGLUT_ELAPSED_TIME) / 1000.0;
37 if (now - t0 > 5.0) {
40 num_frames, now - t0, num_frames / (now - t0));
42 t0 = now;
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dcommon.c73 const double t0 = PerfGetTime(); local in function:PerfMeasureRate
79 } while (t1 - t0 < 0.1 * minDuration);
84 const double t0 = PerfGetTime(); local in function:PerfMeasureRate
92 } while (t1 - t0 < minDuration);
94 rate = iters / (t1 - t0);
H A Dglsl-compile-time.c146 int t0, t1; local in function:Draw
154 t0 = glutGet(GLUT_ELAPSED_TIME);
158 fixed_func_time += t1 - t0;
161 t0 = glutGet(GLUT_ELAPSED_TIME);
165 glsl_time_1 += t1 - t0;
167 t0 = glutGet(GLUT_ELAPSED_TIME);
171 glsl_time_2 += t1 - t0;
216 GLint t0, t1, t2; local in function:create_shader_program
220 t0 = glutGet(GLUT_ELAPSED_TIME);
233 *compile_time = t1 - t0;
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mips-dspr2-asm.S156 lw t0, 0(a1)
161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8
172 lw t0, 0(a1)
174 CONVERT_1x8888_TO_1x0565 t0, t1, t2, t3
198 lhu t0, 0(a1)
203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9
214 lhu t0, 0(a1)
216 CONVERT_1x0565_TO_1x8888 t0, t1, t2, t3
243 lw t0, 0(a1)
252 or t0, t
[all...]
H A Dpixman-mips-memcpy-asm.S81 addu t0, a0, a2 /* t0 is the "past the end" address */
85 * the "t0-32" address
86 * This means: for x=128 the last "safe" a0 address is "t0-160"
87 * Alternatively, for x=64 the last "safe" a0 address is "t0-96"
88 * In the current version we use "pref 30, 128(a0)", so "t0-160" is the limit
90 subu t9, t0, 160 /* t9 is the "last safe pref 30, 128(a0)" address */
104 lw t0, 0(a1)
117 sw t0, 0(a0)
126 lw t0, 3
[all...]
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Ddouble.c48 static GLdouble t0 = 0.; variable in typeref:typename:GLdouble
71 dt = t - t0;
72 t0 = t;
102 t0 = gettime();
H A Dalpha3D.c133 static double t0 = -1.; local in function:animate
137 t0 = -1.;
142 if (t0 < 0.)
143 t0 = t;
144 dt = t - t0;
145 t0 = t;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Drenormal.c19 static double t0 = -1.; local in function:Idle
21 if (t0 < 0.0)
22 t0 = t;
23 dt = t - t0;
24 t0 = t;
H A Dvao_demo.c208 static double t0 = -1.; local in function:Idle
210 if (t0 < 0.0)
211 t0 = t;
212 dt = t - t0;
213 t0 = t;
H A Dclearspd.c34 double t0, t1; local in function:Display
45 t0 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
54 t0 = 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);
H A Dbounce.c152 static double t0 = -1.; local in function:idle
155 if (t0 < 0.)
156 t0 = t;
157 dt = t - t0;
158 t0 = t;
/xsrc/external/mit/pixman/dist/test/
H A Dfilter-reduction-test.c71 const pixman_fixed_t *t0, *t1, *t2, *t3, *t4, *t5; local in function:main
76 for (t0 = entries; t0 < end; ++t0)
89 { { *t0, *t1, *t2 },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c222 float t0 = 1.0f - x0 * x0; local in function:_mesa_noise1
223 /* if(t0 < 0.0f) t0 = 0.0f; // this never happens for the 1D case */
224 t0 *= t0;
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
261 float t0, t1, t2; local in function:_mesa_noise2
289 t0 = 0.5f - x0 * x0 - y0 * y0;
290 if (t0 < 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.c222 float t0 = 1.0f - x0 * x0; local in function:_mesa_noise1
223 /* if(t0 < 0.0f) t0 = 0.0f; // this never happens for the 1D case */
224 t0 *= t0;
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
261 float t0, t1, t2; local in function:_mesa_noise2
289 t0 = 0.5f - x0 * x0 - y0 * y0;
290 if (t0 < 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/mesa-demos/dist/src/glsl/
H A Dnoise2.c23 static GLint t0 = 0; variable in typeref:typename:GLint
45 if (t - t0 >= 5000) {
46 GLfloat seconds = (GLfloat) (t - t0) / 1000.0f;
51 t0 = t;
H A Dgeom-outlining-130.c74 static double t0 = -1.; local in function:Idle
77 if (t0 < 0.0)
78 t0 = t;
79 dt = t - t0;
80 t0 = t;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dfront-back-modes.c34 static double t0; variable in typeref:typename:double
42 Xrot += (t1 - t0) * 20; /* 20 degrees per second */
43 t0 = t1;
120 t0 = glutGet(GLUT_ELAPSED_TIME) / 1000.0;
H A Dsubtex.c140 static double t0 = -1.; local in function:idle
142 if (t0 < 0.0)
143 t0 = t;
144 dt = t - t0;
145 t0 = t;
H A Dcopypixrate.c106 double t1, t0 = glutGet(GLUT_ELAPSED_TIME) / 1000.0; local in function:RunTest
131 } while (t1 - t0 < 5.0);
135 copyRate = iters / (t1 - t0);
140 iters, t1-t0, copyRate, mbRate);
H A Dfillrate.c63 GLdouble t0, t1; local in function:RunTest
97 t0 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
103 } while (t1 - t0 < minPeriod);
108 rate = pixels / (t1 - t0);
/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/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip.h56 struct brw_reg t0, t1; member in struct:brw_clip_compile::__anon320cc4c60108
136 struct brw_reg t0,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip.h56 struct brw_reg t0, t1; member in struct:brw_clip_compile::__anon95b28a790108
136 struct brw_reg t0,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_sse.h258 __m128i t0 = _mm_unpacklo_epi32(*a, *b); local in function:transpose4_epi32
263 *o = _mm_unpacklo_epi64(t0, t1);
264 *p = _mm_unpackhi_epi64(t0, t1);
284 __m128i t0 = *a01; local in function:transpose2_64_2_32
289 *o = _mm_unpacklo_epi64(t0, t1);
290 *p = _mm_unpackhi_epi64(t0, t1);

Completed in 14 milliseconds

1234567