Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h333 …int defaultVersion = 110, // use 100 for ES environment, overridden by #version in shad…
625 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile,
629 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() argument
633 …return parse(res, defaultVersion, defaultProfile, forceDefaultVersionAndProfile, forwardCompatible… in parse()
637 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
639 … return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages); in parse()
642 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
645 …return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages, inc… in parse()
651 const TBuiltInResource* builtInResources, int defaultVersion,
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dprocess-release.js19 function processRelease (argv, gyp, defaultVersion, defaultRelease) { argument
20 var version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion
42 isDefaultVersion = version === semver.parse(defaultVersion).version
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp511 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() argument
525 version = defaultVersion; in DeduceVersionProfile()
806 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() argument
883 (version != defaultVersion || profile != defaultProfile)) { in ProcessDeferred()
885 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred()
895 version = defaultVersion; in ProcessDeferred()
900 … versionNotFirst, defaultVersion, source, version, profile, spvVersion); in ProcessDeferred()
1266 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() argument
1277 preamble, optLevel, resources, defaultVersion, in PreprocessDeferred()
1304 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp152 const int defaultVersion = 100; in compileGLSLtoSPIRV() local
154 …bool parseResult = glslangShader->parse(&glslang::DefaultTBuiltInResource, defaultVersion, false, … in compileGLSLtoSPIRV()
/third_party/glslang/gtests/
DTestFixture.h111 : defaultVersion(100), in GlslangTest()
203 defaultVersion, isForwardCompatible, controls);
637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess()
706 const int defaultVersion;
/third_party/curl/lib/
Dx509asn1.c712 static const char defaultVersion = 0; /* v1. */ in Curl_parseX509() local
741 cert->version.beg = &defaultVersion; in Curl_parseX509()
742 cert->version.end = &defaultVersion + sizeof(defaultVersion); in Curl_parseX509()
/third_party/glslang/StandAlone/
DStandAlone.cpp1094 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
1102 …if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false, messages, &str, inclu… in CompileAndLinkShaderUnits()
1113 if (! shader->parse(&Resources, defaultVersion, false, messages, includer)) in CompileAndLinkShaderUnits()