Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/tests/compiler_tests/
DExpressionLimit_test.cpp242 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;
261 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));
271 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;
290 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));
499 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, kHasRecursion));
508 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, NULL));
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h168 SH_LIMIT_CALL_STACK_DEPTH = 0x4000, enumerator
/external/chromium_org/gpu/command_buffer/service/
Dshader_translator.cc159 SH_LIMIT_EXPRESSION_COMPLEXITY | SH_LIMIT_CALL_STACK_DEPTH | in GetCompileOptions()
/external/chromium_org/third_party/angle/src/compiler/translator/
DCompiler.cpp192 … success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0); in compile()