Searched refs:createUnaryMath (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 250 …TIntermTyped *createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TTyp…
|
D | ParseHelper.cpp | 3064 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/ |
D | ParseContext.h | 620 TIntermTyped *createUnaryMath(TOperator op,
|
D | ParseContext.cpp | 5816 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()
|