Lines Matching refs:ROP_NAME
25 static inline void glue(rop_8_, ROP_NAME)(CirrusVGAState *s, in glue() argument
32 static inline void glue(rop_tr_8_, ROP_NAME)(CirrusVGAState *s, in glue() argument
43 static inline void glue(rop_16_, ROP_NAME)(CirrusVGAState *s, in glue() argument
51 static inline void glue(rop_tr_16_, ROP_NAME)(CirrusVGAState *s, in glue() argument
63 static inline void glue(rop_32_, ROP_NAME)(CirrusVGAState *s, in glue() argument
71 #define ROP_OP(st, d, s) glue(rop_8_, ROP_NAME)(st, d, s)
72 #define ROP_OP_TR(st, d, s, t) glue(rop_tr_8_, ROP_NAME)(st, d, s, t)
73 #define ROP_OP_16(st, d, s) glue(rop_16_, ROP_NAME)(st, d, s)
74 #define ROP_OP_TR_16(st, d, s, t) glue(rop_tr_16_, ROP_NAME)(st, d, s, t)
75 #define ROP_OP_32(st, d, s) glue(rop_32_, ROP_NAME)(st, d, s)
79 glue(cirrus_bitblt_rop_fwd_, ROP_NAME)(CirrusVGAState *s, in glue() argument
105 glue(cirrus_bitblt_rop_bkwd_, ROP_NAME)(CirrusVGAState *s, in glue() argument
126 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue() argument
155 glue(glue(cirrus_bitblt_rop_bkwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue() argument
179 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_16)(CirrusVGAState *s, in glue() argument
208 glue(glue(cirrus_bitblt_rop_bkwd_transp_, ROP_NAME),_16)(CirrusVGAState *s, in glue() argument
243 #undef ROP_NAME