Home
last modified time | relevance | path

Searched refs:ROP_NAME (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop.h25 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)
[all …]
H A Dcirrus_vga_rop2.h42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument
99 glue(glue(glue(cirrus_colorexpand_transp_, ROP_NAME), _),DEPTH) in glue() argument
148 glue(glue(glue(cirrus_colorexpand_, ROP_NAME), _),DEPTH) in glue() argument
184 glue(glue(glue(cirrus_colorexpand_pattern_transp_, ROP_NAME), _),DEPTH) in glue() argument
228 glue(glue(glue(cirrus_colorexpand_pattern_, ROP_NAME), _),DEPTH) in glue() argument
262 glue(glue(glue(cirrus_fill_, ROP_NAME), _),DEPTH) in glue() argument
H A Dcirrus_vga.c311 #define ROP_NAME 0 macro
315 #define ROP_NAME src_and_dst macro
319 #define ROP_NAME src_and_notdst macro
323 #define ROP_NAME notdst macro
327 #define ROP_NAME src macro
331 #define ROP_NAME 1 macro
335 #define ROP_NAME notsrc_and_dst macro
339 #define ROP_NAME src_xor_dst macro
343 #define ROP_NAME src_or_dst macro
347 #define ROP_NAME notsrc_or_notdst macro
[all …]