• Home
  • Raw
  • Download

Lines Matching refs:uBounds0

881 …const Vec2		uBounds0		= computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0,	coord, prec.…  in isNearestMipmapLinearSampleResultValid()  local
885 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
886 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
919 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
925 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
926 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
970 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearSampleResultValid() local
978 const int minI0 = deFloorFloatToInt32(uBounds0.x()); in isNearestMipmapLinearSampleResultValid()
979 const int maxI0 = deFloorFloatToInt32(uBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1033 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coordX, p… in isLinearMipmapLinearSampleResultValid() local
1037 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1038 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1068 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1069 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1115 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1121 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1122 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1160 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1161 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1219 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1227 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1228 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1275 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1276 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1605 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1611 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1612 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1659 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1660 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()