Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h147 TSymbol* lookupUserType(const TString&, TType&);
DhlslGrammar.cpp1552 if (parseContext.lookupUserType(*token.string, type) != nullptr) { in acceptType()
2121 …if (structName.size() > 0 && !postDeclsFound && parseContext.lookupUserType(structName, type) != n… in acceptStruct()
DhlslParseHelper.cpp7685 TSymbol* HlslParseContext::lookupUserType(const TString& typeName, TType& type) in lookupUserType() function in glslang::HlslParseContext