Searched refs:acceptFullySpecifiedType (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.h | 73 bool acceptFullySpecifiedType(TType&, const TAttributes&); 74 …bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDecla…
|
D | hlslGrammar.cpp | 377 … if (! acceptFullySpecifiedType(declaredType, nodeList, declarator.attributes, forbidDeclarators)) in acceptDeclaration() 544 if (! acceptFullySpecifiedType(type, attributes)) in acceptControlDeclaration() 585 bool HlslGrammar::acceptFullySpecifiedType(TType& type, const TAttributes& attributes) in acceptFullySpecifiedType() function in glslang::HlslGrammar 588 return acceptFullySpecifiedType(type, nodeList, attributes); in acceptFullySpecifiedType() 590 bool HlslGrammar::acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& … in acceptFullySpecifiedType() function in glslang::HlslGrammar 2400 if (! acceptFullySpecifiedType(memberType, nodeList, attributes)) { in acceptStructDeclarationList() 2608 if (! acceptFullySpecifiedType(*type, attributes)) in acceptParameterDeclaration()
|