Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbox.cpp59 box *b = (box *)obj; in box_bbox()
72 box *newbox(void *tex, vector min, vector max) { in newbox()
73 box *b; in newbox()
75 b = (box *)rt_getmem(sizeof(box)); in newbox()
76 memset(b, 0, sizeof(box)); in newbox()
85 void box_intersect(box *bx, ray *ry) { in box_intersect()
162 void box_normal(box *bx, vector *pnt, ray *incident, vector *N) { in box_normal()
H A Dbox.hpp59 } box; typedef
61 box *newbox(void *tex, vector min, vector max);
62 void box_intersect(box *, ray *);
63 void box_normal(box *, vector *, ray *incident, vector *);
H A Dvol.cpp65 box *b = (box *)obj; in scalarvol_bbox()
81 box *bx; in newscalarvol()
162 box *bx; in scalar_volume_texture()
172 bx = (box *)tex->obj; in scalar_volume_texture()
H A Dextvol.cpp66 box *b = (box *)obj; in extvol_bbox()
151 box *bx; in ext_volume_texture()
168 bx = (box *)tex->obj; in ext_volume_texture()
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt32 src/box.cpp
/oneTBB/doc/
H A DDoxyfile.in1577 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1584 # search using the keyboard; to jump to the search box use <access key> + S
1586 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1590 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2440 # by representing a node as a red box. Note that doxygen if the number of direct
2463 # to support this out of the box.
/oneTBB/
H A Dthird-party-programs.txt346 …rse, your program's commands might be different; for a GUI interface, you would use an "about box".