Searched refs:ROP_FILL (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_exa.c | 53 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 54 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 55 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 56 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 57 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 58 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 59 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 60 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 61 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */ 62 ROP_FILL(GX_ROP_INVER [all...] |
| H A D | cg6_accel.c | 54 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 55 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 56 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 57 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 58 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 59 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 60 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 61 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 62 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */ 63 ROP_FILL(GX_ROP_INVER [all...] |
| H A D | cg6_regs.h | 176 #define ROP_FILL(O,I) (ROP_STANDARD | \ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 124 #define ROP_FILL(O,I) (ROP_STANDARD | \ macro 220 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 221 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 222 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 223 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 224 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 225 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 226 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 227 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 228 ROP_FILL(GX_ROP_INVER [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 124 #define ROP_FILL(O,I) (ROP_STANDARD | \ macro 220 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */ 221 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */ 222 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */ 223 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */ 224 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */ 225 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */ 226 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */ 227 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */ 228 ROP_FILL(GX_ROP_INVER [all...] |
Completed in 9 milliseconds