HomeSort by relevance Sort by last modified time
    Searched refs:TAttributes (Results 1 - 11 of 11) sorted by null

  /external/deqp-deps/glslang/hlsl/
hlslAttributes.h 53 TAttributes attributes;
hlslGrammar.h 73 bool acceptFullySpecifiedType(TType&, const TAttributes&);
74 bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDeclarators = false);
120 void acceptAttributes(TAttributes&);
121 bool acceptSelectionStatement(TIntermNode*&, const TAttributes&);
122 bool acceptSwitchStatement(TIntermNode*&, const TAttributes&);
123 bool acceptIterationStatement(TIntermNode*&, const TAttributes&);
hlslParseHelper.h 83 TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributes&, TIntermNode*& entryPointTree);
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 TIntermNode* addSwitch(const TSourceLoc&, TIntermTyped* expression, TIntermAggregate* body, const TAttributes&);
202 void handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection*, const TAttributes& attributes);
203 void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
206 void handleLoopAttributes(const TSourceLoc& loc, TIntermLoop*, const TAttributes& attributes);
hlslGrammar.cpp 540 TAttributes attributes;
585 bool HlslGrammar::acceptFullySpecifiedType(TType& type, const TAttributes& attributes)
590 bool HlslGrammar::acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& attributes, bool forbidDeclarators)
    [all...]
hlslParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
attribute.cpp 115 TAttributes* TParseContext::makeAttributes(const TString& identifier) const
117 TAttributes *attributes = nullptr;
125 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const
127 TAttributes *attributes = nullptr;
140 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const
149 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node)
178 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node)
207 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node
    [all...]
attribute.h 98 typedef TList<TAttributeArgs> TAttributes;
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*);
glslang_tab.cpp.h 481 glslang::TAttributes* attributes;
glslang_tab.cpp 559 glslang::TAttributes* attributes;
    [all...]
glslang.y 92 glslang::TAttributes* attributes;
    [all...]

Completed in 6683 milliseconds