Searched refs:i128alu (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128accel.c74 static const CARD32 i128alu[16] = variable in typeref:typename:const CARD32[16]
236 pI128->rop = i128alu[rop];
256 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "SFSF color 0x%x rop 0x%x (I128rop 0x%x) pmask 0x%x\n", color, rop, i128alu[rop]>>8, planemask);
287 pI128->rop = i128alu[rop];
359 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "FSR color 0x%x rop 0x%x (I128rop 0x%x) pmask 0x%x\n", fg, rop, i128alu[rop]>>8, planemask);
375 pI128->mem.rbase_a[CMD] = (CS_SOLID<<16) | i128alu[rop] | CO_BITBLT;
H A Di128exa.c92 static const CARD32 i128alu[16] = variable in typeref:typename:const CARD32[16]
256 cmd = i128alu[alu] | CO_BITBLT | (solid ? (CS_SOLID << 16) : 0);

Completed in 3 milliseconds