Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.hpp126 void rt_boundmode(SceneHandle, int);
H A Dapi.cpp181 void rt_boundmode(SceneHandle voidscene, int mode) { in rt_boundmode() function
223 rt_boundmode(voidscene, RT_BOUNDING_ENABLED); /* spatial subdivision on */ in rt_newscene()
H A Dmain.cpp264 rt_boundmode(scene, opt->boundmode); in useoptions()