Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h174 void pushThisScope(const TType&, const TVector<TFunctionDeclarator>&);
DhlslGrammar.cpp2174 parseContext.pushThisScope(type, functionDeclarators); in acceptStruct()
DhlslParseHelper.cpp9125 void HlslParseContext::pushThisScope(const TType& thisStruct, const TVector<TFunctionDeclarator>& f… in pushThisScope() function in glslang::HlslParseContext