Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1841 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in computeSingleOperationTime() local
1844 return programOperationCostDiff / (float)numFunctionCalls; in computeSingleOperationTime()
1849 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in logSingleOperationCalculationInfo() local
1852 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()
1854 …ost_of_workload_with_calls - cost_of_workload_without_calls) / " << numFunctionCalls << TestLog::E… in logSingleOperationCalculationInfo()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1833 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in computeSingleOperationTime() local
1836 return programOperationCostDiff / (float)numFunctionCalls; in computeSingleOperationTime()
1841 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in logSingleOperationCalculationInfo() local
1844 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()
1846 …ost_of_workload_with_calls - cost_of_workload_without_calls) / " << numFunctionCalls << TestLog::E… in logSingleOperationCalculationInfo()