Lines Matching refs:ROP_STIP
73 ROP_STIP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
74 ROP_STIP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
75 ROP_STIP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
76 ROP_STIP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
77 ROP_STIP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
78 ROP_STIP(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
79 ROP_STIP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
80 ROP_STIP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
81 ROP_STIP(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
82 ROP_STIP(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
83 ROP_STIP(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
84 ROP_STIP(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
85 ROP_STIP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
86 ROP_STIP(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
87 ROP_STIP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
88 ROP_STIP(GX_ROP_SET, GX_ROP_SET), /* GXset */