Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h73 bool acceptFullySpecifiedType(TType&, const TAttributes&);
74 …bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDecla…
DhlslGrammar.cpp377 … 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()