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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslAttributes.cpp 43 TAttributeType TAttributeMap::attributeFromName(const TString& name)
91 TAttributeType TAttributeMap::setAttribute(const TString* name, TIntermAggregate* value)
105 const TIntermAggregate* TAttributeMap::operator[](TAttributeType attr) const
113 bool TAttributeMap::contains(TAttributeType attr) const
hlslAttributes.h 81 class TAttributeMap {
105 TAttributeMap attributes;
hlslGrammar.h 46 class TAttributeMap;
118 void acceptAttributes(TAttributeMap&);
119 bool acceptSelectionStatement(TIntermNode*&, const TAttributeMap&);
120 bool acceptSwitchStatement(TIntermNode*&, const TAttributeMap&);
121 bool acceptIterationStatement(TIntermNode*&, const TAttributeMap&);
hlslParseHelper.h 46 class TAttributeMap; // forward declare
84 TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributeMap&, TIntermNode*& entryPointTree);
85 TIntermNode* transformEntryPoint(const TSourceLoc&, TFunction&, const TAttributeMap&);
86 void handleEntryPointAttributes(const TSourceLoc&, const TAttributeMap&);
205 TSelectionControl handleSelectionControl(const TAttributeMap& attributes) const;
208 TLoopControl handleLoopControl(const TAttributeMap& attributes) const;
hlslGrammar.cpp     [all...]