Lines Matching refs:GX_ROP_SET
38 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
42 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
46 ROP_BLIT(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
47 ROP_BLIT(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
48 ROP_BLIT(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
49 ROP_BLIT(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
50 ROP_BLIT(GX_ROP_SET, GX_ROP_SET), /* GXset */
57 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
61 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
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 */
76 ROP_STIP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
80 ROP_STIP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
84 ROP_STIP(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
85 ROP_STIP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
86 ROP_STIP(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
87 ROP_STIP(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
88 ROP_STIP(GX_ROP_SET, GX_ROP_SET), /* GXset */
95 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
99 ROP_OSTP(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
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 */