Home
last modified time | relevance | path

Searched refs:UVMapNode (Results 1 – 3 of 3) sorted by last modified time

/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_shader.cpp869 UVMapNode *uvm = graph->create_node<UVMapNode>(); in add_node()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dnodes.h919 class UVMapNode : public ShaderNode {
921 SHADER_NODE_CLASS(UVMapNode)
H A Dnodes.cpp309 if (node->type == UVMapNode::node_type) { in cull_tiles()
310 UVMapNode *uvmap = (UVMapNode *)node; in cull_tiles()
3963 NODE_DEFINE(UVMapNode) in NODE_DEFINE() argument
3975 UVMapNode::UVMapNode() : ShaderNode(node_type) in UVMapNode() function in UVMapNode
3979 void UVMapNode::attributes(Shader *shader, AttributeRequestSet *attributes) in attributes()
3995 void UVMapNode::compile(SVMCompiler &compiler) in compile()
4026 void UVMapNode::compile(OSLCompiler &compiler) in compile()