Home
last modified time | relevance | path

Searched refs:nextobj (Results 1 – 17 of 17) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp92 cur = (object *)cur->nextobj; in globalbound()
133 thisobj->nextobj = cur->nextobj; /* link around the moved obj */ in movenextobj()
246 old->nextobj = cur; in octreespace()
252 old->nextobj = cur; in octreespace()
258 old->nextobj = cur; in octreespace()
264 old->nextobj = cur; in octreespace()
270 old->nextobj = cur; in octreespace()
276 old->nextobj = cur; in octreespace()
282 old->nextobj = cur; in octreespace()
287 old->nextobj = *rootlist; in octreespace()
[all …]
H A Dintersect.cpp75 obj->nextobj = objtemp; in add_object()
83 while (cur->nextobj != nullptr) { in free_objects()
84 cur2 = (object *)cur->nextobj; in free_objects()
103 temp.nextobj = rootobj; /* setup the initial object pointers.. */ in intersect_objects()
106 while ((cur = (object *)cur->nextobj) != nullptr) in intersect_objects()
H A Dtriangle.hpp63 void *nextobj; /* pointer to next object in list */ member
73 void *nextobj; /* pointer to next object in list */ member
H A Dbox.hpp54 void *nextobj; /* pointer to next object in list */ member
H A Dlight.hpp54 void *nextobj; /* pointer to next object in list */ member
H A Dsphere.hpp58 void *nextobj; /* pointer to next object in list */ member
H A Dbndbox.hpp54 void *nextobj; /* pointer to next object in list */ member
H A Dplane.hpp57 void *nextobj; /* pointer to next object in list */ member
H A Dextvol.hpp55 void *nextobj; /* pointer to next object in list */ member
H A Dring.hpp57 void *nextobj; /* pointer to next object in list */ member
H A Dquadric.hpp67 void *nextobj; /* pointer to next object in list */ member
H A Dcylinder.hpp59 void *nextobj; /* pointer to next object in list */ member
H A Dgrid.cpp172 cur = (object *)cur->nextobj; in globalbound()
253 cur = (object *)cur->nextobj; in countobj()
295 g->nextobj = *list; in engrid_scene()
321 next = (object *)cur->nextobj; in engrid_objlist()
326 prev = (object **)&cur->nextobj; in engrid_objlist()
374 g->nextobj = gold->objects; in engrid_cell()
425 obj->nextobj = g->objects; in engrid_object()
H A Dbndbox.cpp76 b->nextobj = nullptr; in newbndbox()
201 obj = (object *)obj->nextobj; in bndbox_intersect()
H A Dtriangle.cpp83 t->nextobj = nullptr; in newtri()
110 t->nextobj = nullptr; in newstri()
H A Dgrid.hpp65 void *nextobj; /* pointer to next object in list */ member
H A Dtypes.hpp166 void *nextobj; /* pointer to next object in list */ member