Searched refs:uBounds1 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 882 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord, prec.… in isNearestMipmapLinearSampleResultValid() local 887 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 888 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 920 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local 927 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 928 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 971 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local 980 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 981 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 1034 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coordX, p… in isLinearMipmapLinearSampleResultValid() local [all …]
|
D | tcuTexCompareVerifier.cpp | 660 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid() local 667 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearCompareResultValid() 668 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearCompareResultValid() 717 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid() local 724 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearCompareResultValid() 725 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearCompareResultValid() 757 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 758 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 890 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid() local 897 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearCompareResultValid() [all …]
|