Home
last modified time | relevance | path

Searched refs:calibrator (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.cpp395 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator) in logCalibrationInfo() argument
397 const CalibratorParameters& params = calibrator.getParameters(); in logCalibrationInfo()
398 const std::vector<CalibrateIteration>& calibrateIterations = calibrator.getCalibrationInfo(); in logCalibrationInfo()
411 …log << TestLog::Integer("CallCount", "Calibrated call count", "", QP_KEY_TAG_NONE, calibrator.getM… in logCalibrationInfo()
412 …<< TestLog::Integer("FrameCount", "Calibrated frame count", "", QP_KEY_TAG_NONE, (int)calibrator.g… in logCalibrationInfo()
DglsCalibration.hpp185 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator);
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp841 TheilSenCalibrator calibrator (CalibratorParameters(20, // Initial workload in calibrate() local
852 switch(calibrator.getState()) in calibrate()
855 logCalibrationInfo(m_testCtx.getLog(), calibrator); in calibrate()
856 return calibrator.getCallCount(); in calibrate()
870 render(occludedGeometry, calibrator.getCallCount()); in calibrate()
876 calibrator.recordIteration(now - prev); in calibrate()
881 calibrator.recomputeParameters(); in calibrate()
920 TheilSenCalibrator calibrator(CalibratorParameters( 20, // Initial workload in calibrate() local
931 switch(calibrator.getState()) in calibrate()
934 logCalibrationInfo(m_testCtx.getLog(), calibrator); in calibrate()
[all …]