Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1324 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime() local
1327 return programOperationCostDiff / (float)opDiff; in computeSingleOperationTime()
1335 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo() local
1343 …m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more… in logSingleOperationCalculationInfo()
1345 …f one operation is calculated as (cost_of_bigger_workload - cost_of_smaller_workload) / " << opDiff in logSingleOperationCalculationInfo()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1328 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime() local
1331 return programOperationCostDiff / (float)opDiff; in computeSingleOperationTime()
1339 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo() local
1347 …m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more… in logSingleOperationCalculationInfo()
1349 …f one operation is calculated as (cost_of_bigger_workload - cost_of_smaller_workload) / " << opDiff in logSingleOperationCalculationInfo()