HomeSort by: relevance | last modified time | path
    Searched refs:ri_depth (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/dev/wscons/
wsdisplay_util.c 70 fbi->fbi_bitsperpixel = ri->ri_depth;
71 if (ri->ri_depth > 8) {
83 fbi->fbi_subtype.fbi_cmapinfo.cmap_entries = 1 << ri->ri_depth;
  /src/sys/dev/rasops/
rasops15.c 82 ri->ri_gnum += (ri->ri_depth == 16);
84 ri->ri_rpos = 10 + (ri->ri_depth == 16);
rasops.h 81 int ri_depth; /* depth in bits */ member in struct:rasops_info
rasops.c 425 bpp = (ri->ri_depth == 15 ? 16 : ri->ri_depth);
488 if (ri->ri_depth != 24) {
539 ri->ri_depth < 8
541 ri->ri_depth < 4
552 switch (ri->ri_depth) {
896 switch (ri->ri_depth) {
991 switch (ri->ri_depth) {
1438 if ((ri->ri_depth == 8) && ((ri->ri_flg & RI_8BIT_IS_RGB) != 0)) {
  /src/sys/arch/arm/clps711x/
clpslcd.c 163 ri->ri_depth = depth;
167 ri->ri_stride = width * ri->ri_depth / 8/*bits*/;
176 if (ri->ri_depth == 4) {
221 wsdisp_info->depth = sc->sc_ri.ri_depth;
  /src/sys/arch/epoc32/windermere/
wmlcd.c 191 ri->ri_depth = depth;
195 ri->ri_stride = width * ri->ri_depth / 8/*bits*/;
204 if (ri->ri_depth == 4) {
249 wsdisp_info->depth = sc->sc_ri.ri_depth;
  /src/sys/arch/evbmips/gdium/
gdium_genfb.c 76 ri->ri_depth = 16;
  /src/sys/arch/arm/fdt/
arm_simplefb.c 129 ri->ri_depth = sc->sc_depth;
135 KASSERT(ri->ri_depth == 32);
141 KASSERT(ri->ri_depth == 32);
  /src/sys/arch/hp300/dev/
gendiofb.c 161 ri->ri_depth = 8;
162 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
211 wdf->depth = fb->ri.ri_depth;
hyper.c 213 fb->ri.ri_depth = 1; /* do not fake a 8bpp frame buffer */
239 wdf->depth = fb->ri.ri_depth;
tvrx.c 152 fb->ri.ri_depth = 1;
176 wdf->depth = fb->ri.ri_depth;
diofb.c 169 * Pretend we are an 8bpp frame buffer, unless ri_depth is already
173 if (ri->ri_depth == 0)
174 ri->ri_depth = 8;
175 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
207 if (ri->ri_depth != 1) {
  /src/sys/arch/zaurus/dev/
w100.c 261 rinfo->ri_depth = descr->depth;
264 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
363 rinfo.ri_depth = descr->depth;
367 rinfo.ri_stride = width * rinfo.ri_depth / 8;
409 scr->rinfo.ri_depth = type->depth;
413 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 648 rinfo->ri_depth = descr->depth;
651 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
752 rinfo.ri_depth = descr->depth;
756 rinfo.ri_stride = width * rinfo.ri_depth / 8;
758 if (rinfo.ri_depth > 16)
810 scr->rinfo.ri_depth = type->depth;
814 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
816 if (scr->rinfo.ri_depth > 16)
  /src/sys/arch/evbppc/virtex/dev/
tft.c 113 sc->sc_sp_info.si_depth = ri->ri_depth;
150 ri->ri_depth = sc->sc_bpp;
  /src/sys/arch/pmax/ibus/
pm.c 186 printf(": %dx%d, %dbpp\n", ri->ri_width, ri->ri_height, ri->ri_depth);
233 if (ri->ri_depth == 8) {
276 ri->ri_depth = ((kn01csr & KN01_CSR_MONO) != 0 ? 1 : 8);
279 ri->ri_stride = (ri->ri_depth == 8 ? 1024 : 2048 / 8);
290 bior = (ri->ri_depth == 8 ? WSDISPLAY_FONTORDER_L2R :
294 if (ri->ri_depth == 8)
346 if (ri->ri_depth == 8) {
437 wsd_fbip->depth = ri->ri_depth;
  /src/sys/arch/newsmips/apbus/
xafb.c 183 ri->ri_width, ri->ri_height, ri->ri_depth);
217 ri->ri_depth = 8;
268 wdf->depth = dc->dc_ri.ri_depth;
  /src/sys/arch/prep/pci/
gten.c 176 gt->gt_ri->ri_depth);
223 ri->ri_depth = 8;
257 wdf->depth = gt->gt_ri->ri_depth;
  /src/sys/arch/macppc/dev/
ofb.c 192 ri->ri_width, ri->ri_height, ri->ri_depth);
266 wdf->depth = ms->scr_ri.ri_depth;
448 if (rascons_console_screen.scr_ri.ri_depth == 8) {
  /src/sys/arch/x86/x86/
genfb_machdep.c 148 ri->ri_depth = fbinfo->depth;
  /src/sys/dev/pci/
tga.c 329 rip->ri_depth = tgac->tgac_phys_depth;
1047 srcb = sy * src->ri_stride + sx * (src->ri_depth / 8);
1048 dstb = dy * dst->ri_stride + dx * (dst->ri_depth / 8);
1050 (sx + src->ri_xorigin) * (src->ri_depth / 8);
1052 (dx + dst->ri_xorigin) * (dst->ri_depth / 8);
1065 wb = w * (dst->ri_depth / 8);
1241 if (ri->ri_depth == 8)
1291 if (ri->ri_depth != 8) {
1301 if (ri->ri_depth == 8)
1341 if (ri->ri_depth != 8)
    [all...]
sisfb.c 287 fb->vcs.scr_ri.ri_depth);
397 wdf->depth = ri->ri_depth;
414 if (ri->ri_depth == 8)
511 ri->ri_depth = fb->fb_depth;
611 fb->fb_depth = ri->ri_depth = bpp;
612 fb->fb_stride = ri->ri_stride = (ri->ri_width * ri->ri_depth) / 8;
  /src/sys/dev/sun/
bwtwo.c 415 wdf->depth = ri->ri_depth;
470 ri->ri_depth = 1;
  /src/sys/arch/newsmips/dev/
fb.c 228 ri->ri_width, ri->ri_height, ri->ri_depth);
324 ri->ri_depth = 1;
377 wdf->depth = dc->dc_ri.ri_depth;
  /src/sys/dev/ic/
ssdfb.c 316 ri->ri_depth = sc->sc_p->p_bits_per_pixel;
319 ri->ri_depth = sc->sc_p->p_bits_per_pixel;
333 ri->ri_depth = 8;
339 ri->ri_stride = ri->ri_width * ri->ri_depth / 8;
491 .depth = sc->sc_ri.ri_depth,
1259 int ri_block_step = block_size * ri->ri_depth / 8;

Completed in 24 milliseconds

1 2 3 4