Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp127 static std::string GenerateShaderWithUnusedDeepFunctionStack(int length) in GenerateShaderWithUnusedDeepFunctionStack() function in ExpressionLimitTest
328 vertexCompiler, GenerateShaderWithUnusedDeepFunctionStack(kMaxCallStackDepth - 10).c_str(), in TEST_F()
332 vertexCompiler, GenerateShaderWithUnusedDeepFunctionStack(kMaxCallStackDepth + 10).c_str(), in TEST_F()
337 vertexCompiler, GenerateShaderWithUnusedDeepFunctionStack(kMaxCallStackDepth + 10).c_str(), in TEST_F()