|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | KERNEL_INTEGRATOR_FUNCTION(name) |
| #define | KERNEL_INTEGRATOR_SHADE_FUNCTION(name) |
| #define | KERNEL_INTEGRATOR_INIT_FUNCTION(name) |
| #define | KERNEL_FILM_CONVERT_FUNCTION(name) |
| #define KERNEL_FILM_CONVERT_FUNCTION | ( | name | ) |
Definition at line 45 of file kernel_arch.h.
| #define KERNEL_INTEGRATOR_FUNCTION | ( | name | ) |
Definition at line 11 of file kernel_arch.h.
| #define KERNEL_INTEGRATOR_INIT_FUNCTION | ( | name | ) |
Definition at line 20 of file kernel_arch.h.
| #define KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | name | ) |
Definition at line 15 of file kernel_arch.h.
| bool KERNEL_FUNCTION_FULL_NAME adaptive_sampling_convergence_check | ( | const KernelGlobalsCPU * | kg, |
| ccl_global float * | render_buffer, | ||
| int | x, | ||
| int | y, | ||
| float | threshold, | ||
| int | reset, | ||
| int | offset, | ||
| int | stride ) |
Definition at line 161 of file kernel_arch_impl.h.
References adaptive_sampling_convergence_check(), film_adaptive_sampling_convergence_check(), KERNEL_ARCH, render_buffer, and reset().
Referenced by adaptive_sampling_convergence_check().
| void KERNEL_FUNCTION_FULL_NAME adaptive_sampling_filter_x | ( | const KernelGlobalsCPU * | kg, |
| ccl_global float * | render_buffer, | ||
| int | y, | ||
| int | start_x, | ||
| int | width, | ||
| int | offset, | ||
| int | stride ) |
Definition at line 180 of file kernel_arch_impl.h.
References adaptive_sampling_filter_x(), film_adaptive_sampling_filter_x(), KERNEL_ARCH, and render_buffer.
Referenced by adaptive_sampling_filter_x().
| void KERNEL_FUNCTION_FULL_NAME adaptive_sampling_filter_y | ( | const KernelGlobalsCPU * | kg, |
| ccl_global float * | render_buffer, | ||
| int | x, | ||
| int | start_y, | ||
| int | height, | ||
| int | offset, | ||
| int | stride ) |
Definition at line 195 of file kernel_arch_impl.h.
References adaptive_sampling_filter_y(), film_adaptive_sampling_filter_y(), KERNEL_ARCH, and render_buffer.
Referenced by adaptive_sampling_filter_y().
| void KERNEL_FUNCTION_FULL_NAME cryptomatte_postprocess | ( | const KernelGlobalsCPU * | kg, |
| ccl_global float * | render_buffer, | ||
| int | pixel_index ) |
Definition at line 214 of file kernel_arch_impl.h.
References cryptomatte_postprocess(), film_cryptomatte_post(), KERNEL_ARCH, and render_buffer.
Referenced by cryptomatte_postprocess().
| KERNEL_INTEGRATOR_FUNCTION | ( | intersect_dedicated_light | ) |
| KERNEL_INTEGRATOR_FUNCTION | ( | intersect_shadow | ) |
| KERNEL_INTEGRATOR_FUNCTION | ( | intersect_subsurface | ) |
| KERNEL_INTEGRATOR_FUNCTION | ( | intersect_volume_stack | ) |
| KERNEL_INTEGRATOR_INIT_FUNCTION | ( | init_from_bake | ) |
| KERNEL_INTEGRATOR_INIT_FUNCTION | ( | init_from_camera | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | intersect_closest | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | megakernel | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_background | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_dedicated_light | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_light | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_shadow | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_surface | ) |
| KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | shade_volume | ) |
| void KERNEL_FUNCTION_FULL_NAME shader_eval_background | ( | const KernelGlobalsCPU * | kg, |
| const KernelShaderEvalInput * | input, | ||
| float * | output, | ||
| const int | offset ) |
Definition at line 132 of file kernel_arch_impl.h.
References KERNEL_ARCH, kernel_background_evaluate(), and shader_eval_background().
Referenced by shader_eval_background().
| void KERNEL_FUNCTION_FULL_NAME shader_eval_curve_shadow_transparency | ( | const KernelGlobalsCPU * | kg, |
| const KernelShaderEvalInput * | input, | ||
| float * | output, | ||
| const int | offset ) |
Definition at line 144 of file kernel_arch_impl.h.
References KERNEL_ARCH, kernel_curve_shadow_transparency_evaluate(), and shader_eval_curve_shadow_transparency().
Referenced by shader_eval_curve_shadow_transparency().
| void KERNEL_FUNCTION_FULL_NAME shader_eval_displace | ( | const KernelGlobalsCPU * | kg, |
| const KernelShaderEvalInput * | input, | ||
| float * | output, | ||
| const int | offset ) |
Definition at line 120 of file kernel_arch_impl.h.
References KERNEL_ARCH, kernel_displace_evaluate(), and shader_eval_displace().
Referenced by shader_eval_displace().