Lines Matching refs:XAA
108 /* Can resize if XAA is disabled or EXA is enabled */
111 !pNv->xaa ||
284 if(!s || !strcasecmp(s, "xaa"))
285 pNv->AccelMethod = XAA;
408 /* We can grow the desktop if XAA is disabled */
434 case XAA:
435 if(!xf86LoadSubModule(pScrn, "xaa")) pNv->NoAccel = 1;
510 if(pNv->xaa)
511 XAADestroyInfoRec(pNv->xaa);
622 if(pNv->architecture == 0xaa || pNv->architecture == 0xac) {
818 case XAA:
821 "XAA hardware acceleration initialization failed\n");
859 if(pNv->xaa) {
861 pNv->xaa->SetupForSolidFill(pScrn, 0, GXcopy, ~0);
862 pNv->xaa->SubsequentSolidFillRect(pScrn,
921 if(pNv->xaa)