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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c88 CHECK_PLANEMASK(pGC,infoRec->PushPixelsFlags) &&
89 CHECK_ROP(pGC,infoRec->PushPixelsFlags) &&
90 CHECK_ROPSRC(pGC,infoRec->PushPixelsFlags) &&
91 CHECK_FG(pGC,infoRec->PushPixelsFlags) &&
92 (!(infoRec->PushPixelsFlags & TRANSPARENCY_GXCOPY_ONLY) ||
H A DxaaInitAccel.c1042 infoRec->PushPixelsFlags = infoRec->WriteBitmapFlags;
1326 if((infoRec->PushPixelsFlags & GXCOPY_ONLY) ||
1327 (infoRec->PushPixelsFlags & ROP_NEEDS_SOURCE) ||
1328 (infoRec->PushPixelsFlags & TRANSPARENCY_GXCOPY_ONLY))
1330 if(infoRec->PushPixelsFlags & NO_PLANEMASK)
1332 if(infoRec->PushPixelsFlags & RGB_EQUAL)
H A Dxaa.h787 int PushPixelsFlags; member in struct:_XAAInfoRec

Completed in 6 milliseconds