Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1325 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in computeSingleOperationTime() local
1327 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()
1328 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()
1337 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in logSingleOperationCalculationInfo() local
1339 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1321 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in computeSingleOperationTime() local
1323 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()
1324 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()
1333 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in logSingleOperationCalculationInfo() local
1335 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()