Lines Matching defs:pXAAinfo
1274 XAAInfoRecPtr pXAAinfo;
1278 pTseng->AccelInfoRec = pXAAinfo = XAACreateInfoRec();
1279 if (!pXAAinfo)
1285 pXAAinfo->Flags = PIXMAP_CACHE;
1291 pXAAinfo->Sync = TsengSync;
1313 pXAAinfo->SolidFillFlags |= NO_PLANEMASK;
1316 pXAAinfo->SetupForSolidFill = TsengSetupForSolidFill;
1318 pXAAinfo->SubsequentSolidFillRect = Tseng6KSubsequentSolidFillRect;
1320 pXAAinfo->SubsequentSolidFillRect = TsengW32pSubsequentSolidFillRect;
1325 pXAAinfo->SubsequentFillTrapezoidSolid = TsengSubsequentFillTrapezoidSolid;
1338 pXAAinfo->CopyAreaFlags = NO_PLANEMASK;
1340 pXAAinfo->CopyAreaFlags |= NO_TRANSPARENCY;
1343 pXAAinfo->CopyAreaFlags = NO_TRANSPARENCY;
1346 pXAAinfo->SetupForScreenToScreenCopy =
1348 pXAAinfo->SubsequentScreenToScreenCopy =
1363 pXAAinfo->ScanlineImageWriteFlags =
1364 pXAAinfo->CopyAreaFlags | LEFT_EDGE_CLIPPING /* | NO_GXCOPY */ ;
1365 pXAAinfo->NumScanlineImageWriteBuffers = 2;
1366 pXAAinfo->SetupForScanlineImageWrite =
1368 pXAAinfo->SubsequentScanlineImageWriteRect =
1370 pXAAinfo->SubsequentImageWriteScanline =
1374 for (i = 0; i < pXAAinfo->NumScanlineImageWriteBuffers; i++) {
1379 pXAAinfo->ScanlineImageWriteBuffers = pTseng->XAAScanlineImageWriteBuffers;
1388 pXAAinfo->Color8x8PatternFillFlags = HARDWARE_PATTERN_PROGRAMMED_ORIGIN;
1390 pXAAinfo->CachePixelGranularity = 8 * 8;
1393 pXAAinfo->PatternFlags |= HARDWARE_PATTERN_NO_PLANEMASK;
1395 pXAAinfo->PatternFlags |= HARDWARE_PATTERN_TRANSPARENCY;
1401 pXAAinfo->SetupForColor8x8PatternFill =
1403 pXAAinfo->SubsequentColor8x8PatternFillRect =
1469 pXAAinfo->SolidLineFlags = 0;
1470 pXAAinfo->SetupForSolidLine = TsengSetupForSolidFill;
1471 pXAAinfo->SubsequentSolidBresenhamLine =
1481 pXAAinfo->SolidBresenhamLineErrorTermBits = 13;
1547 return (XAAInit(pScreen, pXAAinfo));