Home
last modified time | relevance | path

Searched refs:has_integrator_dependency (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dshader.h123 bool has_integrator_dependency; variable
H A Dsvm.cpp457 if (node->has_integrator_dependency()) { in generate_node()
458 current_shader->has_integrator_dependency = true; in generate_node()
851 shader->has_integrator_dependency, in compile()
868 shader->has_integrator_dependency = false; in compile()
H A Dnodes.h586 bool has_integrator_dependency();
621 bool has_integrator_dependency();
636 bool has_integrator_dependency();
651 bool has_integrator_dependency();
H A Dosl.cpp775 if (node->has_integrator_dependency()) { in add()
776 current_shader->has_integrator_dependency = true; in add()
1133 shader->has_integrator_dependency, in compile()
1149 shader->has_integrator_dependency = false; in compile()
H A Dgraph.h211 virtual bool has_integrator_dependency() in has_integrator_dependency() function
H A Dintegrator.cpp284 if (shader->has_integrator_dependency) { in tag_update()
H A Dshader.cpp210 has_integrator_dependency = false; in Shader()
H A Dnodes.cpp2410 bool GlossyBsdfNode::has_integrator_dependency() in has_integrator_dependency() function in GlossyBsdfNode
2503 bool GlassBsdfNode::has_integrator_dependency() in has_integrator_dependency() function in GlassBsdfNode
2596 bool RefractionBsdfNode::has_integrator_dependency() in has_integrator_dependency() function in RefractionBsdfNode
2941 bool PrincipledBsdfNode::has_integrator_dependency() in has_integrator_dependency() function in PrincipledBsdfNode