Home
last modified time | relevance | path

Searched refs:extvol (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dextvol.cpp79 extvol *newextvol(void *voidtex, in newextvol()
84 extvol *xvol; in newextvol()
89 xvol = (extvol *)rt_getmem(sizeof(extvol)); in newextvol()
90 memset(xvol, 0, sizeof(extvol)); in newextvol()
152 extvol *xvol; in ext_volume_texture()
169 xvol = (extvol *)tex->obj; in ext_volume_texture()
H A Dextvol.hpp65 } extvol; typedef
67 extvol *newextvol(void *voidtex,
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt36 src/extvol.cpp