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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c68 CHECK_PLANEMASK(pGC,infoRec->CopyPlaneFlags) &&
69 CHECK_ROP(pGC,infoRec->CopyPlaneFlags) &&
70 CHECK_ROPSRC(pGC,infoRec->CopyPlaneFlags) &&
71 CHECK_COLORS(pGC,infoRec->CopyPlaneFlags)
H A DxaaInitAccel.c1034 infoRec->CopyPlaneFlags = infoRec->WriteBitmapFlags;
1301 if((infoRec->CopyPlaneFlags & GXCOPY_ONLY) ||
1302 (infoRec->CopyPlaneFlags & ROP_NEEDS_SOURCE))
1304 if(infoRec->CopyPlaneFlags & NO_PLANEMASK)
1306 if(infoRec->CopyPlaneFlags & RGB_EQUAL)
H A Dxaa.h778 int CopyPlaneFlags; member in struct:_XAAInfoRec

Completed in 6 milliseconds