Home
last modified time | relevance | path

Searched refs:cirrus_bitblt_rop_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_internal.h44 typedef void (*cirrus_bitblt_rop_t)(struct CirrusVGAState *s, typedef
82 cirrus_bitblt_rop_t cirrus_rop;
H A Dcirrus_vga.c371 static const cirrus_bitblt_rop_t cirrus_fwd_rop[16] = {
390 static const cirrus_bitblt_rop_t cirrus_bkwd_rop[16] = {
418 static const cirrus_bitblt_rop_t cirrus_fwd_transp_rop[16][2] = {
437 static const cirrus_bitblt_rop_t cirrus_bkwd_transp_rop[16][2] = {
470 static const cirrus_bitblt_rop_t cirrus_patternfill[16][4] = {
489 static const cirrus_bitblt_rop_t cirrus_colorexpand_transp[16][4] = {
508 static const cirrus_bitblt_rop_t cirrus_colorexpand[16][4] = {
527 static const cirrus_bitblt_rop_t cirrus_colorexpand_pattern_transp[16][4] = {
546 static const cirrus_bitblt_rop_t cirrus_colorexpand_pattern[16][4] = {