|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device_noinline void | svm_node_convert (KernelGlobals kg, ccl_private float *stack, const uint type, const uint from, const uint to) |
| CCL_NAMESPACE_BEGIN ccl_device_noinline void svm_node_convert | ( | KernelGlobals | kg, |
| ccl_private float * | stack, | ||
| const uint | type, | ||
| const uint | from, | ||
| const uint | to ) |
Definition at line 15 of file convert.h.
References average(), ccl_device_noinline, ccl_private, float, float_to_int(), i, linear_rgb_to_gray(), make_float3(), NODE_CONVERT_CF, NODE_CONVERT_CI, NODE_CONVERT_FI, NODE_CONVERT_FV, NODE_CONVERT_IF, NODE_CONVERT_IV, NODE_CONVERT_VF, NODE_CONVERT_VI, stack_load_float(), stack_load_float3(), stack_load_int(), stack_store_float(), stack_store_float3(), and stack_store_int().
Referenced by svm_eval_nodes().