Home
last modified time | relevance | path

Searched refs:testParam (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp760 …const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confide… in logAnalysis() local
761 const float usPerCall = testParam.coefficient; in logAnalysis()
769 …<< "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offset… in logAnalysis()
770 …<< "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testPar… in logAnalysis()
776 if (testParam.coefficientConfidenceLower < 0.0f) in logAnalysis()
781 else if (testParam.coefficientConfidenceLower < testParam.coefficientConfidenceUpper*0.25) in logAnalysis()
1071 …const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confide… in logAnalysis() local
1099 …<< "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offset… in logAnalysis()
1100 …<< "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testPar… in logAnalysis()
1105 if (de::inRange(0.0f, testParam.coefficientConfidenceLower, testParam.coefficientConfidenceUpper)) in logAnalysis()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp429 const CacheTestParam* testParam) in newTestCase() argument
432 testParam->generateTestName().c_str(), in newTestCase()
433 testParam->generateTestDescription().c_str(), in newTestCase()
434 testParam); in newTestCase()
1970 const CacheTestParam testParam(testParamShaders, DE_LENGTH_OF_ARRAY(testParamShaders)); in createCacheTests() local
1974 &testParam)); in createCacheTests()
1979 &testParam)); in createCacheTests()
1984 &testParam)); in createCacheTests()
DvktPipelineTimestampTests.cpp595 TimestampTestParam* testParam) in newTestCase() argument
598 testParam->generateTestName().c_str(), in newTestCase()
599 testParam->generateTestDescription().c_str(), in newTestCase()
600 testParam); in newTestCase()
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m53 + (int)testParam: (MyClass*) a {