Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/tile.h
| Context not available. | |||||
| * possible, and have as many threads active for every tile as possible. */ | * possible, and have as many threads active for every tile as possible. */ | ||||
| TileSize tile_calculate_best_size(const int2 &image_size, | TileSize tile_calculate_best_size(const int2 &image_size, | ||||
| const int num_samples, | const int num_samples, | ||||
| const int max_num_path_states); | const int max_num_path_states, | ||||
| const float scrambling_distance); | |||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| Context not available. | |||||