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

  /src/sys/dev/pci/bktr/
bktr_core.c 1207 pixfmt_table[bktr->pixfmt].public.Bpp;
2674 if ((pf->type == METEOR_PIXTYPE_RGB) && (pf->Bpp == 3))
2758 u_int Bpp = pf_int->public.Bpp;
2802 pitch = cols*Bpp;
2836 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2843 Bpp, (volatile u_char **) (uintptr_t)&target, cols);
2849 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2894 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2900 Bpp, (volatile u_char **)(uintptr_t)&target
    [all...]
  /src/sys/dev/ic/
bt8xx.h 390 u_int Bpp; /* Bytes per pixel */

Completed in 170 milliseconds