HomeSort by: relevance | last modified time | path
    Searched defs:pPix (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa_shared.c 133 PixmapPtr pPix = pScreen->CreatePixmap(pScreen, 1, 1, 32, 0);
135 exaMoveInPixmap(pPix);
141 bo = radeon_get_pixmap_bo(pPix);
144 pScreen->DestroyPixmap(pPix);
151 return pPix;
155 if (!exaDrawableIsOffscreen(&pPix->drawable)) {
156 pScreen->DestroyPixmap(pPix);
162 memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4);
164 return pPix;
radeon_kms.c 190 PixmapPtr pPix = pScreen->GetScreenPixmap(pScreen);
191 radeon_set_pixmap_bo(pPix, info->front_bo);
192 surface = radeon_get_pixmap_surface(pPix);
radeon_exa_render.c 260 static Bool RADEONPitchMatches(PixmapPtr pPix)
262 int w = pPix->drawable.width;
263 int h = pPix->drawable.height;
264 uint32_t txpitch = exaGetPixmapPitch(pPix);
266 if (h > 1 && (RADEON_ALIGN(w * pPix->drawable.bitsPerPixel / 8, 32)) != txpitch)
289 PixmapPtr pPix,
293 RINFO_FROM_SCREEN(pPix->drawable.pScreen);
300 Bool badPitch = needMatchingPitch && !RADEONPitchMatches(pPix);
308 w, (unsigned)exaGetPixmapPitch(pPix)));
381 static Bool FUNC_NAME(R100TextureSetup)(PicturePtr pPict, PixmapPtr pPix,
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_exa_shared.c 128 PixmapPtr pPix = pScreen->CreatePixmap(pScreen, 1, 1, 32, 0);
130 exaMoveInPixmap(pPix);
132 bo = radeon_get_pixmap_bo(pPix)->bo.radeon;
135 pScreen->DestroyPixmap(pPix);
142 return pPix;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOffscreen.c 38 pPriv = XAA_GET_PIXMAP_PRIVATE(pLink->pPix);
40 XAAMoveOutOffscreenPixmap(pLink->pPix);
52 PixmapPtr pPix, pScreenPix, tmpPix;
61 pPix = pLink->pPix;
62 pPriv = XAA_GET_PIXMAP_PRIVATE(pPix);
65 data = pPix->devPrivate.ptr;
67 pPix->drawable.width, pPix->drawable.height,
68 pPix->drawable.depth, pPix->drawable.bitsPerPixel,
    [all...]
xaaPict.c 268 PixmapPtr pPix = (PixmapPtr)(pMask->pDrawable);
293 (unsigned char*)(pPix->devPrivate.ptr) +
294 (pPix->devKind * (pbox->y1 + yMask)) +
295 ((skipleft >> 3) & ~3), pPix->devKind,
xaaInit.c 297 PixmapPtr pPix;
302 pPix = (*pScreen->CreatePixmap) (pScreen, 1, 1, depth,
305 if (!pPix)
307 bpp = pPix->drawable.bitsPerPixel;
310 (*pScreen->DestroyPixmap) (pPix);
339 PixmapPtr pPix = NULL;
382 pPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, depth, usage_hint);
385 if (!pPix) {
393 pPriv = XAA_GET_PIXMAP_PRIVATE(pPix);
394 pPix->drawable.x = area->box.x1
    [all...]
xaaSpans.c 215 PixmapPtr pPix;
220 pPix = pGC->stipple;
224 pPix = pGC->stipple;
228 pPix = pGC->tile.pixmap;
232 pPix = NULL;
237 pCache = (*infoRec->CacheColor8x8Pattern)(infoRec->pScrn, pPix, fg, bg);
726 PixmapPtr pPix
732 pCache = (*infoRec->CacheMonoStipple)(pScrn, pPix);
xaaFillRect.c 186 PixmapPtr pPix;
191 pPix = pGC->stipple;
195 pPix = pGC->stipple;
199 pPix = pGC->tile.pixmap;
203 pPix = NULL;
208 pCache = (*infoRec->CacheColor8x8Pattern)(infoRec->pScrn, pPix, fg, bg);
720 PixmapPtr pPix
727 pCache = (*infoRec->CacheMonoStipple)(pScrn, pPix);
844 PixmapPtr pPix
848 int pHeight = pPix->drawable.height
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
xace.c 251 PixmapPtr pPix = NULL;
280 pPix = GetScratchPixmapHeader(pDraw->pScreen, w, h,
283 if (!pPix) {
288 pScratchGC = GetScratchGC(depth, pPix->drawable.pScreen);
294 ValidateGC(&pPix->drawable, pScratchGC);
295 (*pScratchGC->ops->PolyFillRect) (&pPix->drawable,
308 if (pPix)
309 FreeScratchPixmapHeader(pPix);
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xace.c 248 PixmapPtr pPix = NULL;
282 pPix = GetScratchPixmapHeader(pDraw->pScreen, w, h,
285 if (!pPix)
291 pScratchGC = GetScratchGC(depth, pPix->drawable.pScreen);
298 ValidateGC(&pPix->drawable, pScratchGC);
299 (* pScratchGC->ops->PolyFillRect)(&pPix->drawable,
312 if (pPix) FreeScratchPixmapHeader(pPix);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fboverlay.c 310 PixmapPtr pPix = (PixmapPtr) pScrPriv->layer[i].u.run.pixmap;
311 if (pPix->drawable.bitsPerPixel == 32) {
312 pPix->drawable.bitsPerPixel = 24;
313 pitch = BitmapBytePad(pPix->drawable.width * 24);
314 pPix->devKind = pitch;
fb24_32.c 599 PixmapPtr pPix = (PixmapPtr)pScreen->devPrivate;
600 pPix->drawable.bitsPerPixel = 24;
601 pPix->devKind = pitch;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_dri.c 1187 PixmapPtr pPix = pScrn->pScreen->GetScreenPixmap(pScrn->pScreen);
1206 R128GetPixmapOffsetPitch(pPix, &src_pitch_offset);
1231 (*info->ExaDriver->Copy)(pPix, xa, ya, xa, ya, xb - xa + 1, yb - ya + 1);
1243 PixmapPtr pPix = pScreen->GetScreenPixmap(pScreen);
1266 R128GetPixmapOffsetPitch(pPix, &src_pitch_offset);
1273 (*info->ExaDriver->Copy)(pPix, 0, 0, 0, 0, pScrn->virtualX, pScrn->virtualY);
r128_exa_render.c 107 PixmapPtr pPix = pScreen->CreatePixmap(pScreen, 1, 1, 32, 0);
109 exaMoveInPixmap(pPix);
110 if (!exaDrawableIsOffscreen(&pPix->drawable)) {
111 pScreen->DestroyPixmap(pPix);
118 R128CopySwap(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), (uint8_t*)&solid, 4,
121 R128CopySwap(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), (uint8_t*)&solid, 4,
126 memcpy(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), &solid, 4);
128 return pPix;
302 R128TextureSetup(PicturePtr pPict, PixmapPtr pPix, int unit, uint32_t *txsize, uint32_t *tex_cntl_c, Bool trying_solid)
304 ScreenPtr pScreen = pPix->drawable.pScreen
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_unaccel.c 438 PixmapPtr pPix = exaGetDrawablePixmap(pDrawable);
444 if (pExaScr->srcPix == pPix)
446 else if (pExaScr->maskPix == pPix)
451 exaGetDrawableDeltas(pDrawable, pPix, &xoff, &yoff);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dri.c 318 CreateSurfaceForPixmap(ScreenPtr pScreen, PixmapPtr pPix)
322 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix);
332 pDRIDrawablePriv->pDraw = (DrawablePtr)pPix;
353 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey,
419 PixmapPtr pPix = (PixmapPtr)pDrawable;
421 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL);
521 PixmapPtr pPix = NULL;
528 pPix = (PixmapPtr)pDrawable;
529 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix);
560 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL)
    [all...]
driWrap.c 111 PixmapPtr pPix = (PixmapPtr)pDraw;
113 saved->devKind = pPix->devKind;
114 saved->devPrivate.ptr = pPix->devPrivate.ptr;
117 pPix->devKind = pitch;
118 pPix->devPrivate.ptr = buffer;
127 PixmapPtr pPix = (PixmapPtr)pDraw;
132 pPix->devKind = saved->devKind;
133 pPix->devPrivate.ptr = saved->devPrivate.ptr;
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_unaccel.c 445 PixmapPtr pPix = exaGetDrawablePixmap (pDrawable);
451 if (pExaScr->srcPix == pPix)
453 else if (pExaScr->maskPix == pPix)
458 exaGetDrawableDeltas(pDrawable, pPix, &xoff, &yoff);
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dri.c 330 CreateSurfaceForPixmap(ScreenPtr pScreen, PixmapPtr pPix) {
333 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix);
343 pDRIDrawablePriv->pDraw = (DrawablePtr)pPix;
364 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey,
430 PixmapPtr pPix = (PixmapPtr)pDrawable;
432 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL);
528 PixmapPtr pPix = NULL;
534 pPix = (PixmapPtr)pDrawable;
535 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix);
565 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL)
    [all...]
driWrap.c 101 PixmapPtr pPix = (PixmapPtr)pDraw;
103 saved->devKind = pPix->devKind;
104 saved->devPrivate.ptr = pPix->devPrivate.ptr;
107 pPix->devKind = pitch;
108 pPix->devPrivate.ptr = buffer;
116 PixmapPtr pPix = (PixmapPtr)pDraw;
121 pPix->devKind = saved->devKind;
122 pPix->devPrivate.ptr = saved->devPrivate.ptr;
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessScreen.c 83 PixmapPtr pPix;
86 pPix = (*pScreen->GetScreenPixmap)(pScreen);
87 if (pPix == NULL) {
88 pPix = (*pScreen->CreatePixmap)(pScreen, 0, 0, pScreen->rootDepth, 0);
89 (*pScreen->SetScreenPixmap)(pPix);
104 pScreen->ModifyPixmapHeader(pPix, pScreen->width, pScreen->height,
110 pPix->devKind = 0;
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessScreen.c 102 PixmapPtr pPix;
105 pPix = (*pScreen->GetScreenPixmap) (pScreen);
106 if (pPix == NULL) {
107 pPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0);
108 (*pScreen->SetScreenPixmap) (pPix);
123 pScreen->ModifyPixmapHeader(pPix, pScreen->width, pScreen->height,
129 pPix->devKind = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
xf86dga2.c 258 PixmapPtr pPix;
262 DGASetMode(i, 0, &mode, &pPix);
276 PixmapPtr pPix;
305 DGASetMode(stuff->screen, 0, &mode, &pPix);
310 if(Success != DGASetMode(stuff->screen, stuff->mode, &mode, &pPix))
320 if(pPix) {
321 if(AddResource(stuff->pid, RT_PIXMAP, (pointer)(pPix))) {
322 pPix->drawable.id = (int)stuff->pid;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-accel.c 109 PixmapPtr pPix;
130 pPix = uxa_get_offscreen_pixmap(pDrawable, &xoff, &yoff);
131 if (!pPix)
159 ok = uxa_screen->info->put_image(pPix, x1 + xoff, y1 + yoff,
1039 PixmapPtr pPix = uxa_get_drawable_pixmap(pDrawable);
1043 uxa_get_drawable_deltas(pDrawable, pPix, &xoff, &yoff);
1053 pPix = uxa_get_offscreen_pixmap(pDrawable, &xoff, &yoff);
1055 if (pPix == NULL || uxa_screen->info->get_image == NULL)
1068 ok = uxa_screen->info->get_image(pPix, pDrawable->x + x + xoff,

Completed in 22 milliseconds

1 2 3