Lines Matching refs:ROP_BLIT
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 */
39 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
40 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
42 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
44 ROP_BLIT(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
45 ROP_BLIT(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
46 ROP_BLIT(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
47 ROP_BLIT(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
48 ROP_BLIT(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
49 ROP_BLIT(GX_ROP_SET, GX_ROP_SET), /* GXset */