Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/device/cpu/kernel_arch.h
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | |||||
| void KERNEL_FUNCTION_FULL_NAME(shader_eval_background)(const KernelGlobalsCPU *kg, | void KERNEL_FUNCTION_FULL_NAME(shader_eval_background)(const KernelGlobalsCPU *kg, | ||||
| const KernelShaderEvalInput *input, | const KernelShaderEvalInput *input, | ||||
| float *output, | float *output, | ||||
| const int offset); | const int offset); | ||||
| void KERNEL_FUNCTION_FULL_NAME(shader_eval_displace)(const KernelGlobalsCPU *kg, | void KERNEL_FUNCTION_FULL_NAME(shader_eval_displace)(const KernelGlobalsCPU *kg, | ||||
| const KernelShaderEvalInput *input, | const KernelShaderEvalInput *input, | ||||
| float *output, | float *output, | ||||
| const int offset); | const int offset); | ||||
| void KERNEL_FUNCTION_FULL_NAME(shader_eval_curve_shadow_transparency)( | |||||
| const KernelGlobalsCPU *kg, | |||||
| const KernelShaderEvalInput *input, | |||||
| float *output, | |||||
| const int offset); | |||||
| /* -------------------------------------------------------------------- | /* -------------------------------------------------------------------- | ||||
| * Adaptive sampling. | * Adaptive sampling. | ||||
| */ | */ | ||||
| bool KERNEL_FUNCTION_FULL_NAME(adaptive_sampling_convergence_check)( | bool KERNEL_FUNCTION_FULL_NAME(adaptive_sampling_convergence_check)( | ||||
| const KernelGlobalsCPU *kg, | const KernelGlobalsCPU *kg, | ||||
| ccl_global float *render_buffer, | ccl_global float *render_buffer, | ||||
| Show All 39 Lines | |||||