Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp630 propagateNoContractionInOneExpression(glslang::TIntermTyped* defining_node, in propagateNoContractionInOneExpression() argument
634 if (glslang::TIntermBinary* BN = defining_node->getAsBinaryNode()) { in propagateNoContractionInOneExpression()
640 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) { in propagateNoContractionInOneExpression()
851 TIntermOperator* defining_node = defining_node_iter->second; in PropagateNoContraction() local
854 defining_node, precise_object_accesschain); in PropagateNoContraction()
860 propagator.propagateNoContractionInOneExpression(defining_node, in PropagateNoContraction()