Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2585 node = parseContext.handleFunctionCall(token.loc, constructor, node); in acceptDefaultParameterDeclaration()
3028 node = parseContext.handleFunctionCall(loc, constructorFunction, arguments); in acceptUnaryExpression()
3245 node = parseContext.handleFunctionCall(arguments->getLoc(), constructorFunction, arguments); in acceptConstructor()
3293 node = parseContext.handleFunctionCall(loc, function, arguments); in acceptFunctionCall()
DhlslParseHelper.h94 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermTyped*);
DhlslParseHelper.cpp2189 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in transformEntryPoint()
5393 TIntermTyped* HlslParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInt… in handleFunctionCall() function in glslang::HlslParseContext
10008 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in addPatchConstantInvocation()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h324 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermNode*);
Dglslang.y459 $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
Dglslang.m4459 $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
DParseHelper.cpp1130 TIntermTyped* TParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInterm… in handleFunctionCall() function in glslang::TParseContext
Dglslang_tab.cpp4428 …(yyval.interm.intermTypedNode) = parseContext.handleFunctionCall((yyvsp[0].interm).loc, (yyvsp[0].… in yyparse()