Searched refs:CopyAreaFlags (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaCpyArea.c268 if ((!(infoRec->CopyAreaFlags & ONLY_TWO_BITBLT_DIRECTIONS)
270 (!(infoRec->CopyAreaFlags & ONLY_LEFT_TO_RIGHT_BITBLT)
281 if (infoRec->CopyAreaFlags & ONLY_LEFT_TO_RIGHT_BITBLT) {
H A DxaaGCmisc.c31 CHECK_PLANEMASK(pGC,infoRec->CopyAreaFlags) &&
32 CHECK_ROP(pGC,infoRec->CopyAreaFlags) &&
33 CHECK_ROPSRC(pGC,infoRec->CopyAreaFlags)
H A DxaaInitAccel.c1015 infoRec->CopyAreaFlags = infoRec->ScreenToScreenBitBltFlags;
1022 The CopyAreaFlags would only be used for filtering out the
1291 if((infoRec->CopyAreaFlags & GXCOPY_ONLY) ||
1292 (infoRec->CopyAreaFlags & ROP_NEEDS_SOURCE))
1294 if(infoRec->CopyAreaFlags & NO_PLANEMASK)
H A Dxaa.h767 int CopyAreaFlags; member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_accel.c1338 pXAAinfo->CopyAreaFlags = NO_PLANEMASK;
1340 pXAAinfo->CopyAreaFlags |= NO_TRANSPARENCY;
1343 pXAAinfo->CopyAreaFlags = NO_TRANSPARENCY;
1364 pXAAinfo->CopyAreaFlags | LEFT_EDGE_CLIPPING /* | NO_GXCOPY */ ;
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A DaccelX.c167 pXAAinfo->CopyAreaFlags=NO_TRANSPARENCY|

Completed in 10 milliseconds