Home
last modified time | relevance | path

Searched refs:builtInResources (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp46 const TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in Warmup() local
57 bool result = warmUpShader.parse(&builtInResources, 450, ECoreProfile, false, false, messages); in Warmup()
113 TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in GlslangCompileToSpirv() local
114 GetBuiltInResources(resources, &builtInResources); in GlslangCompileToSpirv()
158 bool result = shader.parse(&builtInResources, 450, ECoreProfile, false, false, messages); in GlslangCompileToSpirv()
/third_party/glslang/glslang/Public/
DShaderLang.h637 …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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp977 TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in GetShaderCodeImpl() local
978 GetBuiltInResourcesFromCaps(glCaps, &builtInResources); in GetShaderCodeImpl()
1012 bool result = shader->parse(&builtInResources, 450, ECoreProfile, false, false, messages); in GetShaderCodeImpl()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1872 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultP… in parse() argument
1883 preamble, EShOptNone, builtInResources, defaultVersion, in parse()
1895 bool TShader::preprocess(const TBuiltInResource* builtInResources, in preprocess() argument
1910 EShOptNone, builtInResources, defaultVersion, in preprocess()