Lines Matching refs:uBounds1

762 …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
919 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
920 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
962 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
963 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
991 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x()… in isLinearMipmapLinearSampleResultValid() local
998 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
999 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1055 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1056 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1090 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1099 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1100 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1172 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1173 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1458 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1465 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1466 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1538 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1539 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()