Lines Matching refs:ROP_STIP
137 #define ROP_STIP(O,I) (ROP_STANDARD |\
239 ROP_STIP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
240 ROP_STIP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
241 ROP_STIP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
242 ROP_STIP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
243 ROP_STIP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
244 ROP_STIP(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
245 ROP_STIP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
246 ROP_STIP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
247 ROP_STIP(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
248 ROP_STIP(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
249 ROP_STIP(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
250 ROP_STIP(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
251 ROP_STIP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
252 ROP_STIP(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
253 ROP_STIP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
254 ROP_STIP(GX_ROP_SET, GX_ROP_SET), /* GXset */