Lines Matching defs:pGeode
41 GeodeRec *pGeode = GEODEPTR(pScrni);
43 *size = pGeode->displayPitch;
45 return (pGeode->FBBase + pGeode->displayOffset) +
46 row * pGeode->displayPitch + offset;
53 GeodeRec *pGeode = GEODEPTR(pScrni);
54 int rotate = pGeode->rotation;
94 GeodeRec *pGeode = GEODEPTR(pScrni);
95 Rotation curr = pGeode->rotation;
101 pGeode->rotation = GXGetRotation(pScrni->pScreen);
105 if (pGeode->rotation == curr && pGeode->curMode == mode) {
111 switch (pGeode->rotation) {
114 pScrni->displayWidth = pGeode->displayWidth;
115 pGeode->Pitch = pGeode->displayPitch;
125 pScrni->displayWidth = pGeode->displayWidth;
134 if (pGeode->rotation != RR_Rotate_0) {
138 pGeode->rotation, NULL);
146 if (pGeode->rotation == RR_Rotate_0)
147 pScrni->fbOffset = pGeode->displayOffset;
149 pScrni->fbOffset = pGeode->shadowOffset;
159 (pointer) (pGeode->FBBase +
164 if (pGeode->AccelInfoRec) {
165 if (pGeode->rotation == RR_Rotate_0) {
166 pGeode->AccelInfoRec->Flags =
168 pGeode->AccelInfoRec->UsingPixmapCache = TRUE;
169 pGeode->AccelInfoRec->maxOffPixWidth = 0;
170 pGeode->AccelInfoRec->maxOffPixHeight = 0;
173 pGeode->AccelInfoRec->Flags = LINEAR_FRAMEBUFFER;
174 pGeode->AccelInfoRec->UsingPixmapCache = FALSE;
175 pGeode->AccelInfoRec->maxOffPixWidth = 1;
176 pGeode->AccelInfoRec->maxOffPixHeight = 1;
196 pGeode->rotation = curr;