| /xsrc/external/mit/pixman/dist/ |
| H A D | neon-test.S | 12 vmovn.u16 d0, q0
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-neon-asm-bilinear.S | 484 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS 485 vmlsl.u16 q0, d2, d30 486 vmlal.u16 q0, d3, d30 489 vshrn.u32 d0, q0, #(2 * BILINEAR_INTERPOLATION_BITS) 491 vmovn.u16 d0, q0 494 \mask_fmt, \op, 1, d0, d1, q0, d18, d19, q9 496 \mask_fmt, 1, d0, d1, q0, d4, \ 499 \op, 1, d0, d1, q0, d18, d19, q9, \ 501 bilinear_deinterleave_dst \mask_fmt, \op, 1, d0, d1, q0 510 vshll.u16 q0, d [all...] |
| H A D | pixman-arm-neon-asm.S | 183 vqadd.u8 q9, q0, q11 259 vqadd.u8 q9, q0, q11 381 vqadd.u8 q9, q0, q11 470 vshrn.u16 d30, q0, #8 471 vshrn.u16 d29, q0, #3 472 vsli.u16 q0, q0, #5 476 vshrn.u16 d28, q0, #2 505 vqadd.u8 q14, q0, q2 525 vqadd.u8 q14, q0, q [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_vertex.h | 65 GLfloat u0, v0, q0; member in struct:__anonae827850040a::__anonae8278500608
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_vertex.h | 65 GLfloat u0, v0, q0; member in struct:__anon12283e03040a::__anon12283e030608
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 370 GLfloat q0[3], q1[3]; local in function:recorditem 372 DIFF3(n1, n2, q0); 374 crossprod(q0, q1, q1);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 370 GLfloat q0[3], q1[3]; local in function:recorditem 372 DIFF3(n1, n2, q0); 374 crossprod(q0, q1, q1);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 3253 int q0 = 0, q1 = 0, mask; local in function:drawArc 3282 q0 = 0; 3284 q0 = a0; 3289 if (curq == startq && a0 == q0 && rightq < 0) { 3290 righta = q0; 3300 q0 = 0; 3302 q0 = 180 * 64 - min (a1, 180 * 64); 3311 if (curq == endq && 180 * 64 - a1 == q0) { 3312 lefta = q0; 3318 q0 [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 3268 int q0 = 0, q1 = 0, mask; local in function:drawArc 3297 q0 = 0; 3299 q0 = a0; 3304 if (curq == startq && a0 == q0 && rightq < 0) { 3305 righta = q0; 3315 q0 = 0; 3317 q0 = 180 * 64 - min(a1, 180 * 64); 3326 if (curq == endq && 180 * 64 - a1 == q0) { 3327 lefta = q0; 3333 q0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 187 uint8_t q2, q1, q0; local in function:unpack_quint_block 191 q0 = 4; 202 q0 = (C >> 3) & 0x3; 205 q0 = C & 0x7; 208 out[0] = (q0 << n) | m0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 188 uint8_t q2, q1, q0; local in function:unpack_quint_block 192 q0 = 4; 203 q0 = (C >> 3) & 0x3; 206 q0 = C & 0x7; 209 out[0] = (q0 << n) | m0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 492 Value *q, *q0, *qf, *aR, *aRf, *qRf, *qR, *t, *s, *m, *cond; local in function:nv50_ir::NV50LegalizeSSA::handleDIV 518 bld.mkCvt(OP_CVT, ty, (q0 = bld.getSSA()), TYPE_F32, qf)->rnd = ROUND_Z; 522 bld.mkOp2(OP_MUL, TYPE_U32, (t = bld.getSSA()), q0, b)); 530 bld.mkOp2(OP_ADD, ty, (q = bld.getSSA()), q0, qR); // add quotients
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4228 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 4230 float q0perp = q0[1]*ray[0] - q0[0]*ray[1]; 4270 float q0d = q0[0]*rayn_x + q0[1]*rayn_y; 4333 float q0[2],q1[2],q2[2]; local in function:stbtt__compute_crossings_x 4335 q0[0] = (float)x0; 4336 q0[1] = (float)y0; 4341 if (equal(q0,q1) || equal(q1,q2)) { 4352 int num_hits = stbtt__ray_intersect_bezier(orig, ray, q0, q [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4228 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 4230 float q0perp = q0[1]*ray[0] - q0[0]*ray[1]; 4270 float q0d = q0[0]*rayn_x + q0[1]*rayn_y; 4333 float q0[2],q1[2],q2[2]; local in function:stbtt__compute_crossings_x 4335 q0[0] = (float)x0; 4336 q0[1] = (float)y0; 4341 if (equal(q0,q1) || equal(q1,q2)) { 4352 int num_hits = stbtt__ray_intersect_bezier(orig, ray, q0, q [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 515 Value *q, *q0, *qf, *aR, *aRf, *qRf, *qR, *t, *s, *m, *cond; local in function:nv50_ir::NV50LegalizeSSA::handleDIV 541 bld.mkCvt(OP_CVT, ty, (q0 = bld.getSSA()), TYPE_F32, qf)->rnd = ROUND_Z; 545 bld.mkOp2(OP_MUL, TYPE_U32, (t = bld.getSSA()), q0, b)); 553 bld.mkOp2(OP_ADD, ty, (q = bld.getSSA()), q0, qR); // add quotients
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 105 func.push-constants.basic.q0 causes gpu hang 163 - gen7 crucible failures func.push-constants.basic.q0 and 164 func.shader-subgroup-vote.basic.q0
|