Searched refs:calibrator (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsCalibration.cpp | 395 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.getMeasureState().numDrawCalls) in logCalibrationInfo() 412 << TestLog::Integer("FrameCount", "Calibrated frame count", "", QP_KEY_TAG_NONE, (int)calibrator.getMeasureState().frameTimes.size()); in logCalibrationInfo()
|
H A D | glsCalibration.hpp | 185 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator);
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 841 TheilSenCalibrator calibrator (CalibratorParameters(20, // Initial workload in calibrate() 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() 931 switch(calibrator.getState()) in calibrate() 934 logCalibrationInfo(m_testCtx.getLog(), calibrator); in calibrate() [all...] |
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 1965 /** @brief create and copy calibrator 1966 * Creates a calibrator of the given width and copy data from reference 1968 * @param calibator pointer to the calibrator to create 1969 * @param reference calibrator with reference data to copy 1970 * @param width the width in pixels of the calibrator 1972 * @return SANE_STATUS_GOOD and a filled calibrator if enough memory 1975 gt68xx_calibrator_create_copy (GT68xx_Calibrator ** calibrator, in gt68xx_calibrator_create_copy() argument 1985 *calibrator = NULL; in gt68xx_calibrator_create_copy() 1995 status = gt68xx_calibrator_new (width, 65535, calibrator); in gt68xx_calibrator_create_copy() 1999 "gt68xx_calibrator_create_copy: failed to create calibrator in gt68xx_calibrator_create_copy() [all...] |
Completed in 7 milliseconds