Searched refs:ROP_OSTP (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_accel.c | 92 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 93 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 94 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 95 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 96 ROP_OSTP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 97 ROP_OSTP(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 98 ROP_OSTP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 99 ROP_OSTP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 100 ROP_OSTP(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */ 101 ROP_OSTP(GX_ROP_INVER [all...] |
| H A D | cg6_regs.h | 201 #define ROP_OSTP(O,I) (ROP_STANDARD |\ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 149 #define ROP_OSTP(O,I) (ROP_STANDARD |\ macro 258 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 259 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 260 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 261 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 262 ROP_OSTP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 263 ROP_OSTP(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 264 ROP_OSTP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 265 ROP_OSTP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 266 ROP_OSTP(GX_ROP_INVER [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 149 #define ROP_OSTP(O,I) (ROP_STANDARD |\ macro 258 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 259 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 260 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 261 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 262 ROP_OSTP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 263 ROP_OSTP(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 264 ROP_OSTP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 265 ROP_OSTP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 266 ROP_OSTP(GX_ROP_INVER [all...] |
Completed in 6 milliseconds