Searched refs:handleFunctionCall (Results 1 – 8 of 8) sorted by relevance
| /third_party/glslang/glslang/HLSL/ |
| D | hlslGrammar.cpp | 2585 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()
|
| D | hlslParseHelper.h | 94 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermTyped*);
|
| D | hlslParseHelper.cpp | 2189 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/ |
| D | ParseHelper.h | 324 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermNode*);
|
| D | glslang.y | 459 $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
|
| D | glslang.m4 | 459 $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
|
| D | ParseHelper.cpp | 1130 TIntermTyped* TParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInterm… in handleFunctionCall() function in glslang::TParseContext
|
| D | glslang_tab.cpp | 4428 …(yyval.interm.intermTypedNode) = parseContext.handleFunctionCall((yyvsp[0].interm).loc, (yyvsp[0].… in yyparse()
|