Blender V2.61 - r43446
Functions

svm_value.h File Reference

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN __device void svm_node_value_f (KernelGlobals *kg, ShaderData *sd, float *stack, uint ivalue, uint out_offset)
__device void svm_node_value_v (KernelGlobals *kg, ShaderData *sd, float *stack, uint out_offset, int *offset)

Function Documentation

CCL_NAMESPACE_BEGIN __device void svm_node_value_f ( KernelGlobals *  kg,
ShaderData sd,
float *  stack,
uint  ivalue,
uint  out_offset 
)

Definition at line 23 of file svm_value.h.

References __int_as_float(), and stack_store_float().

Referenced by svm_eval_nodes().

__device void svm_node_value_v ( KernelGlobals *  kg,
ShaderData sd,
float *  stack,
uint  out_offset,
int *  offset 
)

Definition at line 28 of file svm_value.h.

References __int_as_float(), make_float3(), p, read_node(), stack_store_float3(), uint4::w, uint4::y, and uint4::z.

Referenced by svm_eval_nodes().