Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp326 bndbox *gbox; in dividespace() local
334 gbox = newbndbox(gmin, gmax); in dividespace()
335 gbox->objlist = nullptr; in dividespace()
336 gbox->tex = nullptr; in dividespace()
337 gbox->nextobj = nullptr; in dividespace()
338 gbox->objlist = *toplist; in dividespace()
339 *toplist = (object *)gbox; in dividespace()