Lines Matching refs:uBounds
549 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid() local
553 const int minI = deFloorFloatToInt32(uBounds.x()); in isNearestCompareResultValid()
554 const int maxI = deFloorFloatToInt32(uBounds.y()); in isNearestCompareResultValid()
584 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid() local
588 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isLinearCompareResultValid()
589 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isLinearCompareResultValid()
609 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearCompareResultValid()
610 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isLinearCompareResultValid()
1015 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isSeamlessLinearCompareResultValid() local
1019 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isSeamlessLinearCompareResultValid()
1020 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isSeamlessLinearCompareResultValid()
1044 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid()
1045 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid()
1244 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getWidth… in isGatherOffsetsCompareResultValid() local
1248 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isGatherOffsetsCompareResultValid()
1249 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isGatherOffsetsCompareResultValid()
1328 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isGatherCompareResultValid() local
1332 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isGatherCompareResultValid()
1333 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isGatherCompareResultValid()