Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h111 …bool acceptFunctionCall(const TSourceLoc&, TString& name, TIntermTyped*&, TIntermTyped* objectBase…
DhlslGrammar.cpp3117 } else if (acceptFunctionCall(idToken.loc, *fullName, node, nullptr)) { in acceptPostfixExpression()
3164 if (! acceptFunctionCall(field.loc, *field.string, node, thisNode)) { in acceptPostfixExpression()
3238 bool HlslGrammar::acceptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIn… in acceptFunctionCall() function in glslang::HlslGrammar