Home
last modified time | relevance | path

Searched refs:si_stride (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/splash/
Dsplash.c261 fb += xoff + yoff * si->si_stride; in splash_render8()
271 while (i < si->si_height*si->si_stride) { in splash_render8()
282 fb += si->si_stride; in splash_render8()
298 rp += si->si_stride; in splash_render8()
299 hrp += si->si_stride; in splash_render8()
335 fb += xoff * 2 + yoff * si->si_stride; in splash_render16()
345 while (i < si->si_height*si->si_stride) { in splash_render16()
353 fb += si->si_stride; in splash_render16()
360 si->si_height*si->si_stride); in splash_render16()
364 rp = si->si_bits + (xoff * 2) + (yoff * si->si_stride); in splash_render16()
[all …]
Dsplash.h50 int si_stride; member
/netbsd/src/sys/arch/evbppc/virtex/dev/
Dtft.c118 sc->sc_sp_info.si_stride = ri->ri_stride; in tft_attach()
/netbsd/src/sys/dev/wsfb/
Dgenfb.c429 scp->sc_splash.si_stride = sc->sc_stride; in genfb_attach()
/netbsd/src/sys/dev/pci/
Dradeonfb.c963 dp->rd_splash.si_stride = ri->ri_stride; in radeonfb_attach()