Home
last modified time | relevance | path

Searched refs:CLOSURE_BSDF_DIFFUSE_TOON_ID (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dbsdf.h340 case CLOSURE_BSDF_DIFFUSE_TOON_ID: in bsdf_sample()
551 case CLOSURE_BSDF_DIFFUSE_TOON_ID: in bsdf_eval()
644 case CLOSURE_BSDF_DIFFUSE_TOON_ID: in bsdf_eval()
749 case CLOSURE_BSDF_DIFFUSE_TOON_ID: in bsdf_merge()
H A Dbsdf_toon.h51 bsdf->type = CLOSURE_BSDF_DIFFUSE_TOON_ID; in bsdf_diffuse_toon_setup()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_types.h530 CLOSURE_BSDF_DIFFUSE_TOON_ID, enumerator
H A Dsvm_closure.h718 case CLOSURE_BSDF_DIFFUSE_TOON_ID: { in svm_node_closure_bsdf()
727 if (type == CLOSURE_BSDF_DIFFUSE_TOON_ID) in svm_node_closure_bsdf()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_shader.cpp490 toon->component = CLOSURE_BSDF_DIFFUSE_TOON_ID; in add_node()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dnodes.cpp2630 component_enum.insert("diffuse", CLOSURE_BSDF_DIFFUSE_TOON_ID); in NODE_DEFINE()
2632 SOCKET_ENUM(component, "Component", component_enum, CLOSURE_BSDF_DIFFUSE_TOON_ID); in NODE_DEFINE()
2643 closure = CLOSURE_BSDF_DIFFUSE_TOON_ID; in ToonBsdfNode()