Blender V2.61 - r43446
Functions

svm_attribute.h File Reference

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN __device void svm_node_attr_init (KernelGlobals *kg, ShaderData *sd, uint4 node, NodeAttributeType *type, NodeAttributeType *mesh_type, AttributeElement *elem, uint *offset, uint *out_offset)
__device void svm_node_attr (KernelGlobals *kg, ShaderData *sd, float *stack, uint4 node)
__device void svm_node_attr_bump_dx (KernelGlobals *kg, ShaderData *sd, float *stack, uint4 node)
__device void svm_node_attr_bump_dy (KernelGlobals *kg, ShaderData *sd, float *stack, uint4 node)

Function Documentation

__device void svm_node_attr ( KernelGlobals *  kg,
ShaderData sd,
float *  stack,
uint4  node 
)
__device void svm_node_attr_bump_dx ( KernelGlobals *  kg,
ShaderData sd,
float *  stack,
uint4  node 
)
__device void svm_node_attr_bump_dy ( KernelGlobals *  kg,
ShaderData sd,
float *  stack,
uint4  node 
)
CCL_NAMESPACE_BEGIN __device void svm_node_attr_init ( KernelGlobals *  kg,
ShaderData sd,
uint4  node,
NodeAttributeType type,
NodeAttributeType mesh_type,
AttributeElement elem,
uint offset,
uint out_offset 
)