Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp216 …if (specConstantPropagates(*node->getLeft(), *node->getRight()) && isSpecializationOperation(*node… in addBinaryMath()
2522 if ((cond->getQualifier().isConstant() && specConstantPropagates(*trueBlock, *falseBlock)) || in addSelection()
3972 bool TIntermediate::specConstantPropagates(const TIntermTyped& node1, const TIntermTyped& node2) in specConstantPropagates() function in glslang::TIntermediate
Dlocalintermediate.h1125 bool specConstantPropagates(const TIntermTyped&, const TIntermTyped&);