Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/session.h
| Show First 20 Lines • Show All 172 Lines • ▼ Show 20 Lines | struct DelayedReset { | ||||
| thread_mutex mutex; | thread_mutex mutex; | ||||
| bool do_reset; | bool do_reset; | ||||
| BufferParams params; | BufferParams params; | ||||
| int samples; | int samples; | ||||
| } delayed_reset; | } delayed_reset; | ||||
| void run(); | void run(); | ||||
| bool run_update_for_next_iteration(); | |||||
| bool run_wait_for_work(bool no_tiles); | |||||
| void update_status_time(bool show_pause = false, bool show_done = false); | void update_status_time(bool show_pause = false, bool show_done = false); | ||||
| void render(bool use_denoise); | void render(bool use_denoise); | ||||
| void copy_to_display_buffer(int sample); | void copy_to_display_buffer(int sample); | ||||
| void reset_(BufferParams ¶ms, int samples); | void reset_(BufferParams ¶ms, int samples); | ||||
| void run_cpu(); | void run_cpu(); | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||