• Home
  • Raw
  • Download

Lines Matching refs:TestLog

62 using tcu::TestLog;
103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& lo… in RenderData()
546 TestLog& log = m_testCtx.getLog(); in iterate()
627 TestLog& log = m_testCtx.getLog(); in logSamples()
640 log << TestLog::SampleList(name, desc); in logSamples()
644 log << TestLog::SampleInfo in logSamples()
645 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples()
646 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples()
647 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples()
648 << TestLog::EndSampleInfo; in logSamples()
654 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample; in logSamples()
659 log << TestLog::SampleInfo in logSamples()
660 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples()
661 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples()
662 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples()
663 << TestLog::ValueInfo("NullTime", "Read pixels time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples()
664 << TestLog::ValueInfo("BaseTime", "Base render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples()
665 << TestLog::EndSampleInfo; in logSamples()
671 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << sample.nullTime <<… in logSamples()
675 log << TestLog::EndSampleList; in logSamples()
680 TestLog& log = m_testCtx.getLog(); in logGeometry()
682 log << TestLog::Section("Geometry", "Geometry"); in logGeometry()
683 …log << TestLog::Message << "Occluding geometry is green with shade dependent on depth (rgb == 0, d… in logGeometry()
684 …log << TestLog::Message << "Occluded geometry is red with shade dependent on depth (rgb == depth, … in logGeometry()
685 …log << TestLog::Message << "Primitive edges are a lighter shade of red/green" << TestLog::EndMessa… in logGeometry()
687 log << TestLog::Image("Test Geometry", "Test Geometry", sample); in logGeometry()
688 log << TestLog::EndSection; in logGeometry()
690 log << TestLog::Section("Occluder", "Occluder"); in logGeometry()
692 log << TestLog::EndSection; in logGeometry()
694 log << TestLog::Section("Occluded", "Occluded"); in logGeometry()
696 log << TestLog::EndSection; in logGeometry()
745 TestLog& log = m_testCtx.getLog(); in logAnalysis()
766 log << TestLog::Section("Linear Regression", "Linear Regression"); in logAnalysis()
767TestLog::Message << "Offset & coefficient presented as [confidence interval min, estimate, confide… in logAnalysis()
768 log << TestLog::Message << "Render time for scene with depth test was\n\t" in logAnalysis()
771 << "us/workload" << TestLog::EndMessage; in logAnalysis()
772 log << TestLog::EndSection; in logAnalysis()
774 log << TestLog::Section("Result", "Result"); in logAnalysis()
778 …log << TestLog::Message << "Coefficient confidence bounds include values below 0.0, the operation … in logAnalysis()
783 …log << TestLog::Message << "Coefficient confidence range is extremely large, cannot give reliable … in logAnalysis()
788 … log << TestLog::Message << "Culled hidden pixels @ " << mpxPerS << "Mpx/s" << TestLog::EndMessage; in logAnalysis()
792 log << TestLog::EndSection; in logAnalysis()
836 TestLog& log = m_testCtx.getLog(); in calibrate()
916 TestLog& log = m_testCtx.getLog(); in calibrate()
1047 TestLog& log = m_testCtx.getLog(); in logAnalysis()
1076 …log << TestLog::Message << "Constant operation sequence timing may vary as a function of workload.… in logAnalysis()
1082 …log << TestLog::Message << "Workload factor has no effect on duration of sample (smart optimizer?)… in logAnalysis()
1085 log << TestLog::Section("Linear Regression", "Linear Regression"); in logAnalysis()
1086TestLog::Message << "Offset & coefficient presented as [confidence interval min, estimate, confide… in logAnalysis()
1088 log << TestLog::Message << "Render time for empty scene was\n\t" in logAnalysis()
1091 << "us/workload" << TestLog::EndMessage; in logAnalysis()
1093 log << TestLog::Message << "Render time for scene without depth test was\n\t" in logAnalysis()
1096 << "us/workload" << TestLog::EndMessage; in logAnalysis()
1098 log << TestLog::Message << "Render time for scene with depth test was\n\t" in logAnalysis()
1101 << "us/workload" << TestLog::EndMessage; in logAnalysis()
1103 log << TestLog::EndSection; in logAnalysis()
1107 …log << TestLog::Message << "Test duration not dependent on culled workload" << TestLog::EndMessage; in logAnalysis()
1112 …log << TestLog::Message << "Coefficient confidence range is extremely large, cannot give reliable … in logAnalysis()
1117 …log << TestLog::Message << "Coefficient confidence range for base render time is extremely large, … in logAnalysis()
1122 … log << TestLog::Message << "Test duration is dependent on culled workload" << TestLog::EndMessage; in logAnalysis()
1143 TestLog& log = m_testCtx.getLog(); in logDescription()
1145 log << TestLog::Section("Description", "Test description"); in logDescription()
1146 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1147TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1148 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1149 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1150 log << TestLog::EndSection; in logDescription()
1175 TestLog& log = m_testCtx.getLog(); in logDescription()
1177 log << TestLog::Section("Description", "Test description"); in logDescription()
1178 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1179TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1180 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1181TestLog::Message << "The quads are tilted so that the left edge of the occluded quad has a depth o… in logDescription()
1182 …log << TestLog::Message << "The quads are spaced to have a depth difference of " << m_gradientDist… in logDescription()
1183 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1184 log << TestLog::EndSection; in logDescription()
1207 TestLog& log = m_testCtx.getLog(); in logDescription()
1209 log << TestLog::Section("Description", "Test description"); in logDescription()
1210 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1211TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1212 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1213 …log << TestLog::Message << "The occluder quad has a static offset applied to gl_FragDepth" << Test… in logDescription()
1214 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1215 log << TestLog::EndSection; in logDescription()
1236 TestLog& log = m_testCtx.getLog(); in logDescription()
1238 log << TestLog::Section("Description", "Test description"); in logDescription()
1239 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1240TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1241 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1242 …log << TestLog::Message << "The occluder quad has a dynamic offset applied to gl_FragDepth" << Tes… in logDescription()
1243 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1244 log << TestLog::EndSection; in logDescription()
1265 TestLog& log = m_testCtx.getLog(); in logDescription()
1267 log << TestLog::Section("Description", "Test description"); in logDescription()
1268 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1269TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1270 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1271 …log << TestLog::Message << "The occluded quad has a static offset applied to gl_FragDepth" << Test… in logDescription()
1272 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1273 log << TestLog::EndSection; in logDescription()
1294 TestLog& log = m_testCtx.getLog(); in logDescription()
1296 log << TestLog::Section("Description", "Test description"); in logDescription()
1297 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1298TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered o… in logDescription()
1299 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1300 …log << TestLog::Message << "The occluded quad has a dynamic offset applied to gl_FragDepth" << Tes… in logDescription()
1301 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1302 log << TestLog::EndSection; in logDescription()
1341 TestLog& log = m_testCtx.getLog(); in logDescription()
1343 log << TestLog::Section("Description", "Test description"); in logDescription()
1344 log << TestLog::Message << "Testing hidden fragment culling speed" << TestLog::EndMessage; in logDescription()
1345TestLog::Message << "Geometry consists of an occluding grid and an occluded fullsceen quad. The oc… in logDescription()
1346 …log << TestLog::Message << "Workload indicates the number of times the occluded quad is rendered" … in logDescription()
1347 …og << TestLog::Message << "The time per culled pixel is estimated from the rate of change of rende… in logDescription()
1348 log << TestLog::EndSection; in logDescription()
1377 TestLog& log = m_testCtx.getLog(); in logDescription()
1379 log << TestLog::Section("Description", "Test description"); in logDescription()
1380 …log << TestLog::Message << "Testing effects of culled fragment workload on render time" << TestLog in logDescription()
1381 …log << TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) quad u… in logDescription()
1382 "the second (occluded) contains significant fragment shader work" << TestLog::EndMessage; in logDescription()
1383 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1384 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1385 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1386 log << TestLog::EndSection; in logDescription()
1470 TestLog& log = m_testCtx.getLog(); in logDescription()
1472 log << TestLog::Section("Description", "Test description"); in logDescription()
1473 …log << TestLog::Message << "Testing effects of culled fragment workload on render time" << TestLog in logDescription()
1474 …log << TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) quad u… in logDescription()
1475 …ader work and a discard that is never triggers but has a dynamic condition" << TestLog::EndMessage; in logDescription()
1476 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1477 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1478 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1479 log << TestLog::EndSection; in logDescription()
1500 TestLog& log = m_testCtx.getLog(); in logDescription()
1502 log << TestLog::Section("Description", "Test description"); in logDescription()
1503 …log << TestLog::Message << "Testing effects of partially discarded occluder on rendering time" << in logDescription()
1504 …log << TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) quad d… in logDescription()
1505 … the second (partially occluded) contains significant fragment shader work" << TestLog::EndMessage; in logDescription()
1506 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1507 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1508 …log << TestLog::Message << "Successfull early Z-testing should result in depth testing halving the… in logDescription()
1509 log << TestLog::EndSection; in logDescription()
1532 TestLog& log = m_testCtx.getLog(); in logDescription()
1534 log << TestLog::Section("Description", "Test description"); in logDescription()
1535 …log << TestLog::Message << "Testing effects of partial occluder on rendering time" << TestLog::End… in logDescription()
1536 …log << TestLog::Message << "Geometry consists of two quads. The first (occluding) quad covers " <<… in logDescription()
1537 …(partially occluded, fullscreen) contains significant fragment shader work" << TestLog::EndMessage; in logDescription()
1538 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1539 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1540 …log << TestLog::Message << "Successfull early Z-testing should result in render time increasing pr… in logDescription()
1541 log << TestLog::EndSection; in logDescription()
1564 TestLog& log = m_testCtx.getLog(); in logDescription()
1566 log << TestLog::Section("Description", "Test description"); in logDescription()
1567 …log << TestLog::Message << "Testing effects of non-default frag depth on culling efficiency" << Te… in logDescription()
1568TestLog::Message << "Geometry consists of two fullscreen quads. The first (occluding) quad is triv… in logDescription()
1569 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1570 …log << TestLog::Message << "The occluder quad has a static offset applied to gl_FragDepth" << Test… in logDescription()
1571 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1572 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1573 log << TestLog::EndSection; in logDescription()
1594 TestLog& log = m_testCtx.getLog(); in logDescription()
1596 log << TestLog::Section("Description", "Test description"); in logDescription()
1597 …log << TestLog::Message << "Testing effects of non-default frag depth on culling efficiency" << Te… in logDescription()
1598TestLog::Message << "Geometry consists of two fullscreen quads. The first (occluding) quad is triv… in logDescription()
1599 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1600 …log << TestLog::Message << "The occluder quad has a dynamic offset applied to gl_FragDepth" << Tes… in logDescription()
1601 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1602 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1603 log << TestLog::EndSection; in logDescription()
1624 TestLog& log = m_testCtx.getLog(); in logDescription()
1626 log << TestLog::Section("Description", "Test description"); in logDescription()
1627 …log << TestLog::Message << "Testing effects of non-default frag depth on rendering time" << TestLo… in logDescription()
1628TestLog::Message << "Geometry consists of two fullscreen quads. The first (occluding) quad is triv… in logDescription()
1629 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1630 …log << TestLog::Message << "The occluded quad has a static offset applied to gl_FragDepth" << Test… in logDescription()
1631 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1632 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1633 log << TestLog::EndSection; in logDescription()
1654 TestLog& log = m_testCtx.getLog(); in logDescription()
1656 log << TestLog::Section("Description", "Test description"); in logDescription()
1657 …log << TestLog::Message << "Testing effects of non-default frag depth on rendering time" << TestLo… in logDescription()
1658TestLog::Message << "Geometry consists of two fullscreen quads. The first (occluding) quad is triv… in logDescription()
1659 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1660 …log << TestLog::Message << "The occluded quad has a dynamic offset applied to gl_FragDepth" << Tes… in logDescription()
1661 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1662 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1663 log << TestLog::EndSection; in logDescription()
1684 TestLog& log = m_testCtx.getLog(); in logDescription()
1686 log << TestLog::Section("Description", "Test description"); in logDescription()
1687 …log << TestLog::Message << "Testing effects of of back first rendering order on culling efficiency… in logDescription()
1688TestLog::Message << "Geometry consists of two fullscreen quads. The second (occluding) quad is tri… in logDescription()
1689 …log << TestLog::Message << "Workload indicates the number of iterations of dummy work done in the … in logDescription()
1690 …log << TestLog::Message << "The ratio of rendering times of this scene with/without depth testing … in logDescription()
1691 …log << TestLog::Message << "Successfull early Z-testing should result in no correlation between wo… in logDescription()
1692 log << TestLog::EndSection; in logDescription()