Searched refs:q1 (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dtrackball.h66 add_quats(const float q1[4], const float q2[4], float dest[4]);
H A Dtrackball.c244 * NOTE: This routine is written so that q1 or q2 may be the same
251 add_quats(const float q1[4], const float q2[4], float dest[4]) argument
258 printf("q1 = %f %f %f %f\n", q1[0], q1[1], q1[2], q1[3]);
262 vcopy(q1,t1);
266 vscale(t2,q1[3]);
268 vcross(q2,q1,t
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c267 cubic_peak( FT_Pos q1, argument
285 shift = 27 - FT_MSB( (FT_UInt32)( FT_ABS( q1 ) |
296 q1 *= 1 << shift;
303 q1 >>= -shift;
314 if ( q1 + q2 > q3 + q4 ) /* first half */
318 q2 = q2 + q1;
327 q1 = q1 + q2;
330 q1 = q1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Docclusion-query.c160 struct pipe_query *q1, *q2; local in function:draw
172 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
177 info.ctx->begin_query(info.ctx, q1);
179 info.ctx->end_query(info.ctx, q1);
187 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1);
200 info.ctx->destroy_query(info.ctx, q1);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Docclusion-query.c161 struct pipe_query *q1, *q2; local in function:draw
174 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
179 info.ctx->begin_query(info.ctx, q1);
181 info.ctx->end_query(info.ctx, q1);
189 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1);
202 info.ctx->destroy_query(info.ctx, q1);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-neon-asm-bilinear.S206 convert_8888_to_0565 d2, d1, d0, q1, \tmp1, \tmp2
481 vmull.u8 q1, d0, d28
482 vmlal.u8 q1, d1, d29
507 q1, q11, d0, d1, d20, d21, d22, d23
536 q1, q11, d0, d1, d20, d21, d22, d23 \
552 bilinear_load_dst \dst_fmt, \op, 4, d2, d3, q1
567 \mask_fmt, \op, 4, d0, d1, q0, d2, d3, q1
572 \op, 4, d0, d1, q0, d2, d3, q1, \
928 vshll.u16 q1, d18, #BILINEAR_INTERPOLATION_BITS
929 vmlsl.u16 q1, d1
[all...]
H A Dpixman-arm-neon-asm.S506 vqadd.u8 q15, q1, q3
528 vqadd.u8 q15, q1, q3
560 vqadd.u8 q15, q1, q3
655 vqadd.u8 q15, q1, q15
674 vqadd.u8 q15, q1, q15
733 vqadd.u8 q15, q1, q15
751 vqadd.u8 q15, q1, q15
802 vqadd.u8 q15, q1, q15
844 vmull.u8 q1, d24, d9
851 vrshr.u16 q9, q1, #
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h66 GLfloat u1, v1, q1; member in struct:__anonae827850040a::__anonae8278500608
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h66 GLfloat u1, v1, q1; member in struct:__anon12283e03040a::__anon12283e030608
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c370 GLfloat q0[3], q1[3]; local in function:recorditem
373 DIFF3(n2, n3, q1);
374 crossprod(q0, q1, q1);
375 normalize(q1);
378 glNormal3fv(q1);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c370 GLfloat q0[3], q1[3]; local in function:recorditem
373 DIFF3(n2, n3, q1);
374 crossprod(q0, q1, q1);
375 normalize(q1);
378 glNormal3fv(q1);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c3253 int q0 = 0, q1 = 0, mask; local in function:drawArc
3286 q1 = min (a1, 90 * 64);
3288 q1 = 90 * 64;
3293 if (curq == endq && a1 == q1) {
3294 lefta = q1;
3304 q1 = 90 * 64;
3306 q1 = 180 * 64 - max (a0, 90 * 64);
3307 if (curq == startq && 180 * 64 - a0 == q1) {
3308 righta = q1;
3322 q1
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c3268 int q0 = 0, q1 = 0, mask; local in function:drawArc
3301 q1 = min(a1, 90 * 64);
3303 q1 = 90 * 64;
3308 if (curq == endq && a1 == q1) {
3309 lefta = q1;
3319 q1 = 90 * 64;
3321 q1 = 180 * 64 - max(a0, 90 * 64);
3322 if (curq == startq && 180 * 64 - a0 == q1) {
3323 righta = q1;
3337 q1
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_pack.c526 unsigned q1 = 0; // XXX local in function:agx_pack_instr
556 (q1 << 23) |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp187 uint8_t q2, q1, q0; local in function:unpack_quint_block
190 q1 = 4;
201 q1 = 4;
204 q1 = (C >> 3) & 0x3;
209 out[1] = (q1 << n) | m1;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp188 uint8_t q2, q1, q0; local in function:unpack_quint_block
191 q1 = 4;
202 q1 = 4;
205 q1 = (C >> 3) & 0x3;
210 out[1] = (q1 << n) | m1;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h4228 static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], float q0[2], float q1[2], float q2[2], float hits[2][2]) argument
4231 float q1perp = q1[1]*ray[0] - q1[0]*ray[1];
4271 float q1d = q1[0]*rayn_x + q1[1]*rayn_y;
4333 float q0[2],q1[2],q2[2]; local in function:stbtt__compute_crossings_x
4337 q1[0] = (float)x1;
4338 q1[1] = (float)y1;
4341 if (equal(q0,q1) || equal(q1,q
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h4228 static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], float q0[2], float q1[2], float q2[2], float hits[2][2]) argument
4231 float q1perp = q1[1]*ray[0] - q1[0]*ray[1];
4271 float q1d = q1[0]*rayn_x + q1[1]*rayn_y;
4333 float q0[2],q1[2],q2[2]; local in function:stbtt__compute_crossings_x
4337 q1[0] = (float)x1;
4338 q1[1] = (float)y1;
4341 if (equal(q0,q1) || equal(q1,q
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf.c1250 const struct intel_perf_query_info *q1 = v1; local in function:intel_perf_compare_query_names
1253 return strcmp(q1->name, q2->name);

Completed in 85 milliseconds