Lines Matching defs:sc_bits_per_pixel
93 int sc_bits_per_pixel;
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);
1089 dfmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1090 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13);
1297 ri->ri_depth = sc->sc_bits_per_pixel;
1573 sc->sc_bits_per_pixel = bpp << 3;
1655 sc->sc_width, sc->sc_height, sc->sc_bits_per_pixel);