Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 14 of 14) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp58 execution_trace trace(num_threads); in test() local
59 for (auto& v : trace) in test()
68 trace[thread_id].emplace_back(r.begin(), r.end()); in test()
86 auto trace_size = trace[thread_id].size(); in test()
88 auto previous_call_range = trace[thread_id][1]; in test()
91 const auto& current_call_range = trace[thread_id][invocation]; in test()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.serial.cpp96 col = trace(&primary); in render_one_pixel()
113 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.omp.cpp97 col = trace(&primary); in render_one_pixel()
115 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.hpp83 color trace(ray *);
H A Dtrace.tbb1d.cpp104 col = trace(&primary); in render_one_pixel()
122 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.threads.cpp108 col = trace(&primary); in render_one_pixel()
127 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.taskq.cpp104 col = trace(&primary); in render_one_pixel()
122 avcol = trace(&sample); in render_one_pixel()
H A Dtrace_rest.cpp66 color trace(ray *primary) { in trace() function
H A Dshade.cpp201 col = trace(&specray); /* trace specular reflection ray */ in shade_reflection()
224 col = trace(&transray); /* trace transmission ray */ in shade_transmission()
H A Dtrace.threads2d.cpp111 col = trace(&primary); in render_one_pixel()
130 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.tbb.cpp133 col = trace(&primary); in render_one_pixel()
151 avcol = trace(&sample); in render_one_pixel()
H A Dtrace.simple.cpp95 col = trace(&primary); in render_one_pixel()
/oneTBB/test/common/
H A Dutils_report.h67 #define TRACENL utils::internal::tracer.set_trace_info(0, TRACE_ORIG_INFO)->trace
112 void trace( const char* fmt, ... ) { in trace() function
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt26 tachyon src/trace.${TACHYON_VERSION}.cpp