Home | History | Annotate | Download | only in src

Lines Matching refs:ROP

1285 #define LOADROP(rop)						\
1287 if (pGlint->ROP != rop) { \
1288 GLINT_WRITE_REG(rop<<1|UNIT_ENABLE, LogicalOpMode); \
1289 pGlint->ROP = rop; \
1293 #define LOADROP(rop) \
1295 GLINT_WRITE_REG(rop<<1|UNIT_ENABLE, LogicalOpMode); \
1296 pGlint->ROP = rop; \