Home
last modified time | relevance | path

Searched refs:kernelRadius (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp147 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) in compareImages() argument
170 const int radius = kernelRadius; in compareImages()
240 int compareBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareBlackNonBlackImages() argument
242 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels); in compareBlackNonBlackImages()
257 int compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareColoredImages() argument
259 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels); in compareColoredImages()
567 const int kernelRadius = 1; in testRender() local
571 log << TestLog::Message << "Deviation within radius of " << kernelRadius << " is allowed." << TestLog::EndMessage; in testRender()
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius); in testRender()
798 const int kernelRadius in verifyImage() local
949 const int kernelRadius = 1; verifyImage() local
994 const int kernelRadius = 1; verifyImage() local
1084 const int kernelRadius = 1; testRender() local
[all...]
H A Des2fPolygonOffsetTests.cpp160 const int kernelRadius = 1; in verifyImages() local
165 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); in verifyImages()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp150 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) in compareImages() argument
173 const int radius = kernelRadius; in compareImages()
243 int compareBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareBlackNonBlackImages() argument
245 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels); in compareBlackNonBlackImages()
260 int compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareColoredImages() argument
262 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels); in compareColoredImages()
570 const int kernelRadius = 1; in testRender() local
574 log << TestLog::Message << "Deviation within radius of " << kernelRadius << " is allowed." << TestLog::EndMessage; in testRender()
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius); in testRender()
801 const int kernelRadius in verifyImage() local
953 const int kernelRadius = 1; verifyImage() local
998 const int kernelRadius = 1; verifyImage() local
1088 const int kernelRadius = 1; testRender() local
[all...]
H A Des3fPolygonOffsetTests.cpp163 const int kernelRadius = 1; in verifyImages() local
168 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); in verifyImages()

Completed in 10 milliseconds