Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp87 int boundmode; /* bounding mode */ member
100 opt->boundmode = -1; in initoptions()
263 if (opt->boundmode != -1) { in useoptions()
264 rt_boundmode(scene, opt->boundmode); in useoptions()
297 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
H A Drender.cpp71 if (scene.boundmode == RT_BOUNDING_ENABLED) in renderscene()
H A Dtypes.hpp191 int boundmode; /* automatic spatial subdivision flag */ member
H A Dapi.cpp183 scene->boundmode = mode; in rt_boundmode()