Blender V5.0
checker.h File Reference
#include "kernel/svm/util.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device float svm_checker (float3 p)
ccl_device_noinline void svm_node_tex_checker (ccl_private float *stack, const uint4 node)

Function Documentation

◆ svm_checker()

Definition at line 13 of file checker.h.

References abs, ccl_device, float_to_int(), floorf, float3::x, float3::y, and float3::z.

Referenced by svm_node_tex_checker().

◆ svm_node_tex_checker()