Home
last modified time | relevance | path

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

/dports/devel/onetbb/oneTBB-2021.4.0/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()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dmain.cpp87 int boundmode; /* bounding mode */ member
100 opt->boundmode = -1; in initoptions()
271 if (opt->boundmode != -1) { in useoptions()
272 rt_boundmode(scene, opt->boundmode); in useoptions()
304 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.h191 int boundmode; /* automatic spatial subdivision flag */ member
H A Dapi.cpp180 scene->boundmode = mode; in rt_boundmode()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dmain.cpp87 int boundmode; /* bounding mode */ member
100 opt->boundmode = -1; in initoptions()
271 if (opt->boundmode != -1) { in useoptions()
272 rt_boundmode(scene, opt->boundmode); in useoptions()
304 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.h191 int boundmode; /* automatic spatial subdivision flag */ member
H A Dapi.cpp180 scene->boundmode = mode; in rt_boundmode()
/dports/graphics/tachyon/tachyon/demosrc/
H A Dgetargs.c137 opt->boundmode = -1; in initoptions()
296 if (opt->boundmode != -1) { in postsceneoptions()
297 rt_boundmode(scene, opt->boundmode); in postsceneoptions()
375 opt->boundmode = RT_BOUNDING_DISABLED; in getparm()
H A Dgetargs.h11 int boundmode; /* bounding mode */ member
/dports/graphics/tachyon/tachyon/src/
H A Dtypes.h320 int boundmode; /* automatic spatial subdivision flag */ member
H A Drender.c204 if (scene->boundmode == RT_BOUNDING_ENABLED) in rendercheck()
H A Dapi.c386 scene->boundmode = mode; in rt_boundmode()
H A D.#api.c.1.158354 scene->boundmode = mode;