Lines Matching refs:uBounds1
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
1039 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1040 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1087 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1088 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1116 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1123 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1124 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1185 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1186 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1220 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x()… in isLinearMipmapLinearSampleResultValid() local
1229 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1230 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1307 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1308 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1606 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1613 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1614 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1691 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1692 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()