Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp881 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord, prec.… in isNearestMipmapLinearSampleResultValid() local
885 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
886 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
919 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
925 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
926 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
970 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
978 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
979 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1033 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coordX, p… in isLinearMipmapLinearSampleResultValid() local
[all …]
DtcuTexCompareVerifier.cpp659 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid() local
665 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearCompareResultValid()
666 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearCompareResultValid()
716 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid() local
722 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearCompareResultValid()
723 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearCompareResultValid()
735 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
736 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
889 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid() local
895 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearCompareResultValid()
[all …]