Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3531 HlslToken attributeToken; in acceptAttributes() local
3542 if (!acceptIdentifier(attributeToken)) { in acceptAttributes()
3552 nameSpace = *attributeToken.string; in acceptAttributes()
3554 if (!acceptIdentifier(attributeToken)) { in acceptAttributes()
3597 if (attributeToken.string != nullptr) { in acceptAttributes()
3598 … TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()
3600 …parseContext.warn(attributeToken.loc, "unrecognized attribute", attributeToken.string->c_str(), ""… in acceptAttributes()