Lines Matching refs:GX_ROP_INVERT
36 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
40 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
42 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
44 ROP_BLIT(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
45 ROP_BLIT(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
48 ROP_BLIT(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
55 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
59 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
61 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
62 ROP_FILL(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
63 ROP_FILL(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
64 ROP_FILL(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
67 ROP_FILL(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */