Home
last modified time | relevance | path

Searched refs:rt_boundthresh (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.hpp127 void rt_boundthresh(SceneHandle, int);
H A Dapi.cpp186 void rt_boundthresh(SceneHandle voidscene, int threshold) { in rt_boundthresh() function
224 rt_boundthresh(voidscene, MAXOCTNODES); /* default threshold */ in rt_newscene()
H A Dmain.cpp268 rt_boundthresh(scene, opt->boundthresh); in useoptions()