Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h313 …TIntermTyped* handleBuiltInFunctionCall(TSourceLoc, TIntermNode* arguments, const TFunction& funct…
DParseHelper.cpp1136 result = handleBuiltInFunctionCall(loc, arguments, *fnCandidate); in handleFunctionCall()
1184 TIntermTyped* TParseContext::handleBuiltInFunctionCall(TSourceLoc loc, TIntermNode* arguments, in handleBuiltInFunctionCall() function in glslang::TParseContext