Home | History | Annotate | Download | only in functional

Lines Matching defs:threshold

435 			const tcu::UVec4	threshold	= getFloatULPThreshold(format, result.getFormat());
437 if (!tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
448 const tcu::UVec4 threshold (1, 1, 1, 1);
450 if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
461 const tcu::Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat());
463 if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
1072 << " const highp float threshold = 0.0005f;\n"
1073 << " bool valuesEqual = all(lessThan(abs(o_color - u_color), vec4(threshold)));\n\n"