Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h334 …int defaultVersion = 110, // use 100 for ES environment, overridden by #version in shad…
646 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile,
650 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() argument
654 …return parse(res, defaultVersion, defaultProfile, forceDefaultVersionAndProfile, forwardCompatible… in parse()
658 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
660 … return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages); in parse()
663 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
666 …return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages, inc… in parse()
672 const TBuiltInResource* builtInResources, int defaultVersion,
/external/deqp-deps/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,
/external/deqp-deps/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 …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp515 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() argument
529 version = defaultVersion; in DeduceVersionProfile()
811 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() argument
888 (version != defaultVersion || profile != defaultProfile)) { in ProcessDeferred()
890 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred()
900 version = defaultVersion; in ProcessDeferred()
905 … versionNotFirst, defaultVersion, source, version, profile, spvVersion); in ProcessDeferred()
1275 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() argument
1287 preamble, optLevel, resources, defaultVersion, in PreprocessDeferred()
1314 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() argument
[all …]
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp152 const int defaultVersion = 100; in compileGLSLtoSPIRV() local
154 …bool parseResult = glslangShader->parse(&glslang::DefaultTBuiltInResource, defaultVersion, false, … in compileGLSLtoSPIRV()
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DTestFixture.h111 : defaultVersion(100), in GlslangTest()
203 defaultVersion, isForwardCompatible, controls);
637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess()
706 const int defaultVersion;
/external/deqp-deps/glslang/gtests/
DTestFixture.h111 : defaultVersion(100), in GlslangTest()
203 defaultVersion, isForwardCompatible, controls);
637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess()
706 const int defaultVersion;
/external/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()
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp1098 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
1106 …if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false, messages, &str, inclu… in CompileAndLinkShaderUnits()
1117 if (! shader->parse(&Resources, defaultVersion, false, messages, includer)) in CompileAndLinkShaderUnits()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DStandAlone.cpp1292 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
1297 …if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false, messages, &str, inclu… in CompileAndLinkShaderUnits()
1308 if (! shader->parse(&Resources, defaultVersion, false, messages, includer)) in CompileAndLinkShaderUnits()