Lines Matching refs:ROP_FILL
53 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
54 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
55 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
56 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
57 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
58 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
59 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
60 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
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 */
65 ROP_FILL(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
66 ROP_FILL(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
67 ROP_FILL(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
68 ROP_FILL(GX_ROP_SET, GX_ROP_SET), /* GXset */