Searched refs:versionNotFirst (Results 1 – 2 of 2) sorted by relevance
180 bool versionNotFirst = false; // means not first WRT comments and white space, nothing more in scanVersion() local208 versionNotFirst = true; in scanVersion()212 versionNotFirst = true; in scanVersion()229 versionNotFirst = true; in scanVersion()244 versionNotFirst = true; in scanVersion()263 versionNotFirst = true; in scanVersion()274 return versionNotFirst; in scanVersion()
491 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int default… in DeduceVersionProfile() argument640 if (profile == EEsProfile && version >= 300 && versionNotFirst) { in DeduceVersionProfile()857 bool versionNotFirst = (source == EShSourceHlsl) in ProcessDeferred() local872 versionNotFirst = false; in ProcessDeferred()883 … versionNotFirst, defaultVersion, source, version, profile, spvVersion); in ProcessDeferred()884 …ionWillBeError = (versionNotFound || (profile == EEsProfile && version >= 300 && versionNotFirst)); in ProcessDeferred()