Lines Matching defs:bpp
97 /* clut buffer (8bpp only) */312 int bpp, width, height, vram_pitch;333 bpp = 16;348 bpp = 8;351 chip->vc_fbdepth = bpp;365 vram_pitch = bootinfo->fb_line_bytes = (width * bpp) / NBBY;375 switch (bpp) {380 printf("8bpp ");393 printf("16bpp ");401 vram_size = (width * height * bpp) / NBBY;
Indexes created Tue Sep 30 17:09:57 GMT 2025