Home | History | Annotate | Download | only in common

Lines Matching defs:errorMask

90 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue)
115 errorMask.setPixel(IVec4(0, 0xff, 0, 0xff), x, y, z);
127 errorMask.setPixel(IVec4(0, 0xff, 0, 0xff), x, y, z);
164 errorMask.setPixel(IVec4(0, 0xff, 0, 0xff), x, y, z);
167 errorMask.setPixel(IVec4(0xff, 0, 0, 0xff), x, y, z);
212 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
213 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess());
222 fuzzyCompare(params, reference, result, errorMask.getAccess());
233 << TestLog::Image("ErrorMask", "Error mask", errorMask)
416 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
443 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
466 << TestLog::Image("ErrorMask", "Error mask", errorMask)
509 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
530 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
553 << TestLog::Image("ErrorMask", "Error mask", errorMask)
597 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
614 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z);
635 << TestLog::Image("ErrorMask", "Error mask", errorMask)
678 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
699 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z);
722 << TestLog::Image("ErrorMask", "Error mask", errorMask)
773 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
774 const int numFailingPixels = findNumPositionDeviationFailingPixels(errorMask, reference, result, threshold, maxPositionDeviation, acceptOutOfBoundsAsAnyValue);
799 << TestLog::Image("ErrorMask", "Error mask", errorMask)
852 PixelBufferAccess errorMask = errorMaskStorage.getAccess();
853 const int numFailingPixels = findNumPositionDeviationFailingPixels(errorMask, reference, result, threshold, maxPositionDeviation, acceptOutOfBoundsAsAnyValue);
879 << TestLog::Image("ErrorMask", "Error mask", errorMask)
938 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
939 bool isOk = bilinearCompare(reference, result, errorMask, threshold);
954 << TestLog::Image("ErrorMask", "Error mask", errorMask)