Lines Matching refs:GX_ROP_CLEAR

35     ROP_BLIT(GX_ROP_CLEAR,  GX_ROP_CLEAR),	/* GXclear */
36 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
37 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
38 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
39 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
47 ROP_BLIT(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
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 */
62 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
66 ROP_FILL(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
73 ROP_STIP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
74 ROP_STIP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
75 ROP_STIP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
76 ROP_STIP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
77 ROP_STIP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
81 ROP_STIP(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
85 ROP_STIP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
92 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
93 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
94 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
95 ROP_OSTP(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
96 ROP_OSTP(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
100 ROP_OSTP(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
104 ROP_OSTP(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */