Searched refs:g_rowoffset (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrfvar.h74 uint16_t g_rowoffset[MAXROWS]; /* speed up putchar-multiplication */ member in struct:grf_softc
H A Dgrf_cv.c2288 offs = gp->g_rowoffset[row] + col;
2305 cp += (gp->g_rowoffset[row] + col) << 2;
2323 src += (gp->g_rowoffset[row] + srccol) << 1;
2324 dst += (gp->g_rowoffset[row] + dstcol) << 1;
2356 cp += (gp->g_rowoffset[row] + startcol) << 1;
2380 src += gp->g_rowoffset[srcrow + nrows] << 1;
2381 dst += gp->g_rowoffset[dstrow + nrows] << 1;
2388 src += gp->g_rowoffset[srcrow] << 1;
2389 dst += gp->g_rowoffset[dstrow] << 1;
2413 cp += gp->g_rowoffset[ro
[all...]
H A Dgrf_cv3d.c2150 offs = gp->g_rowoffset[row] + col;
2168 cp += (gp->g_rowoffset[row] + col) << 2;
2186 src += (gp->g_rowoffset[row] + srccol) << 1;
2187 dst += (gp->g_rowoffset[row] + dstcol) << 1;
2219 cp += (gp->g_rowoffset[row] + startcol) << 1;
2243 src += gp->g_rowoffset[srcrow + nrows] << 1;
2244 dst += gp->g_rowoffset[dstrow + nrows] << 1;
2251 src += gp->g_rowoffset[srcrow] << 1;
2252 dst += gp->g_rowoffset[dstrow] << 1;
2276 cp += gp->g_rowoffset[ro
[all...]
H A Dgrf.c523 gp->g_rowoffset[i] = i * ri->ri_cols;

Completed in 62 milliseconds