Home
last modified time | relevance | path

Searched defs: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
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
[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 …]