Lines Matching refs:ROP_BLIT
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 */
40 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
42 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
44 ROP_BLIT(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
45 ROP_BLIT(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
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 */