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

1234

/netbsd-current/sys/dev/rasops/
H A Drasops.h84 int ri_stride; /* stride in bytes */ member in struct:rasops_info
/netbsd-current/sys/arch/hp300/dev/
H A Dtopcat.c458 *(u_int *)data = fb->ri.ri_stride;
638 rp += ri->ri_stride;
654 rp += ri->ri_stride;
672 rp -= ri->ri_stride * ri->ri_ul.off;
H A Dhyper.c243 *(u_int *)data = fb->ri.ri_stride;
H A Drbox.c357 *(u_int *)data = fb->ri.ri_stride;
H A Dgbox.c367 *(u_int *)data = fb->ri.ri_stride;
H A Ddvbox.c396 *(u_int *)data = fb->ri.ri_stride;
/netbsd-current/sys/dev/sun/
H A Dbwtwo.c473 ri->ri_stride = sc->sc_stride;
483 bits < (char *) ri->ri_bits + ri->ri_stride * ri->ri_height;
/netbsd-current/sys/arch/arm/iomd/
H A Dvidcvideo.c274 ri->ri_stride = dc->dc_rowbytes;
793 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-current/sys/dev/ic/
H A Dssdfb.c339 ri->ri_stride = ri->ri_width * ri->ri_depth / 8;
345 sc->sc_ri_bits_len = round_page(ri->ri_stride * ri->ri_height);
504 *(u_int *)data = sc->sc_ri.ri_stride;
1256 int ri_block_stride = ri->ri_stride * block_size;
1278 raw_block = ssdfb_transpose_block(src, ri->ri_stride);
1332 src = (uint16_t*)&ri->ri_bits[y * ri->ri_stride];
1404 src = (uint32_t*)&ri->ri_bits[y * ri->ri_stride];
/netbsd-current/sys/dev/tc/
H A Dsfb.c347 ri->ri_stride = ri->ri_width * (ri->ri_depth / 8);
351 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.c371 ri->ri_stride = ri->ri_width * (ri->ri_depth / 8);
384 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
1059 scanspan = ri->ri_stride;
1110 scanspan = ri->ri_stride;
1172 scanspan = ri->ri_stride;
1181 p = ri->ri_bits + srcy * ri->ri_stride;
1232 scanspan = ri->ri_stride;
1241 p = ri->ri_bits + srcy * ri->ri_stride;
1299 scanspan = ri->ri_stride;
/netbsd-current/sys/arch/newsmips/dev/
H A Dfb.c325 ri->ri_stride = stride;
340 ri->ri_bits = dc->dc_fbbase + xoff + ri->ri_stride * yoff;
382 *(u_int *)data = dc->dc_ri.ri_stride;
/netbsd-current/sys/dev/wsfb/
H A Dgenfb.c648 ri->ri_stride = sc->sc_stride;
1059 cri->ri_stride = ri->ri_xscale;
1065 (cri->ri_stride * cri->ri_font->fontheight);
1071 printf("size %d %d %d\n", GLYPHCACHESIZE, ri->ri_width, ri->ri_stride);
1188 dst += ri->ri_stride;
1197 hwdst += ri->ri_stride;
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dfb_sbdio.c203 ri->ri_stride = 2048;
289 *(u_int *)data = ri->ri_stride;
/netbsd-current/sys/arch/evbmips/loongson/
H A Dgdium_machdep.c352 ri->ri_stride = 0x800;
/netbsd-current/sys/dev/pci/
H A Dlynxfb.c472 if (offset < ri->ri_stride * ri->ri_height) {
489 offset < sc->sc_fbaddr + ri->ri_stride * ri->ri_height) {
514 ri->ri_stride = fb->stride;
564 ri->ri_stride = fb->stride;
H A Dsisfb.c403 *(uint *)data = ri->ri_stride;
467 if (offset >= 0 && offset < ri->ri_stride * ri->ri_height) {
514 ri->ri_stride = fb->fb_stride;
612 fb->fb_stride = ri->ri_stride = (ri->ri_width * ri->ri_depth) / 8;
/netbsd-current/sys/arch/arm/fdt/
H A Darm_simplefb.c130 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c365 ri->ri_stride = SM_XWIDTH >> 3;
434 *(u_int *)data = ss->ss_ri.ri_stride;
656 scanspan = ri->ri_stride;
734 scanspan = ri->ri_stride;
/netbsd-current/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-current/sys/dev/pci/igma/
H A Digmafb.c241 *(u_int *)data = ms->scr_ri.ri_stride;
348 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/dev/hpc/
H A Dhpcfb.c445 ri->ri_stride = fbconf->hf_bytes_per_line;
502 dc->dc_memsize = ri->ri_stride * ri->ri_height;
579 *(u_int *)data = dc->dc_rinfo.ri_stride;
765 dc->dc_memsize = dc->dc_rinfo.ri_stride * dc->dc_rinfo.ri_height;
/netbsd-current/sys/arch/pmax/ibus/
H A Dpm.c279 ri->ri_stride = (ri->ri_depth == 8 ? 1024 : 2048 / 8);
285 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
427 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
/netbsd-current/sys/arch/macppc/dev/
H A Dvalkyriefb.c425 ri->ri_stride = sc->sc_linebytes;
/netbsd-current/sys/arch/sparc64/dev/
H A Dgfb.c360 ri->ri_stride = sc->sc_stride;

Completed in 402 milliseconds

1234