Searched refs:roundedChild (Results 1 – 2 of 2) sorted by relevance
722 TIntermAggregate *EmulatePrecision::createRoundingFunctionCallNode(TIntermTyped *roundedChild) in createRoundingFunctionCallNode() argument725 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()
67 TIntermAggregate *createRoundingFunctionCallNode(TIntermTyped *roundedChild);