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

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device void svm_node_value_f (ccl_private float *stack, const uint ivalue, const uint out_offset)
ccl_device int svm_node_value_v (KernelGlobals kg, ccl_private float *stack, const uint out_offset, int offset)

Function Documentation

◆ svm_node_value_f()

CCL_NAMESPACE_BEGIN ccl_device void svm_node_value_f ( ccl_private float * stack,
const uint ivalue,
const uint out_offset )

Definition at line 13 of file value.h.

References __uint_as_float, ccl_device, ccl_private, and stack_store_float().

Referenced by svm_eval_nodes().

◆ svm_node_value_v()

ccl_device int svm_node_value_v ( KernelGlobals kg,
ccl_private float * stack,
const uint out_offset,
int offset )