Searched refs:testParam (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 760 …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/ |
D | vktPipelineCacheTests.cpp | 421 const CacheTestParam* testParam) in newTestCase() argument 424 testParam->generateTestName().c_str(), in newTestCase() 425 testParam->generateTestDescription().c_str(), in newTestCase() 426 testParam); in newTestCase() 2010 const CacheTestParam testParam(testParamShaders, DE_LENGTH_OF_ARRAY(testParamShaders)); in createCacheTests() local 2014 &testParam)); in createCacheTests() 2019 &testParam)); in createCacheTests() 2024 &testParam)); in createCacheTests() 2029 &testParam)); in createCacheTests() 2034 &testParam)); in createCacheTests()
|
D | vktPipelineTimestampTests.cpp | 520 TimestampTestParam* testParam) in newTestCase() argument 523 testParam->generateTestName().c_str(), in newTestCase() 524 testParam->generateTestDescription().c_str(), in newTestCase() 525 testParam); in newTestCase()
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.m | 53 + (int)testParam: (MyClass*) a {
|