Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp397 , m_callNestingDepth (callNestingDepth) in FunctionInliningCase()
406 …const string maybeFuncDefs = optimized ? "" : funcDefinitions(m_callNestingDepth, precision, exp… in generateProgramData()
407 …ptimized ? "\tvalue = " + expression : "\tvalue = func" + toString(m_callNestingDepth-1) + "(value… in generateProgramData()
413 const int m_callNestingDepth; member in deqp::gles2::Performance::__anonf46dc3bb0111::FunctionInliningCase
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp400 , m_callNestingDepth (callNestingDepth) in FunctionInliningCase()
409 …const string maybeFuncDefs = optimized ? "" : funcDefinitions(m_callNestingDepth, precision, exp… in generateProgramData()
410 …ptimized ? "\tvalue = " + expression : "\tvalue = func" + toString(m_callNestingDepth-1) + "(value… in generateProgramData()
416 const int m_callNestingDepth; member in deqp::gles3::Performance::__anon78e67cbd0111::FunctionInliningCase