|
Blender V5.0
|
#include "kernel/film/write.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device void | volume_guiding_filter_x (KernelGlobals kg, ccl_global float *render_buffer, const int y, const int center_x, const int min_x, const int max_x, const int offset, const int stride) |
| ccl_device void | volume_guiding_filter_y (KernelGlobals kg, ccl_global float *render_buffer, const int x, const int min_y, const int max_y, const int offset, const int stride) |
| CCL_NAMESPACE_BEGIN ccl_device void volume_guiding_filter_x | ( | KernelGlobals | kg, |
| ccl_global float * | render_buffer, | ||
| const int | y, | ||
| const int | center_x, | ||
| const int | min_x, | ||
| const int | max_x, | ||
| const int | offset, | ||
| const int | stride ) |
Definition at line 14 of file volume_guiding_denoise.h.
References __float_as_uint, ccl_device, ccl_global, film_overwrite_pass_rgbe(), film_pass_pixel_render_buffer(), kernel_assert, kernel_data, kernel_read_pass_float3(), PASS_UNUSED, render_buffer, scatter(), x, y, and zero_float3().
| ccl_device void volume_guiding_filter_y | ( | KernelGlobals | kg, |
| ccl_global float * | render_buffer, | ||
| const int | x, | ||
| const int | min_y, | ||
| const int | max_y, | ||
| const int | offset, | ||
| const int | stride ) |
Definition at line 72 of file volume_guiding_denoise.h.
References ccl_device, ccl_global, fabs(), film_overwrite_pass_rgbe(), film_pass_pixel_render_buffer(), i, kernel_assert, kernel_data, kernel_read_pass_rgbe(), PASS_UNUSED, render_buffer, scatter(), x, y, and zero_float3().