Home
last modified time | relevance | path

Searched refs:TAttributes (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp115 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes()
117 TAttributes *attributes = nullptr; in makeAttributes()
125 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes()
127 TAttributes *attributes = nullptr; in makeAttributes()
140 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const in mergeAttributes()
149 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
178 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
207 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
DParseHelper.h417 TAttributes* makeAttributes(const TString& identifier) const;
418 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
419 TAttributes* mergeAttributes(TAttributes*, TAttributes*) const;
422 void handleSelectionAttributes(const TAttributes& attributes, TIntermNode*);
423 void handleSwitchAttributes(const TAttributes& attributes, TIntermNode*);
426 void handleLoopAttributes(const TAttributes& attributes, TIntermNode*);
Dattribute.h98 typedef TList<TAttributeArgs> TAttributes; typedef
Dglslang_tab.cpp.h481 glslang::TAttributes* attributes;
Dglslang.y92 glslang::TAttributes* attributes;
Dglslang_tab.cpp559 glslang::TAttributes* attributes;
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h73 bool acceptFullySpecifiedType(TType&, const TAttributes&);
74 …bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDecla…
120 void acceptAttributes(TAttributes&);
121 bool acceptSelectionStatement(TIntermNode*&, const TAttributes&);
122 bool acceptSwitchStatement(TIntermNode*&, const TAttributes&);
123 bool acceptIterationStatement(TIntermNode*&, const TAttributes&);
DhlslParseHelper.h83 …TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributes&, TInt…
84 TIntermNode* transformEntryPoint(const TSourceLoc&, TFunction&, const TAttributes&);
85 void handleEntryPointAttributes(const TSourceLoc&, const TAttributes&);
86 …void transferTypeAttributes(const TSourceLoc&, const TAttributes&, TType&, bool allowEntry = false…
164 …addSwitch(const TSourceLoc&, TIntermTyped* expression, TIntermAggregate* body, const TAttributes&);
202 …void handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection*, const TAttributes& attrib…
203 … void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
206 void handleLoopAttributes(const TSourceLoc& loc, TIntermLoop*, const TAttributes& attributes);
DhlslAttributes.h53 TAttributes attributes;
DhlslGrammar.cpp540 TAttributes attributes; in acceptControlDeclaration()
585 bool HlslGrammar::acceptFullySpecifiedType(TType& type, const TAttributes& attributes) in acceptFullySpecifiedType()
590 bool HlslGrammar::acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& … in acceptFullySpecifiedType()
2393 TAttributes attributes; in acceptStructDeclarationList()
2603 TAttributes attributes; in acceptParameterDeclaration()
3453 TAttributes attributes; in acceptStatement()
3525 void HlslGrammar::acceptAttributes(TAttributes& attributes) in acceptAttributes()
3613 bool HlslGrammar::acceptSelectionStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSelectionStatement()
3666 bool HlslGrammar::acceptSwitchStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSwitchStatement()
3705 bool HlslGrammar::acceptIterationStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptIterationStatement()
DhlslParseHelper.cpp1642 const TAttributes& attributes, in handleFunctionDefinition()
1739 void HlslParseContext::handleEntryPointAttributes(const TSourceLoc& loc, const TAttributes& attribu… in handleEntryPointAttributes()
1888 void HlslParseContext::transferTypeAttributes(const TSourceLoc& loc, const TAttributes& attributes,… in transferTypeAttributes()
1986 const TAttributes& attributes) in transformEntryPoint()
8880 const TAttributes& attributes) in handleSelectionAttributes()
8904 const TAttributes& attributes) in handleSwitchAttributes()
8928 const TAttributes& attributes) in handleLoopAttributes()
9090 … TIntermAggregate* lastStatements, const TAttributes& attributes) in addSwitch()