Searched refs:DefaultTBuiltInResource (Results 1 – 10 of 10) sorted by relevance
/third_party/glslang/StandAlone/ |
D | ResourceLimits.cpp | 44 const TBuiltInResource DefaultTBuiltInResource = { variable 155 …ostream << "MaxLights " << DefaultTBuiltInResource.maxLights << "\… in GetDefaultTBuiltInResourceString() 156 … << "MaxClipPlanes " << DefaultTBuiltInResource.maxClipPlanes << "\n" in GetDefaultTBuiltInResourceString() 157 … << "MaxTextureUnits " << DefaultTBuiltInResource.maxTextureUnits << "\n" in GetDefaultTBuiltInResourceString() 158 …<< "MaxTextureCoords " << DefaultTBuiltInResource.maxTextureCoords << "\n" in GetDefaultTBuiltInResourceString() 159 …<< "MaxVertexAttribs " << DefaultTBuiltInResource.maxVertexAttribs << "\n" in GetDefaultTBuiltInResourceString() 160 …<< "MaxVertexUniformComponents " << DefaultTBuiltInResource.maxVertexUniformCompone… in GetDefaultTBuiltInResourceString() 161 …<< "MaxVaryingFloats " << DefaultTBuiltInResource.maxVaryingFloats << "\n" in GetDefaultTBuiltInResourceString() 162 …<< "MaxVertexTextureImageUnits " << DefaultTBuiltInResource.maxVertexTextureImageUn… in GetDefaultTBuiltInResourceString() 163 …<< "MaxCombinedTextureImageUnits " << DefaultTBuiltInResource.maxCombinedTextureImage… in GetDefaultTBuiltInResourceString() [all …]
|
D | ResourceLimits.h | 47 extern const TBuiltInResource DefaultTBuiltInResource;
|
D | resource_limits_c.cpp | 37 return reinterpret_cast<const glslang_resource_t*>(&glslang::DefaultTBuiltInResource); in glslang_default_resource()
|
D | StandAlone.cpp | 153 Resources = glslang::DefaultTBuiltInResource; in ProcessConfigFile()
|
/third_party/ffmpeg/libavfilter/ |
D | glslang.cpp | 45 static const TBuiltInResource DefaultTBuiltInResource = { variable 174 if (!shader->parse(&DefaultTBuiltInResource, GLSL_VERSION, true, EShMsgDefault)) { in glslang_compile()
|
/third_party/glslang/glslang/OSDependent/Web/ |
D | glslang.js.cpp | 51 const TBuiltInResource DefaultTBuiltInResource = { variable 226 if (!shader.parse(&DefaultTBuiltInResource, 100, true, EShMsgDefault)) { in convert_glsl_to_spirv()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_wrapper.cpp | 46 const TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in Warmup() 113 TBuiltInResource builtInResources(glslang::DefaultTBuiltInResource); in GlslangCompileToSpirv()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 154 …bool parseResult = glslangShader->parse(&glslang::DefaultTBuiltInResource, defaultVersion, false, … in compileGLSLtoSPIRV()
|
/third_party/glslang/gtests/ |
D | TestFixture.h | 202 (resources ? resources : &glslang::DefaultTBuiltInResource), 637 &glslang::DefaultTBuiltInResource, defaultVersion, defaultProfile, in preprocess()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 899 shader.parse(&glslang::DefaultTBuiltInResource, 310, EEsProfile, in GenerateGlsl()
|