Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp759 TType *leftParamType = new TType(left->getType()); in createCompoundAssignmentFunctionCallNode() local
760 leftParamType->setPrecision(EbpHigh); in createCompoundAssignmentFunctionCallNode()
761 leftParamType->setQualifier(EvqOut); in createCompoundAssignmentFunctionCallNode()
763 static_cast<const TType *>(leftParamType), in createCompoundAssignmentFunctionCallNode()