Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h461 int MaxFunctionParameters; member
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExpressionLimit_test.cpp52 res->MaxFunctionParameters = kMaxFunctionParameters; in GenerateResources()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1235 << ":MaxFunctionParameters:" << mResources.MaxFunctionParameters in setResourceString()
1548 if (!ValidateMaxParameters(root, mResources.MaxFunctionParameters)) in limitExpressionComplexity()
DShaderLang.cpp260 resources->MaxFunctionParameters = 1024; in InitBuiltInResources()