Searched refs:ri_stride (Results 51 - 75 of 91) sorted by relevance

1234

/netbsd-current/sys/arch/sgimips/gio/
H A Dnewport.c661 ri->ri_stride = newport_console_dc.dc_xres; /* XXX */
694 ri->ri_stride = dc->dc_xres; /* XXX */
/netbsd-current/sys/dev/tc/
H A Dtfb.c339 ri->ri_stride = 1280;
343 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
H A Dcfb.c321 ri->ri_stride = 1024;
325 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
H A Dxcfb.c281 ri->ri_stride = 1024;
285 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
H A Dmfb.c285 ri->ri_stride = 2048;
289 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
/netbsd-current/sys/arch/amiga/dev/
H A Dmntva.c270 ri->ri_stride = sc->sc_linebytes;
H A Dzz9k_fb.c392 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/dev/sbus/
H A Dcgtwelve.c470 ri->ri_stride = sc->sc_stride;
H A Dagten.c509 ri->ri_stride = sc->sc_stride;
H A Dtcx.c865 ri->ri_stride = sc->sc_fb.fb_linebytes;
/netbsd-current/sys/dev/sun/
H A Dcgthree.c559 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunafb.c507 ri->ri_stride = dc->dc_rowbytes;
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb.c175 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
/netbsd-current/sys/arch/powerpc/oea/
H A Dofwoea_machdep.c253 ri->ri_height * ri->ri_stride);
/netbsd-current/sys/arch/sparc/dev/
H A Dcgfourteen.c772 ri->ri_stride * ri->ri_height);
979 *(u_int *)data = ms->scr_ri.ri_stride << 2;
1076 ri->ri_stride = ri->ri_width * (sc->sc_depth >> 3);
/netbsd-current/sys/dev/pci/
H A Dvoodoofb.c1300 ri->ri_stride = sc->sc_linebytes;
1865 sc->sc_cache = (ri->ri_width * ri->ri_stride + 3) & 0xfffffffc;
H A Dtdvfb.c311 ri->ri_stride = sc->sc_linebytes;
H A Dwcfb.c504 ri->ri_stride = sc->sc_stride;
H A Dr128fb.c540 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c546 scr->rinfo.ri_stride = scr->stride;
/netbsd-current/sys/arch/macppc/dev/
H A Dplatinumfb.c918 ri->ri_stride = sc->sc_linebytes;
/netbsd-current/sys/arch/usermode/dev/
H A Dvncfb.c297 ri->ri_stride = sc->sc_width * ri->ri_depth / 8;
/netbsd-current/sys/dev/ic/
H A Digsfb.c435 ri->ri_stride = dc->dc_stride;
H A Dct65550.c958 ri->ri_stride = sc->sc_width;
/netbsd-current/sys/arch/arm/ti/
H A Domap3_dss.c657 ri->ri_stride = sc->sc_stride;

Completed in 470 milliseconds

1234