Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dbsdf.h262 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: in bsdf_sample()
532 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: in bsdf_eval()
625 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: in bsdf_eval()
693 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: in bsdf_blur()
739 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: in bsdf_merge()
H A Dbsdf_microfacet_multi.h392 bsdf->type = CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID; in bsdf_microfacet_multi_ggx_setup()
413 bsdf->type = CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID; in bsdf_microfacet_multi_ggx_refraction_setup()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_types.h539 CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID, enumerator
601 (type == CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID || \
H A Dsvm_closure.h503 case CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID: { in svm_node_closure_bsdf()
553 else if (type == CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID) { in svm_node_closure_bsdf()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_shader.cpp393 aniso->distribution = CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID; in add_node()
445 glossy->distribution = CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID; in add_node()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dnodes.cpp2294 distribution_enum.insert("Multiscatter GGX", CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID); in NODE_DEFINE()
2330 if (closure == CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID) in compile()
2358 distribution_enum.insert("Multiscatter GGX", CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID); in NODE_DEFINE()
2423 else if (closure == CLOSURE_BSDF_MICROFACET_MULTI_GGX_ID) in compile()