Searched refs:uBounds1 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 809 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord, prec.… in isNearestMipmapLinearSampleResultValid() local 814 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 815 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 847 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local 854 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 855 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 898 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local 907 const int minI1 = deFloorFloatToInt32(uBounds1.x()); in isNearestMipmapLinearSampleResultValid() 908 const int maxI1 = deFloorFloatToInt32(uBounds1.y()); in isNearestMipmapLinearSampleResultValid() 961 …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 …]
|