Lines Matching refs:pXAAinfo

230     XAAInfoRecPtr	pXAAinfo;
235 pApm->AccelInfoRec = pXAAinfo = XAACreateInfoRec();
236 if (!pXAAinfo)
301 ApmSetupXAAInfo(pApm, pXAAinfo);
325 pXAAinfo->CachePixelGranularity = (pApm->CurrentLayout.mask32 + 1) << 1;
336 return XAAInit(pScreen, pXAAinfo);
339 void ApmSetupXAAInfo(ApmPtr pApm, XAAInfoRecPtr pXAAinfo)
392 if (!pXAAinfo)
398 pXAAinfo->Flags = PIXMAP_CACHE | LINEAR_FRAMEBUFFER | OFFSCREEN_PIXMAPS;
399 pXAAinfo->CacheMonoStipple = ApmCacheMonoStipple;
402 #define XAA(s) pXAAinfo->s = Apm##s
404 pXAAinfo->Sync = ApmSync6422;
409 pXAAinfo->SolidFillFlags = NO_PLANEMASK;
414 pXAAinfo->ScreenToScreenColorExpandFillFlags = NO_PLANEMASK;
424 pXAAinfo->CPUToScreenColorExpandFillFlags =
430 pXAAinfo->ColorExpandBase = pApm->BltMap;
431 pXAAinfo->ColorExpandRange = (pApm->Chipset >= AT3D) ? 32*1024 : 30*1024;
435 pXAAinfo->ImageWriteFlags =
440 pXAAinfo->ImageWriteBase = pApm->BltMap;
441 pXAAinfo->ImageWriteRange = (pApm->Chipset >= AT3D) ? 32*1024 : 30*1024;
445 pXAAinfo->WritePixmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
448 pXAAinfo->FillImageWriteRectsFlags =
452 pXAAinfo->WriteBitmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
456 pXAAinfo->TEGlyphRendererFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
461 pXAAinfo->ScreenToScreenCopyFlags = NO_PLANEMASK;
466 pXAAinfo->SolidLineFlags = NO_PLANEMASK | HARDWARE_CLIP_LINE;
468 pXAAinfo->SolidBresenhamLineErrorTermBits = 15;
474 pXAAinfo->Mono8x8PatternFillFlags = NO_PLANEMASK |
480 pXAAinfo->Color8x8PatternFillFlags = NO_PLANEMASK |
487 pXAAinfo->SubsequentSolidBresenhamLine =
492 #define XAA(s) pXAAinfo->s = Apm##s##24
496 pXAAinfo->SolidFillFlags = NO_PLANEMASK;
502 pXAAinfo->ScreenToScreenColorExpandFillFlags = NO_PLANEMASK;
511 pXAAinfo->CPUToScreenColorExpandFillFlags =
517 pXAAinfo->ColorExpandBase = pApm->BltMap;
518 pXAAinfo->ColorExpandRange = 32*1024;
522 pXAAinfo->ImageWriteFlags =
526 pXAAinfo->ImageWriteBase = pApm->BltMap;
527 pXAAinfo->ImageWriteRange = 32*1024;
531 pXAAinfo->WritePixmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
534 pXAAinfo->FillImageWriteRectsFlags =
538 pXAAinfo->WriteBitmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
542 pXAAinfo->TEGlyphRendererFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
547 pXAAinfo->SolidLineFlags = NO_PLANEMASK | HARDWARE_CLIP_LINE;
550 pXAAinfo->SolidBresenhamLineErrorTermBits = 15;
553 pXAAinfo->Mono8x8PatternFillFlags = NO_PLANEMASK | NO_TRANSPARENCY |
561 pXAAinfo->ScreenToScreenCopyFlags = NO_PLANEMASK | NO_TRANSPARENCY;