Blender
V3.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 42 of file kernel_arch.h.
#define KERNEL_INTEGRATOR_FUNCTION | ( | name | ) |
Definition at line 10 of file kernel_arch.h.
#define KERNEL_INTEGRATOR_INIT_FUNCTION | ( | name | ) |
Definition at line 19 of file kernel_arch.h.
#define KERNEL_INTEGRATOR_SHADE_FUNCTION | ( | name | ) |
Definition at line 14 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, | ||
bool | reset, | ||
int | offset, | ||
int | stride | ||
) |
Definition at line 158 of file kernel_arch_impl.h.
References adaptive_sampling_convergence_check(), kernel_adaptive_sampling_convergence_check(), KERNEL_ARCH, offset, render_buffer, reset, stride, threshold, x, and y.
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 177 of file kernel_arch_impl.h.
References adaptive_sampling_filter_x(), kernel_adaptive_sampling_filter_x(), KERNEL_ARCH, offset, render_buffer, stride, width, and y.
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 192 of file kernel_arch_impl.h.
References adaptive_sampling_filter_y(), height, kernel_adaptive_sampling_filter_y(), KERNEL_ARCH, offset, render_buffer, stride, and x.
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 211 of file kernel_arch_impl.h.
References cryptomatte_postprocess(), KERNEL_ARCH, kernel_cryptomatte_post(), and render_buffer.
Referenced by cryptomatte_postprocess().
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_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 129 of file kernel_arch_impl.h.
References input, KERNEL_ARCH, kernel_background_evaluate(), offset, output, 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 141 of file kernel_arch_impl.h.
References input, KERNEL_ARCH, kernel_curve_shadow_transparency_evaluate(), offset, output, 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 117 of file kernel_arch_impl.h.
References input, KERNEL_ARCH, kernel_displace_evaluate(), offset, output, and shader_eval_displace().
Referenced by shader_eval_displace().