Lines Matching refs:GX_ROP_CLEAR
34 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
35 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
36 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
37 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
38 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
42 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
46 ROP_BLIT(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
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 */
61 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
65 ROP_FILL(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */