Lines Matching defs:pGeode
239 GeodePtr pGeode;
246 pGeode = GEODEPTR(pScreenInfo);
418 GeodePtr pGeode = GEODEPTR(pScrn);
420 GeodePortPrivPtr pPriv = pGeode->adaptor->pPortPrivates[0].ptr;
422 if (!pGeode->NoAccel) GX2AccelSync(pScrn);
449 GeodePtr pGeode = GEODEPTR(pScrn);
483 pPriv->colorKey = pGeode->videoKey;
495 pGeode->adaptor = adapt;
497 pGeode->BlockHandler = pScreen->BlockHandler;
533 GeodePtr pGeode = GEODEPTR(pScrn);
537 if (!pGeode->NoAccel) GX2AccelSync(pScrn);
547 pGeode->OverlayON = FALSE;
580 GeodePtr pGeode = GEODEPTR(pScrn);
582 if (!pGeode->NoAccel) GX2AccelSync(pScrn);
841 GeodePtr pGeode = GEODEPTR(pScrn);
858 DeltaY = startAddress / pGeode->Pitch;
859 DeltaX = startAddress & (pGeode->Pitch - 1);
863 if (pGeode->Panel) {
865 ovly.x2 = x + pGeode->video_dstw;
867 ovly.y2 = y + pGeode->video_dsth;
870 display.x2 = DeltaX + pGeode->FPBX;
872 display.y2 = DeltaY + pGeode->FPBY;
940 GeodePtr pGeode = GEODEPTR(pScrn);
942 if (!pGeode->NoAccel) GX2AccelSync(pScrn);
971 if (pGeode->Panel) {
972 pGeode->video_x = dstBox->x1;
973 pGeode->video_y = dstBox->y1;
974 pGeode->video_w = width;
975 pGeode->video_h = height;
976 pGeode->video_srcw = src_w;
977 pGeode->video_srch = src_h;
978 pGeode->video_dstw = drw_w;
979 pGeode->video_dsth = drw_h;
980 pGeode->video_offset = offset;
981 pGeode->video_id = id;
982 pGeode->video_scrnptr = pScrn;
1024 GeodePtr pGeode = GEODEPTR(pScrn);
1087 new_h += pGeode->Pitch - 1;
1088 new_h /= pGeode->Pitch;
1097 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
1121 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1125 offset += (new_h >> 1) * pGeode->Pitch;
1128 dst_start = pGeode->FBBase + offset + left;
1147 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1150 offset += (new_h >> 1) * pGeode->Pitch;
1153 dst_start = pGeode->FBBase + offset + left;
1213 pGeode->OverlayON = TRUE;
1293 GeodePtr pGeode = GEODEPTR(pScrn);
1296 pScreen->BlockHandler = pGeode->BlockHandler;
1300 if (!pGeode->NoAccel) GX2AccelSync(pScrn);