Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_closure.h206 if (subsurface <= CLOSURE_WEIGHT_CUTOFF && diffuse_weight > CLOSURE_WEIGHT_CUTOFF) { in svm_node_closure_bsdf()
220 else if (subsurface > CLOSURE_WEIGHT_CUTOFF) { in svm_node_closure_bsdf()
240 if (diffuse_weight > CLOSURE_WEIGHT_CUTOFF) { in svm_node_closure_bsdf()
257 if (diffuse_weight > CLOSURE_WEIGHT_CUTOFF && sheen > CLOSURE_WEIGHT_CUTOFF) { in svm_node_closure_bsdf()
285 (specular > CLOSURE_WEIGHT_CUTOFF || metallic > CLOSURE_WEIGHT_CUTOFF)) { in svm_node_closure_bsdf()
435 if (clearcoat > CLOSURE_WEIGHT_CUTOFF) { in svm_node_closure_bsdf()
997 if (density > CLOSURE_WEIGHT_CUTOFF) { in svm_node_principled_volume()
1006 if (density > CLOSURE_WEIGHT_CUTOFF) { in svm_node_principled_volume()
1048 if (emission > CLOSURE_WEIGHT_CUTOFF) { in svm_node_principled_volume()
1053 if (blackbody > CLOSURE_WEIGHT_CUTOFF) { in svm_node_principled_volume()
[all …]
H A Dsvm_types.h628 #define CLOSURE_WEIGHT_CUTOFF 1e-5f macro
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dalloc.h67 return (sample_weight >= CLOSURE_WEIGHT_CUTOFF) ? sc : NULL; in bsdf_alloc()
86 return (sample_weight >= CLOSURE_WEIGHT_CUTOFF) ? sc : NULL; in bsdf_alloc_osl()
H A Dbsdf_transparent.h42 if (!(sample_weight >= CLOSURE_WEIGHT_CUTOFF)) { in bsdf_transparent_setup()
H A Dbssrdf.h342 return (sample_weight >= CLOSURE_WEIGHT_CUTOFF) ? bssrdf : NULL; in bssrdf_alloc()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dnodes.cpp2838 return (subsurface_in->link != NULL || subsurface > CLOSURE_WEIGHT_CUTOFF); in has_surface_bssrdf()