Searched refs:ri_stride (Results 26 - 50 of 77) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/acorn26/vidc/
H A Darcvideo.c317 ri->ri_stride = ((bootconfig.xpixels * bootconfig.bpp + 31) >> 5) << 2;
322 atop(round_page(ri->ri_height * ri->ri_stride)),
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dvidcvideo.c275 ri->ri_stride = dc->dc_rowbytes;
794 size = height * ri->ri_stride;
821 src = ri->ri_bits + srcrow * ri->ri_font->fontheight * ri->ri_stride;
822 dst = ri->ri_bits + dstrow * ri->ri_font->fontheight * ri->ri_stride;
841 height = ri->ri_font->fontheight * nrows * ri->ri_stride;
843 src = ri->ri_bits + startrow * ri->ri_font->fontheight * ri->ri_stride;
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dsfb.c352 ri->ri_stride = ri->ri_width * (ri->ri_depth / 8);
356 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
911 scanspan = ri->ri_stride;
952 scanspan = ri->ri_stride;
1004 scanspan = ri->ri_stride;
1131 scanspan = ri->ri_stride;
1190 scanspan = ri->ri_stride;
1199 p = ri->ri_bits + srcy * ri->ri_stride;
1249 scanspan = ri->ri_stride;
H A Dsfbplus.c377 ri->ri_stride = ri->ri_width * (ri->ri_depth / 8);
390 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
1060 scanspan = ri->ri_stride;
1111 scanspan = ri->ri_stride;
1173 scanspan = ri->ri_stride;
1182 p = ri->ri_bits + srcy * ri->ri_stride;
1233 scanspan = ri->ri_stride;
1242 p = ri->ri_bits + srcy * ri->ri_stride;
1300 scanspan = ri->ri_stride;
H A Dcfb.c326 ri->ri_stride = 1024;
330 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dpm.c252 ri->ri_stride = (ri->ri_depth == 8 ? 1024 : 2048 / 8);
258 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
400 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dfb.c202 ri->ri_stride = 2048 / 8;
217 ri->ri_bits = dc->dc_fbbase + xoff + ri->ri_stride * yoff;
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dfb_sbdio.c212 ri->ri_stride = 2048;
299 *(u_int *)data = ri->ri_stride;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dgdium_machdep.c352 ri->ri_stride = 0x800;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dhyper.c243 *(u_int *)data = fb->ri.ri_stride;
H A Drbox.c357 *(u_int *)data = fb->ri.ri_stride;
H A Ddvbox.c396 *(u_int *)data = fb->ri.ri_stride;
H A Dgbox.c367 *(u_int *)data = fb->ri.ri_stride;
H A Dtopcat.c413 *(u_int *)data = fb->ri.ri_stride;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dsisfb.c378 *(uint *)data = ri->ri_stride;
413 if (offset < 0 || offset >= ri->ri_stride * ri->ri_height)
439 ri->ri_stride = fb->fb_stride;
537 fb->fb_stride = ri->ri_stride = (ri->ri_width * ri->ri_depth) / 8;
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/
H A Dpvr.c235 dc->dc_rinfo.ri_stride = dc->dc_rowbytes;
328 *(u_int *)data = sc->sc_dc->dc_rinfo.ri_stride;
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c435 ri->ri_stride = fbconf->hf_bytes_per_line;
491 dc->dc_memsize = ri->ri_stride * ri->ri_height;
572 *(u_int *)data = dc->dc_rinfo.ri_stride;
756 dc->dc_memsize = dc->dc_rinfo.ri_stride * dc->dc_rinfo.ri_height;
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dbwtwo.c449 ri->ri_stride = sc->sc_stride;
H A Dcgthree.c555 ri->ri_stride = sc->sc_stride;
H A Dfb.c400 ri->ri_stride = fb->fb_linebytes;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dcgfourteen.c783 ri->ri_stride * ri->ri_height);
921 *(u_int *)data = ms->scr_ri.ri_stride << 2;
1013 ri->ri_stride = ri->ri_width;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dgfb.c350 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Dlunafb.c431 ri->ri_stride = dc->dc_rowbytes;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dvalkyriefb.c422 ri->ri_stride = sc->sc_linebytes;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dnewport.c622 ri->ri_stride = newport_console_dc.dc_xres; /* XXX */
652 ri->ri_stride = dc->dc_xres; /* XXX */

Completed in 228 milliseconds

1234