Lines Matching defs:pExa
257 if (pGeode->useEXA && pGeode->pExa) {
258 ExaDriverPtr pExa = pGeode->pExa;
260 pExa->offScreenBase = fboffset;
261 pExa->memorySize = fboffset + fbavail;
406 pGeode->pExa->memoryBase = pGeode->FBBase;
1035 if (pGeode->pExa) {
1037 free(pGeode->pExa);
1038 pGeode->pExa = NULL;
1303 if (!(pGeode->pExa = exaDriverAlloc())) {
1309 ExaDriverPtr pExa = pGeode->pExa;
1312 pExa->memoryBase = 0;
1315 pExa->memorySize = 0;
1317 pExa->pixmapOffsetAlign = 32;
1318 pExa->pixmapPitchAlign = 32;
1319 pExa->flags = EXA_OFFSCREEN_PIXMAPS;
1320 pExa->maxX = GX_MAX_WIDTH - 1;
1321 pExa->maxY = GX_MAX_HEIGHT - 1;