Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dvoodoofb.c93 int sc_bits_per_pixel; member
431 sc->sc_bits_per_pixel = depth; in voodoofb_attach()
434 sc->sc_width, sc->sc_height, sc->sc_bits_per_pixel); in voodoofb_attach()
481 if (sc->sc_bits_per_pixel == 8) { in voodoofb_attach()
1018 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel + in voodoofb_bitblt()
1019 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13); in voodoofb_bitblt()
1050 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel + in voodoofb_rectfill()
1051 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13); in voodoofb_rectfill()
1069 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel + in voodoofb_rectinvert()
1070 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13); in voodoofb_rectinvert()
[all …]
/netbsd/src/sys/dev/ic/
Dct65550var.h57 int sc_bits_per_pixel; member
Dct65550.c232 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_bits_per_pixel)) in chipsfb_do_attach()
233 sc->sc_bits_per_pixel = 8; in chipsfb_do_attach()
235 sc->sc_linebytes = (sc->sc_width * sc->sc_bits_per_pixel) >> 3; in chipsfb_do_attach()
955 ri->ri_depth = sc->sc_bits_per_pixel; in chipsfb_init_screen()