/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/ |
D | ShaderLang.h | 334 …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/ |
D | ShaderLang.h | 333 …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/ |
D | ShaderLang.cpp | 511 …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/ |
D | ShaderLang.cpp | 515 …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/ |
D | Util.cpp | 152 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/ |
D | TestFixture.h | 111 : defaultVersion(100), in GlslangTest() 203 defaultVersion, isForwardCompatible, controls); 637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess() 706 const int defaultVersion;
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 111 : defaultVersion(100), in GlslangTest() 203 defaultVersion, isForwardCompatible, controls); 637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess() 706 const int defaultVersion;
|
/external/curl/lib/ |
D | x509asn1.c | 712 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/ |
D | StandAlone.cpp | 1098 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/ |
D | StandAlone.cpp | 1292 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()
|