Home
last modified time | relevance | path

Searched refs:TAttributeType (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.h45 enum TAttributeType { enum
80 TAttributeType name;
Dattribute.cpp96 TAttributeType TParseContext::attributeFromName(const TString& name) const in attributeFromName()
DParseHelper.h416 TAttributeType attributeFromName(const TString& name) const;
/external/deqp-deps/glslang/hlsl/
DhlslAttributes.cpp42TAttributeType HlslParseContext::attributeFromName(const TString& nameSpace, const TString& name) … in attributeFromName()
DhlslParseHelper.h217 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const;
DhlslGrammar.cpp3598TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()