Home | History | Annotate | Download | only in src

Lines Matching defs:rop

72  * Set ROP.  Translate X rop into ROP3.  Internal routine.
75 RivaSetRopSolid(RivaPtr pRiva, int rop)
77 if (pRiva->currentRop != rop) {
80 pRiva->currentRop = rop;
81 RIVA_FIFO_FREE(pRiva->riva, Rop, 1);
83 pRiva->riva.Rop->Rop3 = XAAGetCopyROP(rop);
90 RivaSetRopPattern(RivaPtr pRiva, int rop)
92 if (pRiva->currentRop != (rop + 16)) {
93 pRiva->currentRop = rop + 16; /* +16 is important */
94 RIVA_FIFO_FREE(pRiva->riva, Rop, 1);
95 pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
103 void RivaSetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop,
108 RivaSetRopSolid(pRiva, rop);
129 RivaSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop,
132 RivaSetRopSolid(RivaPTR(pScrn), rop);
157 int fg, int bg, int rop, unsigned planemask)
161 RivaSetRopPattern(pRiva, rop);
231 int fg, int bg, int rop,
236 RivaSetRopSolid(pRiva, rop);
385 RivaSetupForSolidLine(ScrnInfoPtr pScrn, int color, int rop, unsigned planemask)
389 RivaSetRopSolid(pRiva, rop);