Home
last modified time | relevance | path

Searched refs:vol (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dvol.cpp83 scalarvol *vol; in newscalarvol() local
100 vol->xres = xs; in newscalarvol()
101 vol->yres = ys; in newscalarvol()
102 vol->zres = zs; in newscalarvol()
121 tx->img = vol; in newscalarvol()
167 scalarvol *vol; in scalar_volume_texture() local
251 tdist = sqrt((flt)(vol->xres * vol->xres + vol->yres * vol->yres + vol->zres * vol->zres)); in scalar_volume_texture()
276 ptr = vol->data + ((vol->xres * vol->yres * z) + (vol->xres * y) + x); in scalar_volume_texture()
326 msgtxt, "loading %dx%dx%d volume set from %s", vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
329 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()
[all …]
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt60 src/vol.cpp