Searched refs:vi_depth (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/lib/libvgl/
H A Dmain.c183 if (VGLModeInfo.vi_depth != 4 || VGLModeInfo.vi_planes != 4
192 if (VGLModeInfo.vi_depth != 8) {
296 *8/(VGLModeInfo.vi_depth/VGLModeInfo.vi_planes);
357 if (VGLModeInfo.vi_depth == 4 && VGLModeInfo.vi_planes == 4) {
367 if (VGLModeInfo.vi_depth == 8) {
539 *8/(VGLModeInfo.vi_depth/VGLModeInfo.vi_planes);
/freebsd-9.3-release/sys/dev/fb/
H A Dsplash_pcx.c107 " vi_depth = %d\n"
111 info.vi_depth, info.vi_planes);
114 && info.vi_depth == pcx_info.bpp
217 sdepth = adp->va_info.vi_depth;
H A Dvga.c868 switch (info->vi_depth/info->vi_planes) {
1249 ppw = 16/(adp->va_info.vi_depth/adp->va_info.vi_planes);
1285 ppb = 8/(adp->va_info.vi_depth/adp->va_info.vi_planes);
1484 if ((info->vi_depth != 0)
1485 && (info->vi_depth != bios_vmode[i].vi_depth))
2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth;
2958 if ((adp->va_info.vi_depth <= 1) || (adp->va_info.vi_depth > 8))
2961 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth;
[all...]
H A Dsplash_bmp.c99 info.vi_height, info.vi_depth) == 0))
H A Dvesa.c967 vesa_vmode[modes].vi_depth = vmode.v_bpp;
1256 if ((info->vi_depth != 0)
1257 && (info->vi_depth != vesa_vmode[i].vi_depth))
H A Dfb.c587 info->vi_depth, info->vi_planes,
/freebsd-9.3-release/sys/pc98/cbus/
H A Dgdc.c645 switch (info.vi_depth/info.vi_planes) {
1041 if ((info->vi_depth != 0)
1042 && (info->vi_depth != bios_vmode[i].vi_depth))
1130 switch (info.vi_depth/info.vi_planes) {
1446 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth;
1447 if ((adp->va_info.vi_depth <= 1) || (adp->va_info.vi_depth > 8))
1450 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth;
/freebsd-9.3-release/sys/dev/syscons/
H A Dscvidctl.c123 int vi_depth; member in struct:old_video_info
453 info->vi_depth != 15 && info->vi_depth != 16 &&
454 info->vi_depth != 24 && info->vi_depth != 32)
459 info->vi_depth != 8)
H A Dscvgarndr.c184 switch ((scp)->sc->adp->va_info.vi_depth) { \
1175 bpp = scp->sc->adp->va_info.vi_depth;
H A Dsyscons.c392 info.vi_depth > depth) {
394 depth = info.vi_depth;
/freebsd-9.3-release/sys/sys/
H A Dfbio.h361 int vi_depth; member in struct:video_info
/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c979 _info.vi_depth, _info.vi_planes);
1003 _info.vi_depth, mm);

Completed in 145 milliseconds