HomeSort by: relevance | last modified time | path
    Searched defs:sc_bits_per_pixel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ct65550var.h 57 int sc_bits_per_pixel; member in struct:chipsfb_softc
  /src/sys/dev/pci/
voodoofb.c 93 int sc_bits_per_pixel; member in struct:voodoofb_softc
431 sc->sc_bits_per_pixel = depth;
434 sc->sc_width, sc->sc_height, sc->sc_bits_per_pixel);
481 if (sc->sc_bits_per_pixel == 8) {
1018 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1019 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13);
1050 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1051 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13);
1069 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1070 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13)
    [all...]

Completed in 12 milliseconds