Home
last modified time | relevance | path

Searched refs:RT_BOUNDING_ENABLED (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Drender.cpp71 if (scene.boundmode == RT_BOUNDING_ENABLED) in renderscene()
H A Dapi.hpp124 #define RT_BOUNDING_ENABLED 1 macro
H A Dtypes.hpp78 #define RT_BOUNDING_ENABLED 1 /* spatial subdivision/bounding enabled */ macro
H A Dmain.cpp297 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
H A Dapi.cpp223 rt_boundmode(voidscene, RT_BOUNDING_ENABLED); /* spatial subdivision on */ in rt_newscene()