Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/path_trace_work_gpu.cpp
| Context not available. | |||||
| * schedules work in halves of available number of paths. */ | * schedules work in halves of available number of paths. */ | ||||
| work_tile_scheduler_.set_max_num_path_states(max_num_paths_ / 8); | work_tile_scheduler_.set_max_num_path_states(max_num_paths_ / 8); | ||||
| work_tile_scheduler_.reset(effective_buffer_params_, start_sample, samples_num); | work_tile_scheduler_.reset(effective_buffer_params_, | ||||
| start_sample, | |||||
| samples_num, | |||||
| device_scene_->data.integrator.scrambling_distance); | |||||
| enqueue_reset(); | enqueue_reset(); | ||||
| Context not available. | |||||