Home | History | Annotate | Download | only in functional

Lines Matching defs:threshold

88 	const tcu::IVec4 threshold	(20, 256, 256, 256);
90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
96 const int threshold = 20;
98 return a.x() + threshold < halfFilled;
110 const tcu::IVec4 threshold(20, 20, 20, 0);
117 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
823 const float threshold = 0.3f;
824 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
1018 const float threshold = 0.3f;
1019 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))