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));
815 const float threshold = 0.3f;
816 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
1002 const float threshold = 0.3f;
1003 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))