Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp722 TIntermAggregate *EmulatePrecision::createRoundingFunctionCallNode(TIntermTyped *roundedChild) in createRoundingFunctionCallNode() argument
725 if (roundedChild->getPrecision() == EbpLow) in createRoundingFunctionCallNode()
728 arguments->push_back(roundedChild); in createRoundingFunctionCallNode()
731 TType *paramType = new TType(roundedChild->getType()); in createRoundingFunctionCallNode()
739 *getInternalFunction(*roundFunctionName, roundedChild->getType(), arguments, parameters, in createRoundingFunctionCallNode()
DEmulatePrecision.h67 TIntermAggregate *createRoundingFunctionCallNode(TIntermTyped *roundedChild);