Lines Matching defs:pGeode

350       GeodePtr pGeode = GEODEPTR(pScreenInfo);
355 WRITE_GP32(MGP_STRIDE, (srcpitch << 16) | pGeode->Pitch);
365 pGeode->Pitch), ImgBufOffset,
518 GeodePtr pGeode = GEODEPTR(pScreenInfo);
526 ((unsigned long *)((pGeode->FBBase +
802 GeodePtr pGeode;
806 pGeode = GEODEPTR(pScreenInfo);
810 if ((Geodeheight <= pGeode->NoOfImgBuffers) &&
814 } else if ((Geodeheight > pGeode->NoOfImgBuffers)
815 && (GeodeCounter == pGeode->NoOfImgBuffers)) {
817 Geodeheight -= pGeode->NoOfImgBuffers;
818 blt_height = pGeode->NoOfImgBuffers;
942 GeodePtr pGeode = GEODEPTR(pScrn);
945 (unsigned char *)(pGeode->FBBase +
947 pGeode->Pitch));
1364 GeodePtr pGeode = GEODEPTR(pScreenInfo);
1368 pGeode->FBBase)));
1371 WRITE_GP32(MGP_STRIDE, (((w + 31) >> 5) << 18) | pGeode->Pitch);
1399 GeodePtr pGeode = GEODEPTR(pScreenInfo);
1404 WRITE_GP32(MGP_STRIDE, pGeode->Pitch);
1485 GeodePtr pGeode = GEODEPTR(pScreenInfo);
1505 WRITE_GP32(MGP_STRIDE, pGeode->Pitch | (pGeode->Pitch << 16));
1703 GeodePtr pGeode;
1708 pGeode = GEODEPTR(pScreenInfo);
1711 if ((Geodeheight <= pGeode->NoOfImgBuffers) &&
1715 } else if ((Geodeheight > pGeode->NoOfImgBuffers)
1716 && (GeodeCounter == pGeode->NoOfImgBuffers)) {
1718 Geodeheight -= pGeode->NoOfImgBuffers;
1719 blt_height = pGeode->NoOfImgBuffers;
1911 GeodePtr pGeode = GEODEPTR(pScrn);
1964 WRITE_GP32(MGP_STRIDE, pGeode->Pitch);
2134 GeodePtr pGeode;
2138 pGeode = GEODEPTR(pScreenInfo);
2154 switch (pGeode->Pitch) {
2170 pGeode->AccelInfoRec = localRecPtr = XAACreateInfoRec();
2250 if (pGeode->AccelImageWriteBufferOffsets) {
2255 localRecPtr->ColorExpandBase = pGeode->AccelImageWriteBufferOffsets[0];
2256 localRecPtr->ColorExpandRange = pGeode->NoOfImgBuffers << gu2_yshift;
2266 localRecPtr->ImageWriteBase = pGeode->AccelImageWriteBufferOffsets[0];
2267 localRecPtr->ImageWriteRange = pGeode->NoOfImgBuffers << gu2_yshift;
2276 pGeode->AccelImageWriteBufferOffsets;
2277 localRecPtr->NumScanlineImageWriteBuffers = pGeode->NoOfImgBuffers;
2278 localRecPtr->ImageWriteRange = pGeode->NoOfImgBuffers << gu2_yshift;
2286 ImgBufOffset = pGeode->AccelImageWriteBufferOffsets[0] - pGeode->FBBase;
2289 Geodesrcx = ImgBufOffset & (pGeode->Pitch - 1);