Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp3859 void TIntermTyped::propagatePrecision(TPrecisionQualifier newPrecision) in propagatePrecision() argument
3866 getQualifier().precision = newPrecision; in propagatePrecision()
3870 binaryNode->getLeft()->propagatePrecision(newPrecision); in propagatePrecision()
3871 binaryNode->getRight()->propagatePrecision(newPrecision); in propagatePrecision()
3878 unaryNode->getOperand()->propagatePrecision(newPrecision); in propagatePrecision()
3890 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3900 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3903 typedNode->propagatePrecision(newPrecision); in propagatePrecision()