• Home
  • Raw
  • Download

Lines Matching refs:acceptOutOfBoundsAsAnyValue

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()
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
924 …Pixels(errorMask, reference, result, threshold, maxPositionDeviation, acceptOutOfBoundsAsAnyValue); in intThresholdPositionDeviationErrorThresholdCompare()