Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h146 …virtual void notifyLineDirective(int curLineNo, int newLineNo, bool hasSource, int sourceNum, cons… in notifyLineDirective() argument
149 lineCallback(curLineNo, newLineNo, hasSource, sourceNum, sourceName); in notifyLineDirective()
DShaderLang.cpp1117 int curLineNum, int newLineNum, bool hasSource, int sourceNum, const char* sourceName) { in operator ()() argument
1129 outputBuffer += std::to_string(sourceNum); in operator ()()