Lines Matching refs:pPix

56 ephyrPreparePipelinedAccess(PixmapPtr pPix, int index)  in ephyrPreparePipelinedAccess()  argument
58 KdScreenPriv(pPix->drawable.pScreen); in ephyrPreparePipelinedAccess()
64 fakexa->saved_ptrs[index] = pPix->devPrivate.ptr; in ephyrPreparePipelinedAccess()
66 if (pPix->devPrivate.ptr != NULL) in ephyrPreparePipelinedAccess()
69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix); in ephyrPreparePipelinedAccess()
77 ephyrFinishPipelinedAccess(PixmapPtr pPix, int index) in ephyrFinishPipelinedAccess() argument
79 KdScreenPriv(pPix->drawable.pScreen); in ephyrFinishPipelinedAccess()
84 pPix->devPrivate.ptr = fakexa->saved_ptrs[index]; in ephyrFinishPipelinedAccess()
93 ephyrPrepareSolid(PixmapPtr pPix, int alu, Pixel pm, Pixel fg) in ephyrPrepareSolid() argument
95 ScreenPtr pScreen = pPix->drawable.pScreen; in ephyrPrepareSolid()
103 ephyrPreparePipelinedAccess(pPix, EXA_PREPARE_DEST); in ephyrPrepareSolid()
105 fakexa->pDst = pPix; in ephyrPrepareSolid()
106 fakexa->pGC = GetScratchGC(pPix->drawable.depth, pScreen); in ephyrPrepareSolid()
114 ValidateGC(&pPix->drawable, fakexa->pGC); in ephyrPrepareSolid()
125 ephyrSolid(PixmapPtr pPix, int x1, int y1, int x2, int y2) in ephyrSolid() argument
127 ScreenPtr pScreen = pPix->drawable.pScreen; in ephyrSolid()
141 ephyrDoneSolid(PixmapPtr pPix) in ephyrDoneSolid() argument
143 ScreenPtr pScreen = pPix->drawable.pScreen; in ephyrDoneSolid()
152 ephyrFinishPipelinedAccess(pPix, EXA_PREPARE_DEST); in ephyrDoneSolid()
382 ephyrPrepareAccess(PixmapPtr pPix, int index) in ephyrPrepareAccess() argument
387 assert(pPix->devPrivate.ptr != NULL); in ephyrPrepareAccess()