Home
last modified time | relevance | path

Searched refs:handleFunctionCall (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp2570 node = parseContext.handleFunctionCall(token.loc, constructor, node); in acceptDefaultParameterDeclaration()
3013 node = parseContext.handleFunctionCall(loc, constructorFunction, arguments); in acceptUnaryExpression()
3225 node = parseContext.handleFunctionCall(arguments->getLoc(), constructorFunction, arguments); in acceptConstructor()
3273 node = parseContext.handleFunctionCall(loc, function, arguments); in acceptFunctionCall()
DhlslParseHelper.h94 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermTyped*);
DhlslParseHelper.cpp2096 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in transformEntryPoint()
5249 TIntermTyped* HlslParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInt… in handleFunctionCall() function in glslang::HlslParseContext
9817 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in addPatchConstantInvocation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h312 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermNode*);
Dglslang.y390 $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
DParseHelper.cpp1037 TIntermTyped* TParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInterm… in handleFunctionCall() function in glslang::TParseContext
Dglslang_tab.cpp4330 …(yyval.interm.intermTypedNode) = parseContext.handleFunctionCall((yyvsp[0].interm).loc, (yyvsp[0].… in yyparse()