Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp808 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord, prec.… in isNearestMipmapLinearSampleResultValid() local
812 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
813 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
846 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
852 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
853 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
897 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
905 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
906 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
960 …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 …]