Home | History | Annotate | Download | only in functional

Lines Matching defs:threshold

91 	const tcu::IVec4 threshold	(20, 256, 256, 256);
93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
99 const int threshold = 20;
101 return a.x() + threshold < halfFilled;
113 const tcu::IVec4 threshold(20, 20, 20, 0);
120 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
827 const float threshold = 0.3f;
828 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
1022 const float threshold = 0.3f;
1023 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))