Searched refs:bits_per_pixel (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr35231.c4 foo(int bits_per_pixel, int depth) argument
6 if ((bits_per_pixel | depth) == 1)
8 return bits_per_pixel;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550var.h56 int bits_per_pixel; member in struct:chipsfb_softc
H A Dct65550.c230 if (!prop_dictionary_get_uint32(dict, "depth", &sc->bits_per_pixel))
231 sc->bits_per_pixel = 8;
233 sc->linebytes = (sc->width * sc->bits_per_pixel) >> 3;
809 ri->ri_depth = sc->bits_per_pixel;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsi_scanner.h85 u_int8_t bits_per_pixel; member in struct:scsi_window_data
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmachfb.c127 int bits_per_pixel; member in struct:mach64_softc
723 sc->bits_per_pixel = 8;
728 (sc->virt_x * (sc->bits_per_pixel / 8)) - 1;
740 sc->bits_per_pixel);
806 ri->ri_depth = sc->bits_per_pixel;
910 if (sc->bits_per_pixel == 8)
969 switch (sc->bits_per_pixel) {
1062 if (sc->bits_per_pixel == 24)
1119 switch (sc->bits_per_pixel) {
1146 offset = ((x + y * sc->virt_x) * (sc->bits_per_pixel >>
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dxen.h659 uint16_t bits_per_pixel; member in struct:dom0_vga_console_info::__anon6852::__anon6854
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h254 uint8_t bits_per_pixel; /**< */ member in struct:xcb_format_t

Completed in 310 milliseconds