Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbndbox.cpp65 bndbox *newbndbox(vector min, vector max) { in newbndbox()
66 bndbox *b; in newbndbox()
68 b = (bndbox *)rt_getmem(sizeof(bndbox)); in newbndbox()
69 memset(b, 0, sizeof(bndbox)); in newbndbox()
81 bndbox *b = (bndbox *)obj; in bndbox_bbox()
90 bndbox *b = (bndbox *)v; in free_bndbox()
97 static void bndbox_intersect(bndbox *bx, ray *ry) { in bndbox_intersect()
H A Dbndbox.hpp60 } bndbox; typedef
62 bndbox *newbndbox(vector min, vector max);
68 static void bndbox_intersect(bndbox *, ray *);
H A Dobjbound.cpp146 bndbox *box1, *box2, *box3, *box4; in octreespace()
147 bndbox *box5, *box6, *box7, *box8; in octreespace()
242 bndbox *cur, *old; in octreespace()
326 bndbox *gbox; in dividespace()
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt31 src/bndbox.cpp