Lines Matching refs:GX_ROP_INVERT

37     ROP_BLIT(GX_ROP_CLEAR,  GX_ROP_INVERT),	/* GXandReverse */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
44 ROP_BLIT(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
45 ROP_BLIT(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
46 ROP_BLIT(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
49 ROP_BLIT(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
56 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
60 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
62 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
63 ROP_FILL(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
64 ROP_FILL(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
65 ROP_FILL(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
68 ROP_FILL(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
75 ROP_STIP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
79 ROP_STIP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
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 */
87 ROP_STIP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
94 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
98 ROP_OSTP(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
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 */
106 ROP_OSTP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */