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