Lines Matching refs:pm
59 #define FbInitializeMergeRop(alu,pm) {\
62 _ca1 = _bits->ca1 & pm; \
63 _cx1 = _bits->cx1 | ~pm; \
64 _ca2 = _bits->ca2 & pm; \
65 _cx2 = _bits->cx2 & pm; \
84 int alu, FbBits pm, int bpp,
97 FbInitializeMergeRop(alu, pm);
270 int alu, FbBits pm, int bpp,
273 DBG(("%s %dx%d, alu=%d, pm=%x, bpp=%d (reverse=%d, upsidedown=%d)\n",
274 __FUNCTION__, width, height, alu, pm, bpp, reverse, upsidedown));
276 if (alu == GXcopy && pm == FB_ALLONES && ((srcX|dstX|width) & 7) == 0) {
319 alu, pm, bpp,