Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp765 TType *rightParamType = new TType(right->getType()); in createCompoundAssignmentFunctionCallNode() local
766 rightParamType->setPrecision(EbpHigh); in createCompoundAssignmentFunctionCallNode()
767 rightParamType->setQualifier(EvqIn); in createCompoundAssignmentFunctionCallNode()
769 static_cast<const TType *>(rightParamType), in createCompoundAssignmentFunctionCallNode()