Lines Matching refs:results
729 // results compared to the approximation
1714 // Calculate results for different ranges
1769 // Print results
1771 const tcu::ScopedLogSection section(log, "Results", "Results");
1836 // print results
1838 const tcu::ScopedLogSection section(log, "Results", "Results");
1917 virtual void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results) = 0;
2238 void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results);
2456 // if buffer contains unspecified content, sourcing data from it results in undefined
2457 // results, possibly including program termination. Specify all data to prevent such
2498 void BasicUploadCase<SampleType>::logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results)
2500 const UploadSampleAnalyzeResult analysis = analyzeSampleResults(m_testCtx.getLog(), results, true);
2784 // results are undefined, and system errors may occur. Signal parent
3003 // results are undefined, and system errors may occur. Signal parent
3189 void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results);
3360 // sourcing unspecified data causes undefined results, possibly program termination
3374 void ModifyAfterBasicCase<SampleType>::logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results)
3376 const UploadSampleAnalyzeResult analysis = analyzeSampleResults(m_testCtx.getLog(), results, false);
4063 virtual void logAndSetTestResult (const std::vector<SampleResult>& results);
4283 void RenderCase<SampleType>::logAndSetTestResult (const std::vector<SampleResult>& results)
4287 mapResultsToRenderRateFormat(mappedResults, results);
4351 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4481 << "Note that the data size and the time used in the unrelated upload is not included in the results.\n"
4482 << "Note! Test result may not be useful as is but instead should be compared against the reference.* group and upload_and_draw.*_and_unrelated_upload group results.\n"
4642 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4661 // wait for results
4834 << "Note that while upload time is measured, the time used is not included in the results.\n"
4835 << ((m_unrelatedBufferType == UNRELATEDBUFFERTYPE_VERTEX) ? ("Note that the data size and the time used in the unrelated upload is not included in the results.\n") : (""))
4837 << "Note! Test result may not be useful as is but instead should be compared against the reference.* group and other upload_and_draw.* group results.\n"
5049 // set results
5170 message << "Note! Test result should only be used as a baseline reference result for buffer.render_after_upload.draw_modify_draw test group results.";
5172 message << "Note! Test result may not be useful as is but instead should be compared against the buffer.render_after_upload.reference.draw_upload_draw group results.\n";
5375 // set results
5512 // => makes comparison to other results more straightforward
5930 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Results", "Results");
6148 << "\tSamples with swap count " << sampleNdx << " are not part of the tail of stable results.\n"
6190 << description << ": Correlation with data point observation order and result time. Results are not temporally stable, observations are not independent.\n"
6504 tcu::TestCaseGroup* const renderReferenceGroup = new tcu::TestCaseGroup(m_testCtx, "reference", "Baseline results");