Lines Matching defs:pGeode

47     GeodeRec *pGeode = GEODEPTR(pScrni);
53 if (option && (!(pGeode->Output & OUTPUT_CRT))) {
60 if (pGeode->Output & OUTPUT_PANEL)
67 GeodeRec *pGeode = GEODEPTR(pScrni);
69 if (pGeode->Output & OUTPUT_PANEL)
72 if (pGeode->Output & OUTPUT_CRT) {
76 if (pGeode->Output & OUTPUT_PANEL)
164 GeodeRec *pGeode = GEODEPTR(pScrni);
170 mode.flags |= pGeode->Output & OUTPUT_CRT ? VG_MODEFLAG_CRT_AND_FP : 0;
172 if (pGeode->Output & OUTPUT_PANEL) {
174 if (pGeode->Output & OUTPUT_CRT)
178 if (pGeode->Output & OUTPUT_PANEL && pGeode->Scale)
179 lx_set_panel_mode(&mode, pGeode->panelMode);
197 GeodeRec *pGeode = GEODEPTR(pScrni);
199 if (pGeode->Output & OUTPUT_DCON)
268 GeodeRec *pGeode = GEODEPTR(pScrni);
292 vg_set_display_pitch(pGeode->Pitch);
298 (char *) pGeode->FBBase));
315 GeodeRec *pGeode = GEODEPTR(pScrni);
322 if (pGeode->Compression) {
323 vg_configure_compression(&(pGeode->CBData));
433 GeodeRec *pGeode = GEODEPTR(pScrni);
435 if (pGeode->shadowArea) {
436 if (pGeode->shadowArea->size != size) {
437 exaOffscreenFree(pScrni->pScreen, pGeode->shadowArea);
438 pGeode->shadowArea = NULL;
442 if (pGeode->shadowArea == NULL) {
443 pGeode->shadowArea =
446 if (pGeode->shadowArea == NULL)
450 pScrni->fbOffset = pGeode->shadowArea->offset;
458 GeodePtr pGeode = GEODEPTR(pScrni);
470 size, GeodeOffscreenFreeSize(pGeode));
475 memset(pGeode->FBBase + pGeode->shadowArea->offset, 0, size);
476 return pGeode->FBBase + pGeode->shadowArea->offset;
506 GeodeRec *pGeode = GEODEPTR(pScrni);
514 if (pGeode->shadowArea != NULL) {
515 exaOffscreenFree(pScrni->pScreen, pGeode->shadowArea);
516 pGeode->shadowArea = NULL;