Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp88 int boundthresh; /* bounding threshold */ member
101 opt->boundthresh = -1; in initoptions()
267 if (opt->boundthresh != -1) { in useoptions()
268 rt_boundthresh(scene, opt->boundthresh); in useoptions()
289 .positional_arg(opt.boundthresh, "boundthresh", "bounding threshold value") in ParseCommandLine()
H A Dtypes.hpp192 int boundthresh; /* threshold number of subobjects */ member
H A Dapi.cpp190 scene->boundthresh = threshold; in rt_boundthresh()
195 scene->boundthresh = MAXOCTNODES; in rt_boundthresh()
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md30 tachyon [dataset=value] [boundthresh=value] [no-display-updating] [no-bounding] [silent] [-h] [data…
34 * `boundthresh` - bounding threshold value.