Lines Matching refs:isOk

125 					const bool	isOk = boolAll(lessThanEqual(diff, threshold));
127 if (isOk)
144 const bool isOk = boolAll(lessThanEqual(diff, threshold));
146 pixelFoundForReference = isOk;
167 const bool isOk = boolAll(lessThanEqual(diff, threshold));
169 pixelFoundForResult = isOk;
222 bool isOk = difference <= threshold;
226 if (!isOk || logMode == COMPARE_LOG_EVERYTHING)
235 if (!isOk)
254 return isOk;
302 const bool isOk = (refPix == cmpPix);
304 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z);
305 compareOk &= isOk;
605 const bool isOk = boolAll(lessThanEqual(diff, threshold));
609 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
692 bool isOk = boolAll(lessThanEqual(diff, threshold));
696 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
785 bool isOk = boolAll(lessThanEqual(diff, threshold));
789 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
870 const bool isOk = boolAll(lessThanEqual(diff, threshold));
874 if (isOk)
972 const bool isOk = boolAll(lessThanEqual(diff, threshold64));
973 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z);
1063 bool isOk = true;
1071 isOk = diff <= threshold;
1082 isOk = isOk && isStencilOk;
1085 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z);
1325 bool isOk = bilinearCompare(reference, result, errorMask, threshold);
1329 if (!isOk || logMode == COMPARE_LOG_EVERYTHING)
1334 if (!isOk)
1353 return isOk;