Searched refs:localRecPtr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c205 static XAAInfoRecPtr localRecPtr; variable in typeref:typename:XAAInfoRecPtr
339 localRecPtr->ColorExpandBase,
1367 WRITE_GP32(MGP_SRC_OFFSET, ((unsigned int)(localRecPtr->ColorExpandBase -
2170 pGeode->AccelInfoRec = localRecPtr = XAACreateInfoRec();
2173 localRecPtr->Flags = PIXMAP_CACHE | OFFSCREEN_PIXMAPS | LINEAR_FRAMEBUFFER;
2176 localRecPtr->Sync = GX2AccelSync;
2179 localRecPtr->SetupForSolidFill = OPTACCEL(GX2SetupForFillRectSolid);
2180 localRecPtr->SubsequentSolidFillRect =
2182 localRecPtr->SolidFillFlags = 0;
2185 localRecPtr
[all...]
H A Dnsc_gx1_accel.c194 static XAAInfoRecPtr localRecPtr; variable in typeref:typename:XAAInfoRecPtr
1703 pGeode->AccelInfoRec = localRecPtr = XAACreateInfoRec();
1706 localRecPtr->Flags = PIXMAP_CACHE | OFFSCREEN_PIXMAPS | LINEAR_FRAMEBUFFER;
1707 localRecPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
1710 localRecPtr->Sync = GX1AccelSync;
1713 localRecPtr->SetupForSolidFill = (GX1SetupForFillRectSolid);
1714 localRecPtr->SubsequentSolidFillRect = (GX1SubsequentFillRectSolid);
1715 localRecPtr->SolidFillFlags = 0;
1718 localRecPtr->SetupForMono8x8PatternFill = GX1SetupFor8x8PatternMonoExpand;
1719 localRecPtr
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c98 #define HOOK(fn) localRecPtr->fn = GX##fn
136 static XAAInfoRecPtr localRecPtr; variable in typeref:typename:XAAInfoRecPtr
1979 pGeode->AccelInfoRec = localRecPtr = XAACreateInfoRec();
1984 localRecPtr->Flags = PIXMAP_CACHE | OFFSCREEN_PIXMAPS | LINEAR_FRAMEBUFFER;
1987 localRecPtr->Sync = GXAccelSync;
1993 localRecPtr->SolidFillFlags = 0;
2001 localRecPtr->Mono8x8PatternFillFlags = BIT_ORDER_IN_BYTE_MSBFIRST |
2010 localRecPtr->Color8x8PatternFillFlags =
2021 localRecPtr->ScreenToScreenCopyFlags =
2027 localRecPtr
[all...]

Completed in 8 milliseconds