Searched refs:ri_stride (Results 1 - 25 of 77) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops8.c150 hrp += ri->ri_stride;
152 rp += ri->ri_stride;
164 rp += ri->ri_stride;
166 hrp += ri->ri_stride;
181 rp -= (ri->ri_stride << 1);
183 hrp -= (ri->ri_stride << 1);
233 hrp += ri->ri_stride;
235 rp += ri->ri_stride;
275 hrp += ri->ri_stride;
277 rp += ri->ri_stride;
[all...]
H A Drasops32.c112 DELTA(rp, ri->ri_stride, int32_t *);
115 DELTA(hrp, ri->ri_stride, int32_t *);
133 DELTA(rp, ri->ri_stride, int32_t *);
136 DELTA(hrp, ri->ri_stride, int32_t *);
150 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
152 DELTA(hrp, -(ri->ri_stride << 1), int32_t *);
202 DELTA(rp, ri->ri_stride, int32_t *);
205 DELTA(hrp, ri->ri_stride, int32_t *);
249 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
251 DELTA(hrp, -(ri->ri_stride <<
[all...]
H A Drasops_bitops.h77 DELTA(rp, ri->ri_stride, int32_t *);
83 DELTA(hrp, ri->ri_stride, int32_t *);
100 DELTA(rp, ri->ri_stride, int32_t *);
103 DELTA(hrp, ri->ri_stride, int32_t *);
156 DELTA(rp, ri->ri_stride, int32_t *);
163 DELTA(hrp, ri->ri_stride, int32_t *);
173 DELTA(rp, ri->ri_stride, int32_t *);
176 DELTA(hrp, ri->ri_stride, int32_t *);
262 DELTA(dhp, ri->ri_stride, int32_t *);
264 DELTA(srp, ri->ri_stride, int32_
[all...]
H A Drasops15.c146 rp += ri->ri_stride;
149 hrp += ri->ri_stride;
169 rp += ri->ri_stride;
172 hrp += ri->ri_stride;
191 rp -= ri->ri_stride << 1;
193 hrp -= ri->ri_stride << 1;
282 DELTA(rp, ri->ri_stride, int32_t *);
285 DELTA(hrp, ri->ri_stride, int32_t *);
311 DELTA(rp, ri->ri_stride, int32_t *);
313 DELTA(hrp, ri->ri_stride, int32_
[all...]
H A Drasops2.c124 rs = ri->ri_stride;
163 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
200 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
272 rs = ri->ri_stride;
299 *(int16_t *)(rp - (ri->ri_stride << 1)) = stamp[15];
337 rs = ri->ri_stride;
365 rp -= ri->ri_stride << 1;
405 rs = ri->ri_stride;
434 *(int32_t *)(rp - (ri->ri_stride << 1)) = stamp[15];
H A Drasops1.c114 rs = ri->ri_stride;
184 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
188 DELTA(hrp, -(ri->ri_stride << 1), int32_t *);
261 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
267 DELTA(hrp, -(ri->ri_stride << 1), int32_t *);
300 rs = ri->ri_stride;
348 rp[-(ri->ri_stride << 1)] = fg;
350 hrp[-(ri->ri_stride << 1)] = fg;
379 rs = ri->ri_stride;
431 *(int16_t *)(rp - (ri->ri_stride <<
[all...]
H A Drasops24.c147 rp += ri->ri_stride;
164 rp += ri->ri_stride;
184 rp -= ri->ri_stride << 1;
278 DELTA(rp, ri->ri_stride, int32_t *);
297 DELTA(rp, ri->ri_stride, int32_t *);
305 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
355 DELTA(rp, ri->ri_stride, int32_t *);
379 DELTA(rp, ri->ri_stride, int32_t *);
387 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
439 DELTA(rp, ri->ri_stride, int32_
[all...]
H A Drasops.c296 if ((int)ri->ri_stride & 3) {
403 ri->ri_delta = ri->ri_stride - ri->ri_emustride;
409 ri->ri_yscale = ri->ri_font->fontheight * ri->ri_stride;
418 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
428 ri->ri_stride;
433 ri->ri_stride;
436 / ri->ri_stride;
438 % ri->ri_stride) * 8 / bpp);
692 delta = ri->ri_stride;
696 srp = (int32_t *)(ri->ri_bits + src * ri->ri_stride);
[all...]
H A Drasops4.c124 rs = ri->ri_stride;
163 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
200 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
273 rs = ri->ri_stride / sizeof(*rp);
343 rs = ri->ri_stride / sizeof(*rp);
416 rs = ri->ri_stride / sizeof(*rp);
H A Drasops.h73 int ri_stride; /* stride in bytes */ member in struct:rasops_info
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay_util.c69 fbi->fbi_stride = ri->ri_stride;
86 fbi->fbi_fbsize = ri->ri_stride * ri->ri_height;
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c87 scanspan = ri->ri_stride;
141 scanspan = ri->ri_stride;;
190 scanspan = ri->ri_stride;
224 scanspan = ri->ri_stride;
233 p = (uint8_t *)ri->ri_bits + srcy * ri->ri_stride;
263 scanspan = ri->ri_stride;
399 scanspan = ri->ri_stride;
497 ri->ri_delta = ri->ri_stride - ri->ri_emustride;
503 ri->ri_yscale = ri->ri_font->fontheight * ri->ri_stride;
508 memset(ri->ri_bits, 0, ri->ri_stride * r
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/gdium/
H A Dgdium_genfb.c78 ri->ri_stride = 0x800;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dofw_rascons.c113 int i, screenbytes = ri->ri_stride * ri->ri_height;
234 ri->ri_stride = linebytes;
256 ri->ri_stride * ri->ri_yorigin;
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dgten.c189 int j = i * ri->ri_stride;
190 int k = (ri->ri_height - i - 1) * gt->gt_ri->ri_stride;
228 ri->ri_stride = 640;
236 memset(ri->ri_bits, 0xff, ri->ri_stride * ri->ri_height);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/dev/
H A Dtft.c119 sc->sc_sp_info.si_stride = ri->ri_stride;
154 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dgendiofb.c162 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
215 *(u_int *)data = fb->ri.ri_stride;
H A Dtvrx.c180 *(u_int *)data = fb->ri.ri_stride;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c269 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
372 rinfo.ri_stride = width * rinfo.ri_depth / 8;
418 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
464 *(u_int *)data = scr->rinfo.ri_stride;
506 offset >= scr->rinfo.ri_stride * scr->rinfo.ri_height)
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c659 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
764 rinfo.ri_stride = width * rinfo.ri_depth / 8;
767 rinfo.ri_stride = width * 4;
822 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
825 scr->rinfo.ri_stride = scr->rinfo.ri_width * 4;
887 *(u_int *)data = scr->rinfo.ri_stride;
931 offset >= scr->rinfo.ri_stride * scr->rinfo.ri_height)
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dxafb.c217 ri->ri_stride = 2048;
262 nwdf->stride = dc->dc_ri.ri_stride;
289 if (offset >= (ri->ri_stride * ri->ri_height) || offset < 0)
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dofb.c201 sc->sc_fbsize = round_page(ri->ri_stride * ri->ri_height);
281 gm->gd_fbrowbytes = ms->scr_ri.ri_stride;
287 *(int *)data = ms->scr_ri.ri_stride;
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c179 ri->ri_stride = ri->ri_width;
307 s3_fill(fb, 0, row, ri->ri_stride, nrows, (attr >> 16)&0x0f, 0x0f);
334 s3_copy(fb, 0, srcrow, 0, dstrow, ri->ri_stride, nrows, 0x0f);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtga.c332 rip->ri_stride = dc->dc_rowbytes;
1045 srcb = sy * src->ri_stride + sx * (src->ri_depth / 8);
1046 dstb = dy * dst->ri_stride + dx * (dst->ri_depth / 8);
1047 tga_srcb = offset + (sy + src->ri_yorigin) * src->ri_stride +
1049 tga_dstb = offset + (dy + dst->ri_yorigin) * dst->ri_stride +
1054 yend = (h - 1) * dst->ri_stride;
1057 ystart = (h - 1) * dst->ri_stride;
1061 yinc = ydir * dst->ri_stride;
1260 rp = (int32_t *)((uint8_t *)rp + ri->ri_stride);
1265 rp = (int32_t *)((uint8_t *)rp - (ri->ri_stride <<
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dgenfb_machdep.c184 ri->ri_stride = fbinfo->stride;

Completed in 130 milliseconds

1234