Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h250 …TIntermTyped *createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TTyp…
DParseHelper.cpp3064 TIntermTyped *TParseContext::createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &l… in createUnaryMath() function in TParseContext
3111 TIntermTyped *node = createUnaryMath(op, child, loc, nullptr); in addUnaryMath()
3609 callNode = createUnaryMath(op, operand->getAsTyped(), loc, &fnCandidate->getReturnType()); in addFunctionCallOrMethod()
/external/angle/src/compiler/translator/
DParseContext.h620 TIntermTyped *createUnaryMath(TOperator op,
DParseContext.cpp5816 TIntermTyped *TParseContext::createUnaryMath(TOperator op, in createUnaryMath() function in sh::TParseContext
5878 TIntermTyped *node = createUnaryMath(op, child, loc, nullptr); in addUnaryMath()
6925 createUnaryMath(op, unaryParamNode->getAsTyped(), loc, fnCandidate); in addNonConstructorFunctionCall()