Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h95 …bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>…
DhlslGrammar.cpp2137 bool acceptedList = acceptStructDeclarationList(typeList, nodeList, functionDeclarators); in acceptStruct()
2379 bool HlslGrammar::acceptStructDeclarationList(TTypeList*& typeList, TIntermNode*& nodeList, in acceptStructDeclarationList() function in glslang::HlslGrammar