Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h309 … void blockMemberExtensionCheck(const TSourceLoc&, const TIntermTyped* base, const TString& field);
DParseHelper.cpp316 blockMemberExtensionCheck(loc, nullptr, *string); in handleVariable()
837 blockMemberExtensionCheck(loc, base, field); in handleDotDereference()
860 void TParseContext::blockMemberExtensionCheck(const TSourceLoc& loc, const TIntermTyped* /*base*/, … in blockMemberExtensionCheck() function in glslang::TParseContext