| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-ssse3.c | 69 __m128i vw, vr, s; local in function:ssse3_fetch_horizontal 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 in function:ssse3_fetch_bilinear_cover 192 vw [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | XawIm.c | 280 VendorShellWidget vw; local in function:ConfigureCB 284 if ((vw = SearchVendorShell(w)) == NULL) return; 286 if ((ve = GetExtPart(vw)) != NULL) { 392 XawVendorShellExtResize(vw); 398 FreeAllDataOfVendorShell(XawVendorShellExtPart *ve, VendorShellWidget vw) argument 403 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext, 407 XDeleteContext(XtDisplay(vw), (Window)vw, extContext); 539 ResizeVendorShell_Core(VendorShellWidget vw, XawVendorShellExtPar argument 589 ResizeVendorShell(VendorShellWidget vw,XawVendorShellExtPart * ve) argument 1196 VendorShellWidget vw; local in function:SetFocusValues 1218 VendorShellWidget vw; local in function:UnsetFocus 1361 Initialize(VendorShellWidget vw,XawVendorShellExtPart * ve) argument 1468 VendorShellWidget vw; local in function:_XawImReconnect 1480 VendorShellWidget vw; local in function:_XawImRegister 1492 VendorShellWidget vw; local in function:_XawImUnregister 1524 VendorShellWidget vw; local in function:_XawImWcLookupString 1549 VendorShellWidget vw; local in function:_XawLookupString 1565 VendorShellWidget vw; local in function:_XawImGetImAreaHeight 1576 VendorShellWidget vw; local in function:_XawImCallVendorShellExtResize [all...] |
| /xsrc/external/mit/pixman/dist/test/utils/ |
| H A D | utils-prng.h | 108 uint32x4 vw; member in union:__anon0a63202f030a 142 data->vw = x->d;
|
| H A 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/ |
| H A D | 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; 458 XvPutVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 498 XvPutStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 537 XvGetVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 576 XvGetStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1116 Value *vw = nullptr, *pAttribs; local in function:BuilderSWR::CompileFS 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/ |
| H A D | swr_shader.cpp | 2706 Value *vw = nullptr, *pAttribs; local in function:BuilderSWR::CompileFS 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);
|