Home
last modified time | relevance | path

Searched refs:compatible_name (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dosl.h176 string compatible_name(ShaderNode *node, ShaderInput *input);
177 string compatible_name(ShaderNode *node, ShaderOutput *output);
H A Dosl.cpp601 string OSLCompiler::compatible_name(ShaderNode *node, ShaderInput *input) in compatible_name() function in OSLCompiler
621 string OSLCompiler::compatible_name(ShaderNode *node, ShaderOutput *output) in compatible_name() function in OSLCompiler
687 string param_name = compatible_name(node, input); in add()
741 string param_from = compatible_name(input->link->parent, input->link); in add()
742 string param_to = compatible_name(node, input); in add()