Searched refs:PixmapCacheFlags (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c281 infoRec->PixmapCacheFlags |= CACHE_MONO_8x8;
361 infoRec->PixmapCacheFlags |= CACHE_COLOR_8x8;
1450 infoRec->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
1464 else if(infoRec->PixmapCacheFlags & CACHE_MONO_8x8) {
1468 infoRec->PixmapCacheFlags &= ~CACHE_MONO_8x8;
1472 else if(infoRec->PixmapCacheFlags & CACHE_COLOR_8x8) {
1476 infoRec->PixmapCacheFlags &= ~CACHE_COLOR_8x8;
H A DxaaPCache.c318 Bool DoColor = (infoRec->PixmapCacheFlags & CACHE_COLOR_8x8);
319 Bool DoMono = (infoRec->PixmapCacheFlags & CACHE_MONO_8x8);
412 Bool DoColor = (infoRec->PixmapCacheFlags & CACHE_COLOR_8x8);
413 Bool DoMono = (infoRec->PixmapCacheFlags & CACHE_MONO_8x8);
856 if(!(infoRec->PixmapCacheFlags & (CACHE_MONO_8x8 | CACHE_COLOR_8x8))) {
873 Bool DoColor = (infoRec->PixmapCacheFlags & CACHE_COLOR_8x8);
874 Bool DoMono = (infoRec->PixmapCacheFlags & CACHE_MONO_8x8);
1501 if(!(infoRec->PixmapCacheFlags & DO_NOT_TILE_COLOR_DATA) &&
1663 if(!(infoRec->PixmapCacheFlags & DO_NOT_TILE_MONO_DATA) &&
1746 if(!(infoRec->PixmapCacheFlags
[all...]
H A DxaaInit.c599 if(infoRec->PixmapCacheFlags & CACHE_MONO_8x8)
601 if(infoRec->PixmapCacheFlags & CACHE_COLOR_8x8)
H A Dxaa.h1137 int PixmapCacheFlags; member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_2070.c123 infoPtr->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
H A Dneo_2090.c117 infoPtr->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
H A Dneo_2097.c142 infoPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
H A Dneo_2200.c138 infoPtr->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A DaccelX.c209 pXAAinfo->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtgui_xaa.c173 infoPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_accel.c1707 localRecPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
H A Dnsc_gx2_accel.c2292 localRecPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_accel.c192 TGA_AccelInfoRec->PixmapCacheFlags = 0;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c200 infoPtr->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c2067 localRecPtr->PixmapCacheFlags = DO_NOT_BLIT_STIPPLES;

Completed in 27 milliseconds