Lines Matching refs:ROP_OSTP
149 #define ROP_OSTP(O,I) (ROP_STANDARD |\
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_INVERT, GX_ROP_CLEAR), /* GXnor */
267 ROP_OSTP(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
268 ROP_OSTP(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
269 ROP_OSTP(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
270 ROP_OSTP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
271 ROP_OSTP(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
272 ROP_OSTP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
273 ROP_OSTP(GX_ROP_SET, GX_ROP_SET), /* GXset */