Home
last modified time | relevance | path

Searched refs:rt_getmem (Results 1 – 20 of 20) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dutil.hpp81 void *rt_getmem(unsigned int);
H A Dvol.cpp88 tx = (texture *)rt_getmem(sizeof(texture)); in newscalarvol()
92 vol = (scalarvol *)rt_getmem(sizeof(scalarvol)); in newscalarvol()
329 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()
H A Dppm.cpp107 *imgdata = (unsigned char *)rt_getmem(datasize); in readppm()
H A Dplane.cpp68 p = (plane *)rt_getmem(sizeof(plane)); in newplane()
H A Dtrace_rest.cpp92 parms = (thr_parms *)rt_getmem(sizeof(thr_parms)); in trace_shm()
H A Dimageio.cpp72 *imgdata = (unsigned char *)rt_getmem(imgsize); in fakeimage()
H A Dutil.cpp135 void* rt_getmem(unsigned int bytes) { in rt_getmem() function
H A Dlight.cpp68 l = (point_light *)rt_getmem(sizeof(point_light)); in newlight()
H A Dtriangle.cpp81 t = (tri *)rt_getmem(sizeof(tri)); in newtri()
108 t = (stri *)rt_getmem(sizeof(stri)); in newstri()
H A Dsphere.cpp68 s = (sphere *)rt_getmem(sizeof(sphere)); in newsphere()
H A Dring.cpp68 r = (ring *)rt_getmem(sizeof(ring)); in newring()
H A Dcylinder.cpp75 c = (cylinder *)rt_getmem(sizeof(cylinder)); in newcylinder()
163 c = (cylinder *)rt_getmem(sizeof(cylinder)); in newfcylinder()
H A Dextvol.cpp89 xvol = (extvol *)rt_getmem(sizeof(extvol)); in newextvol()
102 xvol->tex = (texture *)rt_getmem(sizeof(texture)); in newextvol()
H A Dimap.cpp141 newimage = (rawimage *)rt_getmem(sizeof(rawimage)); in AllocateImage()
H A Dgrid.cpp79 g = (grid *)rt_getmem(sizeof(grid)); in newgrid()
97 g->cells = (objectlist **)rt_getmem(xsize * ysize * zsize * sizeof(objectlist *)); in newgrid()
369 newobj = (objectlist *)rt_getmem(sizeof(objectlist)); in engrid_cell()
435 tmp = (objectlist *)rt_getmem(sizeof(objectlist)); in engrid_object()
H A Dtgafile.cpp194 *imgdata = (unsigned char *)rt_getmem(imgsize); in readtga()
H A Dbox.cpp75 b = (box *)rt_getmem(sizeof(box)); in newbox()
H A Dbndbox.cpp68 b = (bndbox *)rt_getmem(sizeof(bndbox)); in newbndbox()
H A Dquadric.cpp71 q = (quadric *)rt_getmem(sizeof(quadric)); in newquadric()
H A Dapi.cpp298 tex = (texture *)rt_getmem(sizeof(texture)); in rt_texture()