|
Blender V5.0
|
#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) |
| 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().
| ccl_device int svm_node_value_v | ( | KernelGlobals | kg, |
| ccl_private float * | stack, | ||
| const uint | out_offset, | ||
| int | offset ) |
Definition at line 20 of file value.h.
References __uint_as_float, ccl_device, ccl_private, make_float3(), read_node(), stack_store_float3(), uint4::w, uint4::y, and uint4::z.
Referenced by svm_eval_nodes().