Searched refs:pDstPix (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c493 PixmapPtr pDstPix; local in function:ExaOffscreenDefragment
496 pDstPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, 0, 0);
498 if (!pDstPix)
501 pExaDstPix = ExaGetPixmapPriv (pDstPix);
562 pDstPix->drawable.width = pSrcPix->drawable.width;
563 pDstPix->devKind = pSrcPix->devKind;
564 pDstPix->drawable.height = pSrcPix->drawable.height;
565 pDstPix->drawable.depth = pSrcPix->drawable.depth;
566 pDstPix->drawable.bitsPerPixel = pSrcPix->drawable.bitsPerPixel;
568 if (!pExaScr->info->PrepareCopy (pSrcPix, pDstPix,
[all...]
H A Dexa_render.c266 PixmapPtr pSrcPix, pDstPix; local in function:exaTryDriverSolidFill
271 pDstPix = exaGetDrawablePixmap (pDst->pDrawable);
272 pDstExaPix = ExaGetPixmapPriv(pDstPix);
293 exaGetDrawableDeltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
317 pixmaps[0].pPix = pDstPix;
322 if (!exaPixmapHasGpuCopy(pDstPix)) {
327 if (!(*pExaScr->info->PrepareSolid) (pDstPix, GXcopy, 0xffffffff, pixel))
338 (*pExaScr->info->Solid) (pDstPix, pbox->x1, pbox->y1, pbox->x2, pbox->y2);
342 (*pExaScr->info->DoneSolid) (pDstPix);
360 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; local in function:exaTryDriverCompositeRects
653 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; local in function:exaTryDriverComposite
[all...]
H A Dexa_unaccel.c497 PixmapPtr pDstPix; local in function:ExaPrepareCompositeReg
591 pDstPix = exaGetDrawablePixmap(pDst->pDrawable);
596 exaGetDrawableDeltas (pDst->pDrawable, pDstPix, &xoff, &yoff);
606 pExaScr->prepare_access_reg(pDstPix, EXA_PREPARE_DEST, dstReg);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c481 PixmapPtr pDstPix; local in function:ExaOffscreenDefragment
484 pDstPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, 0, 0);
486 if (!pDstPix)
489 pExaDstPix = ExaGetPixmapPriv(pDstPix);
548 pDstPix->drawable.width = pSrcPix->drawable.width;
549 pDstPix->devKind = pSrcPix->devKind;
550 pDstPix->drawable.height = pSrcPix->drawable.height;
551 pDstPix->drawable.depth = pSrcPix->drawable.depth;
552 pDstPix->drawable.bitsPerPixel = pSrcPix->drawable.bitsPerPixel;
554 if (!pExaScr->info->PrepareCopy(pSrcPix, pDstPix,
[all...]
H A Dexa_render.c260 PixmapPtr pSrcPix, pDstPix; local in function:exaTryDriverSolidFill
265 pDstPix = exaGetDrawablePixmap(pDst->pDrawable);
266 pDstExaPix = ExaGetPixmapPriv(pDstPix);
285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
311 pixmaps[0].pPix = pDstPix;
316 if (!exaPixmapHasGpuCopy(pDstPix)) {
321 if (!(*pExaScr->info->PrepareSolid) (pDstPix, GXcopy, 0xffffffff, pixel)) {
330 (*pExaScr->info->Solid) (pDstPix, pbox->x1, pbox->y1, pbox->x2,
335 (*pExaScr->info->DoneSolid) (pDstPix);
352 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; local in function:exaTryDriverCompositeRects
643 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; local in function:exaTryDriverComposite
[all...]
H A Dexa_unaccel.c485 PixmapPtr pDstPix; local in function:ExaPrepareCompositeReg
567 pDstPix = exaGetDrawablePixmap(pDst->pDrawable);
572 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &xoff, &yoff);
582 pExaScr->prepare_access_reg(pDstPix, EXA_PREPARE_DEST, dstReg);
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-render.c255 PixmapPtr pSrcPix, pDstPix; local in function:uxa_try_driver_solid_fill
259 pDstPix = uxa_get_drawable_pixmap (pDst->pDrawable);
272 uxa_get_drawable_deltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
278 if (!uxa_pixmap_is_offscreen(pDstPix)) {
297 if (!(*uxa_screen->info->prepare_solid) (pDstPix, GXcopy, 0xffffffff, pixel))
308 (*uxa_screen->info->solid) (pDstPix, pbox->x1, pbox->y1, pbox->x2, pbox->y2);
312 (*uxa_screen->info->done_solid) (pDstPix);
522 PixmapPtr pSrcPix, pDstPix; local in function:uxa_try_driver_composite_rects
533 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
534 if (!pDstPix)
651 PixmapPtr pSrcPix, pMaskPix = NULL, pDstPix; local in function:uxa_try_driver_composite
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-render.c379 PixmapPtr pSrcPix = NULL, pDstPix; local in function:uxa_try_driver_solid_fill
385 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
386 if (!pDstPix)
437 (pDstPix, GXcopy, FB_ALLONES, pixel)) {
448 (*uxa_screen->info->solid) (pDstPix, pbox->x1, pbox->y1,
453 (*uxa_screen->info->done_solid) (pDstPix);
953 PixmapPtr pSrcPix, pMaskPix = NULL, pDstPix; local in function:uxa_try_driver_composite
1004 pDstPix =
1006 if (!pDstPix) {
1086 (op, localSrc, localMask, localDst, pSrcPix, pMaskPix, pDstPix)) {
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-render.c379 PixmapPtr pSrcPix = NULL, pDstPix; local in function:uxa_try_driver_solid_fill
385 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
386 if (!pDstPix)
437 (pDstPix, GXcopy, FB_ALLONES, pixel)) {
448 (*uxa_screen->info->solid) (pDstPix, pbox->x1, pbox->y1,
453 (*uxa_screen->info->done_solid) (pDstPix);
953 PixmapPtr pSrcPix, pMaskPix = NULL, pDstPix; local in function:uxa_try_driver_composite
1004 pDstPix =
1006 if (!pDstPix) {
1086 (op, localSrc, localMask, localDst, pSrcPix, pMaskPix, pDstPix)) {
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-render.c374 PixmapPtr pSrcPix = NULL, pDstPix; local in function:uxa_try_driver_solid_fill
380 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
381 if (!pDstPix)
432 (pDstPix, GXcopy, FB_ALLONES, pixel)) {
443 (*uxa_screen->info->solid) (pDstPix, pbox->x1, pbox->y1,
448 (*uxa_screen->info->done_solid) (pDstPix);
1092 PixmapPtr pSrcPix, pMaskPix = NULL, pDstPix; local in function:uxa_try_driver_composite
1143 pDstPix =
1145 if (!pDstPix) {
1233 (op, localSrc, localMask, localDst, pSrcPix, pMaskPix, pDstPix)) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c1879 PixmapPtr pScreenPix, pDstPix; local in function:XAAWriteBitmapToCacheLinear
1885 pDstPix = GetScratchPixmapHeader(pScreen, pScreenPix->drawable.width,
1895 ValidateGC((DrawablePtr)pDstPix, pGC);
1900 (*pGC->ops->PutImage)((DrawablePtr)pDstPix, pGC, 1, x, y, w, h, 0,
1904 FreeScratchPixmapHeader(pDstPix);
1933 PixmapPtr pScreenPix, pDstPix; local in function:XAAWritePixmapToCacheLinear
1938 pDstPix = GetScratchPixmapHeader(pScreen, x + w, y + h,
1943 ValidateGC((DrawablePtr)pDstPix, pGC);
1949 (*pGC->ops->PutImage)((DrawablePtr)pDstPix, pGC, depth, x, y, w,
1957 (*pGC->ops->CopyArea)((DrawablePtr)pSrcPix, (DrawablePtr)pDstPix,
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_unaccel.c843 PixmapPtr pDstPix; local in function:saa_prepare_composite_reg
871 pDstPix = saa_get_drawable_pixmap(pDst->pDrawable);
872 dst_spix = saa_get_saa_pixmap(pDstPix);
885 if (!saa_prepare_access_pixmap(pDstPix, *access, dstReg))
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c1047 PixmapPtr pSrcPix = NULL, pDstPix = NULL; local in function:ProcRenderAddGlyphs
1165 pDstPix = (pScreen->CreatePixmap) (pScreen,
1169 if (!pDstPix)
1176 CreatePicture (0, &pDstPix->drawable,
1183 (pScreen->DestroyPixmap) (pDstPix);
1184 pDstPix = NULL;
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c1009 PixmapPtr pSrcPix = NULL, pDstPix = NULL; local in function:ProcRenderAddGlyphs
1119 pDstPix = (pScreen->CreatePixmap) (pScreen,
1123 if (!pDstPix) {
1128 pDst = CreatePicture(0, &pDstPix->drawable,
1136 (pScreen->DestroyPixmap) (pDstPix);
1137 pDstPix = NULL;

Completed in 30 milliseconds