HomeSort by: relevance | last modified time | path
    Searched refs:vx (Results 1 - 25 of 328) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/pixman/dist/test/
scaling-helpers-test.c 21 int64_t vx = vx_; local
29 if (vx < 0)
31 if (vx + pixman_fixed_1 < 0)
36 else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (source_image_width))
38 if (vx >= pixman_int_to_fixed (source_image_width))
47 vx += unit_x;
60 pixman_fixed_t vx = prng_rand_n(10000 << 16) - (3000 << 16); local
67 vx,
76 vx,
  /xsrc/external/mit/mesa-demos/dist/src/samples/
prim.c 306 GLint vx[8][2]; local
319 vx[0][0] = x0; vx[0][1] = y1;
320 vx[1][0] = x0; vx[1][1] = y2;
321 vx[2][0] = x1; vx[2][1] = y3;
322 vx[3][0] = x2; vx[3][1] = y3;
323 vx[4][0] = x3; vx[4][1] = y2
352 GLint vx[8][2]; local
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_xvmc.c 442 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
447 if (-1 == vx->xvmc_port) {
448 vx->xvmc_port = (vXvMC->activePorts++);
449 sAPriv->XvMCSubPicOn[vx->xvmc_port] = 0;
450 sAPriv->XvMCDisplaying[vx->xvmc_port] = 0;
486 contextRec->xvmc_port = vx->xvmc_port;
496 contextRec->initAttrs = vx->xvAttr;
689 ViaXvMCXVPriv *vx; local
697 vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv;
699 if ((i | VIA_XVMC_VALID) == vx->ctxDisplaying)
723 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
757 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
823 ViaXvMCXVPriv *vx; local
868 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
892 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
910 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
932 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/tests/
prim.c 320 GLint vx[8][2]; local
333 vx[0][0] = x0; vx[0][1] = y1;
334 vx[1][0] = x0; vx[1][1] = y2;
335 vx[2][0] = x1; vx[2][1] = y3;
336 vx[3][0] = x2; vx[3][1] = y3;
337 vx[4][0] = x3; vx[4][1] = y2
366 GLint vx[8][2]; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
gears.c 94 verts[count * 6 + 0] = (r) * vx[n]; \
106 GLfloat vx[5], vy[5]; local
113 vx[0] = cos(i * a0 + 0 * da);
115 vx[1] = cos(i * a0 + 1 * da);
117 vx[2] = cos(i * a0 + 2 * da);
119 vx[3] = cos(i * a0 + 3 * da);
121 vx[4] = cos(i * a0 + 4 * da);
125 normal[0] = vx[0];
130 u = r2 * vx[1] - r1 * vx[0]
    [all...]
torus.c 54 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz)
56 v[0] = vx;
pbuffer.c 40 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz)
42 v[0] = vx;
render_tex.c 43 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz)
45 v[0] = vx;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-inlines.h 264 pixman_fixed_t vx,
272 if (vx < 0)
274 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
290 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
334 pixman_fixed_t vx, \
352 x1 = pixman_fixed_to_int (vx); \
353 vx += unit_x; \
357 while (vx >= 0) \
358 vx -= src_width_fixed; \
362 x2 = pixman_fixed_to_int (vx); \
    [all...]
pixman-mips-dspr2.h 258 pixman_fixed_t vx, \
265 pixman_fixed_t vx, \
271 vx, unit_x); \
301 pixman_fixed_t vx, \
309 pixman_fixed_t vx, \
318 vx, unit_x); \
343 pixman_fixed_t vx, \
353 pixman_fixed_t vx, \
363 vx, unit_x); \
404 pixman_fixed_t vx, \
    [all...]
pixman-arm-common.h 238 pixman_fixed_t vx, \
246 pixman_fixed_t vx, \
252 vx, unit_x, \
276 pixman_fixed_t vx, \
286 pixman_fixed_t vx, \
294 vx, unit_x, \
341 pixman_fixed_t vx, \
349 dst, src_top, src_bottom, wt, wb, vx, unit_x, w); \
390 pixman_fixed_t vx, \
398 dst, mask, src_top, src_bottom, wt, wb, vx, unit_x, w);
    [all...]
