Searched refs:acceptOutOfBoundsAsAnyValue (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 56 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, Compar… 57 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int ma…
|
D | tcuImageCompare.cpp | 91 …, 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() 940 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, Compar… in intThresholdPositionDeviationCompare() argument 947 …Pixels(errorMask, reference, result, threshold, maxPositionDeviation, acceptOutOfBoundsAsAnyValue); in intThresholdPositionDeviationCompare() 1019 …UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int ma… in intThresholdPositionDeviationErrorThresholdCompare() argument [all …]
|