Lines Matching refs:uBounds0

808 …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
964 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
965 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
994 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
995 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1041 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1047 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1048 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1085 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1086 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1144 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1152 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1153 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1199 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1200 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1520 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1526 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1527 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1573 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1574 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()