Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1390 void setOperationPrecision(TPrecisionQualifier p) { operationPrecision = p; } in setOperationPrecision()
1391 TPrecisionQualifier getOperationPrecision() const { return operationPrecision != EpqNone ? in getOperationPrecision()
1392operationPrecision : in getOperationPrecision()
1584 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator()
1585 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator()
1592 TPrecisionQualifier operationPrecision; variable
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp1592 TPrecisionQualifier operationPrecision = EpqNone; in computeBuiltinPrecisions() local
1600 operationPrecision = std::max(function[0].type->getQualifier().precision, in computeBuiltinPrecisions()
1604 operationPrecision : in computeBuiltinPrecisions()
1629operationPrecision = std::max(operationPrecision, sequence[arg]->getAsTyped()->getQualifier().prec… in computeBuiltinPrecisions()
1630operationPrecision = std::max(operationPrecision, function[arg].type->getQualifier().precision); in computeBuiltinPrecisions()
1639 operationPrecision : in computeBuiltinPrecisions()
1646 if (operationPrecision != EpqNone) { in computeBuiltinPrecisions()
1647 opNode->propagatePrecision(operationPrecision); in computeBuiltinPrecisions()
1648 opNode->setOperationPrecision(operationPrecision); in computeBuiltinPrecisions()