Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp762 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord, prec.… in isNearestMipmapLinearSampleResultValid() local
767 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid()
768 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid()
800 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
807 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid()
808 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid()
851 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
860 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid()
861 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid()
914 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coordX, p… in isLinearMipmapLinearSampleResultValid() local
[all …]
DtcuTexCompareVerifier.cpp658 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid() local
665 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearCompareResultValid()
666 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearCompareResultValid()
715 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid() local
722 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearCompareResultValid()
723 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearCompareResultValid()
755 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
756 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
888 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid() local
895 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearCompareResultValid()
[all …]