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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.cpp 176 bool versionNotFirst = false; // means not first WRT comments and white space, nothing more
206 versionNotFirst = true;
210 versionNotFirst = true;
227 versionNotFirst = true;
242 versionNotFirst = true;
261 versionNotFirst = true;
272 return versionNotFirst;
    [all...]
ShaderLang.cpp 364 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion,
457 if (profile == EEsProfile && version >= 300 && versionNotFirst) {
611 bool versionNotFirst = userInput.scanVersion(version, profile, versionNotFirstToken);
624 versionNotFirst = false;
638 bool goodVersion = DeduceVersionProfile(compiler->infoSink, compiler->getLanguage(), versionNotFirst, defaultVersion, source, version, profile, spvVersion);
639 bool versionWillBeError = (versionNotFound || (profile == EEsProfile && version >= 300 && versionNotFirst));
    [all...]

Completed in 171 milliseconds