Lines Matching defs:rop
206 SMI_SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop,
212 DEBUG("xdir=%d ydir=%d rop=%02X trans=%08X\n", xdir, ydir, rop, trans);
218 pSmi->AccelCmd = XAAGetCopyROP(rop)
287 SMI_SetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop,
293 DEBUG("color=%08X rop=%02X\n", color, rop);
295 pSmi->AccelCmd = XAAGetPatternROP(rop)
404 int rop, unsigned int planemask)
409 DEBUG("fg=%08X bg=%08X rop=%02X\n", fg, bg, rop);
421 pSmi->AccelCmd = XAAGetCopyROP(rop)
493 int bg, int rop, unsigned int planemask)
498 DEBUG("patx=%08X paty=%08X fg=%08X bg=%08X rop=%02X\n",
499 patx, paty, fg, bg, rop);
509 pSmi->AccelCmd = XAAGetPatternROP(rop)
571 SMI_SetupForColor8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, int rop,
577 DEBUG("patx=%d paty=%d rop=%02X trans_color=%08X\n",
578 patx, paty, rop, trans_color);
580 pSmi->AccelCmd = XAAGetPatternROP(rop)
660 SMI_SetupForImageWrite(ScrnInfoPtr pScrn, int rop, unsigned int planemask,
666 DEBUG("rop=%02X trans_color=%08X bpp=%d depth=%d\n",
667 rop, trans_color, bpp, depth);
673 pSmi->AccelCmd = XAAGetCopyROP(rop)