Home
last modified time | relevance | path

Searched refs:isBuiltInMethod (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h80 bool isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field);
DhlslGrammar.cpp3264 } else if (parseContext.isBuiltInMethod(loc, baseObject, name)) { in acceptFunctionCall()
DhlslParseHelper.cpp1065 bool HlslParseContext::isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) in isBuiltInMethod() function in glslang::HlslParseContext