Lines Matching defs:ROP_BLIT
111 #define ROP_BLIT(O,I) (ROP_STANDARD | \
194 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
195 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
196 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
197 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
198 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
199 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
200 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
201 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
202 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
203 ROP_BLIT(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
204 ROP_BLIT(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
205 ROP_BLIT(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
206 ROP_BLIT(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
207 ROP_BLIT(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
208 ROP_BLIT(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
209 ROP_BLIT(GX_ROP_SET, GX_ROP_SET), /* GXset */