HomeSort by: relevance | last modified time | path
    Searched refs:vw (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-ssse3.c 69 __m128i vw, vr, s; local
103 vw = _mm_add_epi16 (
105 /* vw: iw0, w0, iw0, w0, iw1, w1, iw1, w1
108 vw = _mm_packus_epi16 (vw, vw);
109 /* vw: iw0, w0, iw0, w0, iw1, w1, iw1, w1,
127 vr = _mm_maddubs_epi16 (vr, vw);
165 __m128i vw; local
192 vw = _mm_set_epi16
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 280 VendorShellWidget vw; local
284 if ((vw = SearchVendorShell(w)) == NULL) return;
286 if ((ve = GetExtPart(vw)) != NULL) {
392 XawVendorShellExtResize(vw);
398 FreeAllDataOfVendorShell(XawVendorShellExtPart *ve, VendorShellWidget vw)
403 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext,
407 XDeleteContext(XtDisplay(vw), (Window)vw, extContext);
539 ResizeVendorShell_Core(VendorShellWidget vw, XawVendorShellExtPart *ve
1196 VendorShellWidget vw; local
1218 VendorShellWidget vw; local
1468 VendorShellWidget vw; local
1480 VendorShellWidget vw; local
1492 VendorShellWidget vw; local
1524 VendorShellWidget vw; local
1549 VendorShellWidget vw; local
1565 VendorShellWidget vw; local
1576 VendorShellWidget vw; local
    [all...]
  /xsrc/external/mit/pixman/dist/test/utils/
utils-prng.h 108 uint32x4 vw; member in union:__anon6528
142 data->vw = x->d;
utils-prng.c 148 randdata.vw |= ((t.vw << 30) >= const_C0000000);
156 randdata.vw &= ((t.vw << 30) >= const_40000000);
  /xsrc/external/mit/libXv/dist/src/
Xv.c 464 unsigned int vw, unsigned int vh,
484 req->vid_w = (CARD16) vw;
504 unsigned int vw, unsigned int vh,
523 req->vid_w = (CARD16) vw;
543 unsigned int vw, unsigned int vh,
562 req->vid_w = (CARD16) vw;
582 unsigned int vw, unsigned int vh,
601 req->vid_w = (CARD16) vw;
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 121 INT32 vx, vy, vw, vh; /* 12.10 fp */ member in struct:_PortPrivRec
794 pPPriv->dS = (pPPriv->vw << 10) / pPPriv->dw;
991 pPPriv->vx, pPPriv->vy, pPPriv->vw, pPPriv->vh,
994 DBox.x1 = pPPriv->dx - (pPPriv->vx * pPPriv->dw) / pPPriv->vw;
996 DBox.x2 = DBox.x1 + (pPPriv->fw * pPPriv->dw) / pPPriv->vw;
1018 int w = ((pBox->x2 - pBox->x1) * pPPriv->vw + pPPriv->dw) / pPPriv->dw + 1;
1020 int x = ((pBox->x1 - DBox.x1) * pPPriv->vw + (pPPriv->dw >> 1)) / pPPriv->dw;
1070 pPPriv->dS = (pPPriv->dw << 20) / pPPriv->vw;
1077 n1 = ((pBox->x1 - pPPriv->dx) * pPPriv->vw + dw1) / pPPriv->dw;
1078 n2 = ((pBox->x2 - pPPriv->dx) * pPPriv->vw - 1) / pPPriv->dw
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_shader.cpp 1116 Value *vw = nullptr, *pAttribs; local
1122 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_center}));
1125 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_centroid}));
1128 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_sample}));
1133 vw = VIMMED1(1.f);
1136 vw->setName("w");
1260 interp = FMUL(interp, vw);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_shader.cpp 2706 Value *vw = nullptr, *pAttribs;
2712 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_center}));
2715 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_centroid}));
2718 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_sample}));
2723 vw = VIMMED1(1.f);
2726 vw->setName("w");
2866 interp = FMUL(interp, vw);

Completed in 23 milliseconds