Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp4084 TString semanticUpperCase = *idToken.string; in acceptPostDecls() local
4085 …std::transform(semanticUpperCase.begin(), semanticUpperCase.end(), semanticUpperCase.begin(), ::to… in acceptPostDecls()
4086 …xt.handleSemantic(idToken.loc, qualifier, mapSemantic(semanticUpperCase.c_str()), semanticUpperCas… in acceptPostDecls()