Lines Matching defs:pGeode
122 LXCopyFromSys(GeodeRec * pGeode, unsigned char *src, unsigned int dst,
180 this to structures? I hate to put it in pGeode since it will increase the size of
220 GeodeRec *pGeode = GEODEPTR(pScrni);
274 LXCopyFromSys(pGeode, buf + YSrcOffset,
280 LXCopyFromSys(pGeode, buf + USrcOffset,
299 GeodeRec *pGeode = GEODEPTR(pScrni);
307 lines = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
338 GeodeCopyGreyscale(buf + srcOffset, pGeode->FBBase + dstOffset,
343 LXCopyFromSys(pGeode, buf + srcOffset, dstOffset, dstPitch, srcPitch,
472 GeodeRec *pGeode = GEODEPTR(pScrni);
478 if (pGeode->rotation != RR_Rotate_0)
633 GeodeRec *pGeode = GEODEPTR(pScrni);
635 if (!pGeode->NoAccel) {
636 GeodePortPrivRec *pPriv = pGeode->adaptor->pPortPrivates[0].ptr;
650 GeodeRec *pGeode = GEODEPTR(pScrni);
653 pScrn->BlockHandler = pGeode->BlockHandler;
693 GeodeRec *pGeode = GEODEPTR(pScrni);
744 pGeode->adaptor = adapt;
746 pGeode->BlockHandler = pScrn->BlockHandler;
818 GeodeRec *pGeode = GEODEPTR(pScrni);
830 lines = ((pitch * h) + (pGeode->Pitch - 1)) / pGeode->Pitch;
953 GeodeRec *pGeode;
959 pGeode = GEODEPTR(pScrni);
961 if (pGeode->NoAccel) {