Lines Matching refs:alu
76 pGC->alu, in exaFillSpans()
165 if (!EXA_PM_IS_SOLID(pDrawable, pGC->planemask) || pGC->alu != GXcopy) in exaDoPutImage()
269 pGC ? pGC->alu : GXcopy, in exaCopyNtoNTwoDir()
290 pGC ? pGC->alu : GXcopy, in exaCopyNtoNTwoDir()
316 pGC ? pGC->alu : GXcopy, in exaCopyNtoNTwoDir()
343 pGC ? pGC->alu : GXcopy, in exaCopyNtoNTwoDir()
415 pGC->fillStyle, pGC->alu, in exaHWCopyNtoN()
485 pGC ? pGC->alu : GXcopy, pGC ? pGC->planemask : FB_ALLONES)) { in exaHWCopyNtoN()
522 !(pGC->alu == GXcopy && in exaHWCopyNtoN()
773 Pixel pixel, CARD32 planemask, CARD32 alu,
813 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || in exaPolyFillRect()
814 pGC->alu == GXnoop || pGC->alu == GXcopyInverted || in exaPolyFillRect()
815 pGC->alu == GXset)) { in exaPolyFillRect()
819 pGC->alu, pGC->clientClip != NULL)) || in exaPolyFillRect()
822 pGC->planemask, pGC->alu, in exaPolyFillRect()
846 pGC->alu, in exaPolyFillRect()
993 CARD32 planemask, CARD32 alu, Bool hasClientClip) in exaFillRegionSolid() argument
1015 alu, in exaFillRegionSolid()
1022 (*pExaScr->info->PrepareSolid) (pPixmap, alu, planemask, pixel)) { in exaFillRegionSolid()
1040 pDrawable->bitsPerPixel != 24 && alu == GXcopy) { in exaFillRegionSolid()
1075 DDXPointPtr pPatOrg, CARD32 planemask, CARD32 alu, in exaFillRegionTiled() argument
1098 alu, hasClientClip); in exaFillRegionTiled()
1114 alu, in exaFillRegionTiled()
1129 if ((*pExaScr->info->PrepareCopy) (pTile, pPixmap, 1, 1, alu, planemask)) { in exaFillRegionTiled()
1138 if (alu == GXcopy) in exaFillRegionTiled()
1149 if (alu == GXcopy) in exaFillRegionTiled()
1185 if (alu != GXcopy) in exaFillRegionTiled()
1204 1, 1, alu, in exaFillRegionTiled()