Lines Matching refs:results

710 	// results compared to the approximation
1695 // Calculate results for different ranges
1750 // Print results
1817 // print results
1898 virtual void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results) = 0;
2219 void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results);
2437 // if buffer contains unspecified content, sourcing data from it results in undefined
2438 // results, possibly including program termination. Specify all data to prevent such
2479 void BasicUploadCase<SampleType>::logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results)
2481 const UploadSampleAnalyzeResult analysis = analyzeSampleResults(m_testCtx.getLog(), results, true);
2765 // results are undefined, and system errors may occur. Signal parent
2984 // results are undefined, and system errors may occur. Signal parent
3170 void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results);
3341 // sourcing unspecified data causes undefined results, possibly program termination
3355 void ModifyAfterBasicCase<SampleType>::logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results)
3357 const UploadSampleAnalyzeResult analysis = analyzeSampleResults(m_testCtx.getLog(), results, false);
4044 virtual void logAndSetTestResult (const std::vector<SampleResult>& results);
4264 void RenderCase<SampleType>::logAndSetTestResult (const std::vector<SampleResult>& results)
4268 mapResultsToRenderRateFormat(mappedResults, results);
4332 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4461 << "Note that the data size and the time used in the unrelated upload is not included in the results.\n"
4462 << "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"
4622 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4641 // wait for results
4814 << "Note that while upload time is measured, the time used is not included in the results.\n"
4815 << ((m_unrelatedBufferType == UNRELATEDBUFFERTYPE_VERTEX) ? ("Note that the data size and the time used in the unrelated upload is not included in the results.\n") : (""))
4817 << "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"
5029 // set results
5150 message << "Note! Test result should only be used as a baseline reference result for buffer.render_after_upload.draw_modify_draw test group results.";
5152 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";
5355 // set results
5492 // => makes comparison to other results more straightforward
6128 << "\tSamples with swap count " << sampleNdx << " are not part of the tail of stable results.\n"
6484 tcu::TestCaseGroup* const renderReferenceGroup = new tcu::TestCaseGroup(m_testCtx, "reference", "Baseline results");