Searched refs:acceptFunctionCall (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.h | 111 …bool acceptFunctionCall(const TSourceLoc&, TString& name, TIntermTyped*&, TIntermTyped* objectBase…
|
D | hlslGrammar.cpp | 3117 } 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
|