Searched refs:get_bpp (Results 1 – 4 of 4) sorted by relevance
101 int (*get_bpp)(struct VGACommonState *s); member
590 static inline int get_bpp(SM501State *s, int crt) in get_bpp() function673 int bpp = get_bpp(s, crt); in hwc_invalidate()701 int fb_len = get_width(s, crt) * get_height(s, crt) * get_bpp(s, crt); in sm501_2d_operation()1727 int src_bpp = get_bpp(s, crt); in sm501_update_display()
665 switch (s->vga.get_bpp(&s->vga)) { in cirrus_bitblt_common_patterncopy()743 depth = s->vga.get_bpp(&s->vga) / 8; in cirrus_do_copy()2927 s->vga.get_bpp = cirrus_get_bpp; in cirrus_init_common()
1502 depth = s->get_bpp(s); in vga_draw_graphic()2247 s->get_bpp = vga_get_bpp; in vga_common_init()