Searched defs:handOptimizationGain (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp285 const int handOptimizationGain = (int)deFloatRound(100.0f/ratio) - 100; local
289 if (handOptimizationGain >= 0)
290 log << TestLog::Message << "Note: " << handOptimizationGain << "% performance gain was achieved with hand-optimized version" << TestLog::EndMessage;
292 log << TestLog::Message << "Note: hand-optimization degraded performance by " << -handOptimizationGain << "%" << TestLog::EndMessage;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp288 const int handOptimizationGain = (int)deFloatRound(100.0f/ratio) - 100; local
292 if (handOptimizationGain >= 0)
293 log << TestLog::Message << "Note: " << handOptimizationGain << "% performance gain was achieved with hand-optimized version" << TestLog::EndMessage;
295 log << TestLog::Message << "Note: hand-optimization degraded performance by " << -handOptimizationGain << "%" << TestLog::EndMessage;

Completed in 140 milliseconds