HomeSort by: relevance | last modified time | path
    Searched defs:pCache (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_accel.c 67 struct ApmStippleCacheRec *pCache;
85 pCache = &pApm->apmCache[i];
86 if (pCache->apmStippleCached) {
87 pCache->apmStippleCached = FALSE;
88 xf86FreeOffscreenArea(pCache->area);
93 ApmMoveStipple, ApmRemoveStipple, pCache);
97 pCache->area = draw;
98 pCache->apmStippleCache.serialNumber = pPix->drawable.serialNumber;
99 pCache->apmStippleCache.trans_color =
100 pCache->apmStippleCache.bg
    [all...]
apm_funcs.c 962 struct ApmStippleCacheRec *pCache;
968 pCache = &pApm->apmCache[srcy / pApm->CurrentLayout.Scanlines - 1];
969 if (w != pCache->apmStippleCache.w * pApm->CurrentLayout.bitsPerPixel) {
975 w = pCache->apmStippleCache.w * pApm->CurrentLayout.bitsPerPixel;
976 x -= srcx - pCache->apmStippleCache.x + offset;
977 srcx = (srcy - pCache->apmStippleCache.y) & 7;
981 srcx = pCache->apmStippleCache.x;
988 srcx += (srcy - pCache->apmStippleCache.y) * pCache->apmStippleCache.w;
989 srcy = pCache->apmStippleCache.y % pApm->CurrentLayout.Scanlines
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaSpans.c 214 XAACacheInfoPtr pCache;
237 pCache = (*infoRec->CacheColor8x8Pattern)(infoRec->pScrn, pPix, fg, bg);
240 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
297 XAACacheInfoPtr pCache;
301 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
305 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
309 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
312 pCache = NULL;
317 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
374 XAACacheInfoPtr pCache = &(infoRec->ScratchCacheInfoRec)
    [all...]
xaaFillPoly.c 359 XAACacheInfoPtr pCache
423 x2 - 1, DX2, dy2, e2, xorg, yorg, pCache);
427 x1 - 1, DX1, dy1, e1, xorg, yorg, pCache);
438 x1, y + yoffset, x2 - x1, 1, xorg, yorg, pCache);
441 x2, y + yoffset, x1 - x2, 1, xorg, yorg, pCache);
451 x1, y + yoffset, x2 - x1, h, xorg, yorg, pCache);
454 x2, y + yoffset, x1 - x2, h, xorg, yorg, pCache);
474 XAACacheInfoPtr pCache
487 XAACacheInfoPtr pCache
506 XAACacheInfoPtr pCache
    [all...]
xaaFillRect.c 185 XAACacheInfoPtr pCache;
208 pCache = (*infoRec->CacheColor8x8Pattern)(infoRec->pScrn, pPix, fg, bg);
211 (xorg + pGC->patOrg.x), (yorg + pGC->patOrg.y), pCache);
260 XAACacheInfoPtr pCache;
264 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
268 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
272 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
275 pCache = NULL;
281 (xorg + pGC->patOrg.x), (yorg + pGC->patOrg.y), pCache);
352 XAACacheInfoPtr pCache = &(infoRec->ScratchCacheInfoRec)
    [all...]
xaaPCache.c 1416 XAACacheInfoPtr pCache,
1423 while((w << 1) <= pCache->w) {
1424 (*infoRec->SubsequentScreenToScreenCopy)(pScrn, pCache->x, pCache->y,
1425 pCache->x + w, pCache->y, w, h);
1428 if(w != pCache->w) {
1429 (*infoRec->SubsequentScreenToScreenCopy)(pScrn, pCache->x, pCache->y,
1430 pCache->x + w, pCache->y, pCache->w - w, h)
    [all...]
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_accel.c 1115 XAACacheInfoPtr pCache, cacheRoot = NULL;
1150 pCache = cacheRoot;
1153 for(i = 0; i < max; i++, pCache++) {
1154 if((pCache->serialNumber == pPix->drawable.serialNumber) &&
1155 (pCache->fg == -1) && (pCache->bg == -1)) {
1156 pCache->trans_color = -1;
1158 cAcl->SlotWidth = ((pCache->w * bpp) >> 5) >> 1;
1159 return pCache;
1163 pCache = &cacheRoot[(*current)++]
    [all...]

Completed in 9 milliseconds