Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h80 bool isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field);
DhlslGrammar.cpp3244 } else if (parseContext.isBuiltInMethod(loc, baseObject, name)) { in acceptFunctionCall()
DhlslParseHelper.cpp1069 bool HlslParseContext::isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) in isBuiltInMethod() function in glslang::HlslParseContext