/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 341 …int defaultVersion = 110, // use 100 for ES environment, overridden by #version in shad… 660 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile, 664 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() argument 668 …return parse(res, defaultVersion, defaultProfile, forceDefaultVersionAndProfile, forwardCompatible… in parse() 672 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument 674 … return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages); in parse() 677 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument 680 …return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages, inc… in parse() 686 const TBuiltInResource* builtInResources, int defaultVersion,
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | process-release.js | 19 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/ |
D | ShaderLang.cpp | 507 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() argument 521 version = defaultVersion; in DeduceVersionProfile() 803 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() argument 881 (version != defaultVersion || profile != defaultProfile)) { in ProcessDeferred() 883 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred() 893 version = defaultVersion; in ProcessDeferred() 901 … versionNotFirst, defaultVersion, source, version, profile, spvVersion); in ProcessDeferred() 1266 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() argument 1279 preamble, optLevel, resources, defaultVersion, in PreprocessDeferred() 1306 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 152 const int defaultVersion = 100; in compileGLSLtoSPIRV() local 154 …bool parseResult = glslangShader->parse(&glslang::DefaultTBuiltInResource, defaultVersion, false, … in compileGLSLtoSPIRV()
|
/third_party/glslang/gtests/ |
D | TestFixture.h | 111 : defaultVersion(100), in GlslangTest() 203 defaultVersion, isForwardCompatible, controls); 643 GetDefaultResources(), defaultVersion, defaultProfile, in preprocess() 712 const int defaultVersion;
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1414 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local 1419 …if (shader->preprocess(GetResources(), defaultVersion, ENoProfile, false, false, messages, &str, i… in CompileAndLinkShaderUnits() 1430 if (! shader->parse(GetResources(), defaultVersion, false, messages, includer)) in CompileAndLinkShaderUnits()
|