Lines Matching refs:ROP_OSTP
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_INVERT, GX_ROP_NOOP), /* GXequiv */
102 ROP_OSTP(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
103 ROP_OSTP(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
104 ROP_OSTP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
105 ROP_OSTP(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
106 ROP_OSTP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
107 ROP_OSTP(GX_ROP_SET, GX_ROP_SET), /* GXset */