Searched refs:m_callNestingDepth (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp397 , m_callNestingDepth (callNestingDepth)
406 const string maybeFuncDefs = optimized ? "" : funcDefinitions(m_callNestingDepth, precision, expression);
407 const string mainValueStatement = (optimized ? "\tvalue = " + expression : "\tvalue = func" + toString(m_callNestingDepth-1) + "(value)") + ";\n";
413 const int m_callNestingDepth; member in class:deqp::gles2::Performance::__anon19959::FunctionInliningCase
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp400 , m_callNestingDepth (callNestingDepth)
409 const string maybeFuncDefs = optimized ? "" : funcDefinitions(m_callNestingDepth, precision, expression);
410 const string mainValueStatement = (optimized ? "\tvalue = " + expression : "\tvalue = func" + toString(m_callNestingDepth-1) + "(value)") + ";\n";
416 const int m_callNestingDepth; member in class:deqp::gles3::Performance::__anon20244::FunctionInliningCase

Completed in 53 milliseconds