Searched refs:TAttributes (Results 1 – 11 of 11) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 115 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()
|
D | ParseHelper.h | 417 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*);
|
D | attribute.h | 98 typedef TList<TAttributeArgs> TAttributes; typedef
|
D | glslang_tab.cpp.h | 481 glslang::TAttributes* attributes;
|
D | glslang.y | 92 glslang::TAttributes* attributes;
|
D | glslang_tab.cpp | 559 glslang::TAttributes* attributes;
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.h | 73 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&);
|
D | hlslParseHelper.h | 83 …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);
|
D | hlslAttributes.h | 53 TAttributes attributes;
|
D | hlslGrammar.cpp | 540 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()
|
D | hlslParseHelper.cpp | 1642 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()
|