Home | History | Annotate | Download | only in shaderrender

Lines Matching defs:threshold

2187 	const float				threshold		= 0.02f;
2250 compareOk = fuzzyCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
2364 const tcu::RGBA threshold (2, 2, 2, 2);
2416 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);