Searched refs:raydepth (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | api.cpp | 124 int raydepth, in rt_camerasetup() argument 146 scene->raydepth = raydepth; in rt_camerasetup()
|
| H A D | camera.cpp | 99 newray.depth = scene->raydepth; in camray()
|
| H A D | types.hpp | 188 int raydepth; /* maximum recursion depth */ member
|
| H A D | parse.cpp | 236 int raydepth, antialiasing; in GetScenedefs() local 274 fscanf(dfile, "%d", &raydepth); in GetScenedefs() 296 rt_camerasetup(scene, zoom, aspectratio, antialiasing, raydepth, Ccenter, Cview, Cup); in GetScenedefs()
|