HomeSort by relevance Sort by last modified time
    Searched refs:m_callNestingDepth (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 397 , 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;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 400 , 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;
    [all...]

Completed in 551 milliseconds