Lines Matching refs:GX_ROP_SET
37 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
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 */
56 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
60 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
64 ROP_FILL(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
65 ROP_FILL(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
66 ROP_FILL(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
67 ROP_FILL(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
68 ROP_FILL(GX_ROP_SET, GX_ROP_SET), /* GXset */