Home
last modified time | relevance | path

Searched refs:denoising_flags (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dfilm.cpp383 SOCKET_INT(denoising_flags, "Denoising Flags", 0); in NODE_DEFINE()
614 kfilm->denoising_flags = 0; in device_update()
618 kfilm->denoising_flags = denoising_flags; in device_update()
H A Dfilm.h67 int denoising_flags; variable
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_sync.cpp596 scene->film->denoising_flags = 0; in sync_render_passes()
601 scene->film->denoising_flags |= flag; \ in sync_render_passes()
625 if (scene->film->denoising_flags & DENOISING_CLEAN_ALL_PASSES) { in sync_render_passes()
725 scene->film->denoising_clean_pass = (scene->film->denoising_flags & DENOISING_CLEAN_ALL_PASSES); in sync_render_passes()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_types.h1251 int denoising_flags; member
H A Dkernel_accumulate.h700 if (kernel_data.film.denoising_flags & flag) \ in path_radiance_split_denoising()