Home
last modified time | relevance | path

Searched refs:DefaultTBuiltInResource (Results 1 - 6 of 6) sorted by relevance

/third_party/glslang/glslang/ResourceLimits/
H A DResourceLimits.cpp44 const TBuiltInResource DefaultTBuiltInResource = { variable
164 ostream << "MaxLights " << DefaultTBuiltInResource.maxLights << "\n" in GetDefaultTBuiltInResourceString()
165 << "MaxClipPlanes " << DefaultTBuiltInResource.maxClipPlanes << "\n" in GetDefaultTBuiltInResourceString()
166 << "MaxTextureUnits " << DefaultTBuiltInResource.maxTextureUnits << "\n" in GetDefaultTBuiltInResourceString()
167 << "MaxTextureCoords " << DefaultTBuiltInResource.maxTextureCoords << "\n" in GetDefaultTBuiltInResourceString()
168 << "MaxVertexAttribs " << DefaultTBuiltInResource.maxVertexAttribs << "\n" in GetDefaultTBuiltInResourceString()
169 << "MaxVertexUniformComponents " << DefaultTBuiltInResource.maxVertexUniformComponents << "\n" in GetDefaultTBuiltInResourceString()
170 << "MaxVaryingFloats " << DefaultTBuiltInResource.maxVaryingFloats << "\n" in GetDefaultTBuiltInResourceString()
171 << "MaxVertexTextureImageUnits " << DefaultTBuiltInResource.maxVertexTextureImageUnits << "\n" in GetDefaultTBuiltInResourceString()
172 << "MaxCombinedTextureImageUnits " << DefaultTBuiltInResource in GetDefaultTBuiltInResourceString()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dglslang.cpp45 static const TBuiltInResource DefaultTBuiltInResource = { variable
174 if (!shader->parse(&DefaultTBuiltInResource, GLSL_VERSION, true, EShMsgDefault)) { in glslang_compile()
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.js.cpp51 const TBuiltInResource DefaultTBuiltInResource = { variable
235 if (!shader.parse(&DefaultTBuiltInResource, 100, true, EShMsgDefault)) { in convert_glsl_to_spirv()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_wrapper.cpp46 const TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in Warmup()
113 TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in GlslangCompileToSpirv()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp154 bool parseResult = glslangShader->parse(&glslang::DefaultTBuiltInResource, defaultVersion, false, messages); in compileGLSLtoSPIRV()
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc899 shader.parse(&glslang::DefaultTBuiltInResource, 310, EEsProfile, in GenerateGlsl()

Completed in 4 milliseconds