Home
last modified time | relevance | path

Searched refs:acceptOutOfBoundsAsAnyValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuImageCompare.cpp91 …, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue) in findNumPositionDeviationFailingPixels() argument
101 const int beginX = (acceptOutOfBoundsAsAnyValue) ? (maxPositionDeviation.x()) : (0); in findNumPositionDeviationFailingPixels()
102 const int beginY = (acceptOutOfBoundsAsAnyValue) ? (maxPositionDeviation.y()) : (0); in findNumPositionDeviationFailingPixels()
103 const int beginZ = (acceptOutOfBoundsAsAnyValue) ? (maxPositionDeviation.z()) : (0); in findNumPositionDeviationFailingPixels()
104 …const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width… in findNumPositionDeviationFailingPixels()
105 …const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (heigh… in findNumPositionDeviationFailingPixels()
106 …const int endZ = (acceptOutOfBoundsAsAnyValue) ? (depth - maxPositionDeviation.z()) : (depth… in findNumPositionDeviationFailingPixels()
838 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, Compar… in intThresholdPositionDeviationCompare() argument
845 …Pixels(errorMask, reference, result, threshold, maxPositionDeviation, acceptOutOfBoundsAsAnyValue); in intThresholdPositionDeviationCompare()
917 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int ma… in intThresholdPositionDeviationErrorThresholdCompare() argument
[all …]
DtcuImageCompare.hpp56 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, Compar…
57 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int ma…