Searched refs:trace (Results 1 – 14 of 14) sorted by relevance
58 execution_trace trace(num_threads); in test() local59 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()
96 col = trace(&primary); in render_one_pixel()113 avcol = trace(&sample); in render_one_pixel()
97 col = trace(&primary); in render_one_pixel()115 avcol = trace(&sample); in render_one_pixel()
83 color trace(ray *);
104 col = trace(&primary); in render_one_pixel()122 avcol = trace(&sample); in render_one_pixel()
108 col = trace(&primary); in render_one_pixel()127 avcol = trace(&sample); in render_one_pixel()
66 color trace(ray *primary) { in trace() function
201 col = trace(&specray); /* trace specular reflection ray */ in shade_reflection()224 col = trace(&transray); /* trace transmission ray */ in shade_transmission()
111 col = trace(&primary); in render_one_pixel()130 avcol = trace(&sample); in render_one_pixel()
133 col = trace(&primary); in render_one_pixel()151 avcol = trace(&sample); in render_one_pixel()
95 col = trace(&primary); in render_one_pixel()
67 #define TRACENL utils::internal::tracer.set_trace_info(0, TRACE_ORIG_INFO)->trace112 void trace( const char* fmt, ... ) { in trace() function
26 tachyon src/trace.${TACHYON_VERSION}.cpp