Lines Matching defs:ROP_FILL
124 #define ROP_FILL(O,I) (ROP_STANDARD | \
220 ROP_FILL(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
221 ROP_FILL(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
222 ROP_FILL(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
223 ROP_FILL(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
224 ROP_FILL(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
225 ROP_FILL(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
226 ROP_FILL(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
227 ROP_FILL(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
228 ROP_FILL(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
229 ROP_FILL(GX_ROP_INVERT, GX_ROP_NOOP), /* GXequiv */
230 ROP_FILL(GX_ROP_INVERT, GX_ROP_INVERT), /* GXinvert */
231 ROP_FILL(GX_ROP_INVERT, GX_ROP_SET), /* GXorReverse */
232 ROP_FILL(GX_ROP_SET, GX_ROP_CLEAR), /* GXcopyInverted */
233 ROP_FILL(GX_ROP_SET, GX_ROP_NOOP), /* GXorInverted */
234 ROP_FILL(GX_ROP_SET, GX_ROP_INVERT), /* GXnand */
235 ROP_FILL(GX_ROP_SET, GX_ROP_SET), /* GXset */