ri_depth 349 dev/pci/tga.c rip->ri_depth = tgac->tgac_phys_depth;
ri_depth 1110 dev/pci/tga.c wb = w * (dst->ri_depth / 8);
ri_depth 1122 dev/pci/tga.c xend = w * (dst->ri_depth / 8) - 4;
ri_depth 1136 dev/pci/tga.c srcb = sy * src->ri_stride + sx * (src->ri_depth/8);
ri_depth 1137 dev/pci/tga.c dstb = dy * dst->ri_stride + dx * (dst->ri_depth/8);
ri_depth 1139 dev/pci/tga.c (sx + src->ri_xorigin) * (src->ri_depth/8);
ri_depth 1141 dev/pci/tga.c (dx + dst->ri_xorigin) * (dst->ri_depth/8);
ri_depth 1285 dev/pci/tga.c if (ri->ri_depth == 8)
ri_depth 1340 dev/pci/tga.c if (ri->ri_depth != 8) {
ri_depth 1350 dev/pci/tga.c if (ri->ri_depth == 8)
ri_depth 1396 dev/pci/tga.c if (ri->ri_depth != 8) {
ri_depth 1406 dev/pci/tga.c if (ri->ri_depth == 8)
ri_depth 483 dev/pcmcia/cfxga.c ri->ri_depth = depth;
ri_depth 605 dev/pcmcia/cfxga.c wdf->depth = scr->scr_ri.ri_depth;
ri_depth 606 dev/pcmcia/cfxga.c wdf->cmsize = scr->scr_ri.ri_depth <= 8 ?
ri_depth 607 dev/pcmcia/cfxga.c (1 << scr->scr_ri.ri_depth) : 0;
ri_depth 751 dev/pcmcia/cfxga.c ri->ri_depth == 16 ? CRT_MODE_16BPP : CRT_MODE_8BPP);
ri_depth 754 dev/pcmcia/cfxga.c cfxga_write_2(sc, CFREG_CRT_MEMORY, ri->ri_width * ri->ri_depth / 16);
ri_depth 764 dev/pcmcia/cfxga.c if (ri->ri_depth == 8) {
ri_depth 855 dev/pcmcia/cfxga.c pos = (y * ri->ri_width + x) * ri->ri_depth / 8;
ri_depth 871 dev/pcmcia/cfxga.c ri->ri_width * ri->ri_depth / 16);
ri_depth 877 dev/pcmcia/cfxga.c (ri->ri_depth > 8 ? BITBLT_COLOR_16 : BITBLT_COLOR_8));
ri_depth 981 dev/pcmcia/cfxga.c pos = (y * ri->ri_width + x) * ri->ri_depth / 8;
ri_depth 993 dev/pcmcia/cfxga.c ri->ri_width * ri->ri_depth / 16);
ri_depth 998 dev/pcmcia/cfxga.c (ri->ri_depth > 8 ? BITBLT_COLOR_16 : BITBLT_COLOR_8));
ri_depth 1016 dev/pcmcia/cfxga.c srcpos = (sy * ri->ri_width + sx) * ri->ri_depth / 8;
ri_depth 1017 dev/pcmcia/cfxga.c dstpos = (dy * ri->ri_width + dx) * ri->ri_depth / 8;
ri_depth 1034 dev/pcmcia/cfxga.c ri->ri_width * ri->ri_depth / 16);
ri_depth 1038 dev/pcmcia/cfxga.c (ri->ri_depth > 8 ? BITBLT_COLOR_16 : BITBLT_COLOR_8));
ri_depth 259 dev/rasops/rasops.c bpp = (ri->ri_depth == 15 ? 16 : ri->ri_depth);
ri_depth 357 dev/rasops/rasops.c if (ri->ri_depth < 8 || (ri->ri_flg & RI_FORCEMONO) != 0) {
ri_depth 366 dev/rasops/rasops.c switch (ri->ri_depth) {
ri_depth 745 dev/rasops/rasops.c switch (ri->ri_depth) {
ri_depth 804 dev/rasops/rasops.c if (ri->ri_depth == 24)
ri_depth 806 dev/rasops/rasops.c else if (ri->ri_depth <= 16)
ri_depth 813 dev/rasops/rasops.c else if (ri->ri_depth == 32)
ri_depth 815 dev/rasops/rasops.c else if (ri->ri_depth == 16 || ri->ri_depth == 15)
ri_depth 65 dev/rasops/rasops.h int ri_depth; /* depth in bits */
ri_depth 105 dev/rasops/rasops15.c ri->ri_gnum = 5 + (ri->ri_depth == 16);
ri_depth 108 dev/rasops/rasops15.c ri->ri_bpos = 10 + (ri->ri_depth == 16);