pixman-ssse3.c 57 __m128i vx = _mm_set_epi16 ( local
80 /* The weights are based on vx which is a vector of
104 vaddc, _mm_srli_epi16 (vx, 16 - BILINEAR_INTERPOLATION_BITS));
112 vx = _mm_add_epi16 (vx, vux);
pixman-sse2.c 5306 pixman_fixed_t vx,
5325 s = combine1 (ps + pixman_fixed_to_int (vx), pm);
5326 vx += unit_x;
5327 while (vx >= 0)
5328 vx -= src_width_fixed;
5341 tmp1 = *(ps + pixman_fixed_to_int (vx));
5342 vx += unit_x;
5343 while (vx >= 0)
5344 vx -= src_width_fixed;
5345 tmp2 = *(ps + pixman_fixed_to_int (vx));
5688 intptr_t vx = vx_; local
5753 intptr_t vx = vx_; local
5813 intptr_t vx = vx_; local
5910 intptr_t vx = vx_; local
6067 intptr_t vx = vx_; local
    [all...]
pixman-vmx.c 2697 pixman_fixed_t vx,
2714 s = combine1 (ps + pixman_fixed_to_int (vx), pm);
2715 vx += unit_x;
2716 while (vx >= 0)
2717 vx -= src_width_fixed;
2729 tmp[0] = *(ps + pixman_fixed_to_int (vx));
2730 vx += unit_x;
2731 while (vx >= 0)
2732 vx -= src_width_fixed;
2733 tmp[1] = *(ps + pixman_fixed_to_int (vx));
    [all...]
pixman-fast-path.c 1375 pixman_fixed_t vx,
1383 tmp1 = *(src + pixman_fixed_to_int (vx));
1384 vx += unit_x;
1385 tmp2 = *(src + pixman_fixed_to_int (vx));
1386 vx += unit_x;
1387 tmp3 = *(src + pixman_fixed_to_int (vx));
1388 vx += unit_x;
1389 tmp4 = *(src + pixman_fixed_to_int (vx));
1390 vx += unit_x;
1398 tmp1 = *(src + pixman_fixed_to_int (vx));
1501 pixman_fixed_t vx = v.vector[0]; local
2725 pixman_fixed_t vx, vy; local
    [all...]
pixman-mmx.c 3534 pixman_fixed_t vx,
3545 __m64 s = load (ps + pixman_fixed_to_int (vx));
3546 vx += unit_x;
3547 while (vx >= 0)
3548 vx -= src_width_fixed;
3577 pixman_fixed_t vx,
3595 uint32_t s = *(src + pixman_fixed_to_int (vx));
3596 vx += unit_x;
3597 while (vx >= 0)
3598 vx -= src_width_fixed
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_analysis.c 74 * vx------+
80 make_vert(const float (*vx)[4],
84 out[0][0] = vx[0][0];
86 out[0][2] = vx[0][2];
87 out[0][3] = vx[0][3];
88 out[1][0] = vx[1][0];
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Mode.c 1101 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy)
1165 *vx = x;
1170 aspect, *vx, *vy);
1839 int vx = 0, vy = 0; local
1842 if (p->HDisplay > vx && p->VDisplay > vy) {
1843 vx = p->HDisplay;
1847 if (vx < virtX || vy < virtY) {
1866 vx = 0;
1872 if (p->HDisplay > vx && p->VDisplay > vy) {
1873 vx = p->HDisplay
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Mode.c 1102 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy)
1164 *vx = x;
1169 aspect, *vx, *vy);
1849 int vx = 0, vy = 0; local
1851 if (p->HDisplay > vx && p->VDisplay > vy) {
1852 vx = p->HDisplay;
1856 if (vx < virtX || vy < virtY) {
1875 vx = 0; vy = 0;
1880 if (p->HDisplay > vx && p->VDisplay > vy) {
1881 vx = p->HDisplay
    [all...]
  /xsrc/external/mit/libXv/dist/src/
Xv.c 463 int vx, int vy,
482 req->vid_x = (INT16) vx;
503 int vx, int vy,
521 req->vid_x = (INT16) vx;
542 int vx, int vy,
560 req->vid_x = (INT16) vx;
581 int vx, int vy,
599 req->vid_x = (INT16) vx;
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 121 INT32 vx, vy, vw, vh; /* 12.10 fp */ member in struct:_PortPrivRec
806 pCookie->s = (pPPriv->vx << 10) + (pCookie->y2 - pPPriv->dx) * pPPriv->dS;
991 pPPriv->vx, pPPriv->vy, pPPriv->vw, pPPriv->vh,
994 DBox.x1 = pPPriv->dx - (pPPriv->vx * pPPriv->dw) / pPPriv->vw;
1083 pCookie->xy = n1 + pPPriv->vx;
1520 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw;
1564 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw;
1625 pPPriv->vx = (vid_x * pPPriv->fw) / sw;
1671 pPPriv->vx = (vid_x * pPPriv->fw) / sw;
1802 pPPriv->vx = src_x << 10
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texfilter.c 1665 GLfloat vx = dvdx * scaling; local
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1786 GLfloat vx = dvdx * scaling; local
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1805 dt = vx / ((GLfloat) img->Height2);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texfilter.c 1665 GLfloat vx = dvdx * scaling; local
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1786 GLfloat vx = dvdx * scaling; local
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1805 dt = vx / ((GLfloat) img->Height2);
  /xsrc/external/mit/glw/dist/
config.sub 1129 vpp*|vx|vx-*)
  /xsrc/external/mit/libXfontcache/dist/
config.sub 1093 vpp*|vx|vx-*)

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>