Lines Matching refs:uBounds

529 …const Vec2		uBounds			= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()…  in isNearestSampleResultValid()  local
531 const int minI = deFloorFloatToInt32(uBounds.x()); in isNearestSampleResultValid()
532 const int maxI = deFloorFloatToInt32(uBounds.y()); in isNearestSampleResultValid()
554 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid() local
558 const int minI = deFloorFloatToInt32(uBounds.x()); in isNearestSampleResultValid()
559 const int maxI = deFloorFloatToInt32(uBounds.y()); in isNearestSampleResultValid()
588 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid() local
593 const int minI = deFloorFloatToInt32(uBounds.x()); in isNearestSampleResultValid()
594 const int maxI = deFloorFloatToInt32(uBounds.y()); in isNearestSampleResultValid()
629 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() local
631 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isLinearSampleResultValid()
632 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isLinearSampleResultValid()
652 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
653 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
672 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() local
676 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isLinearSampleResultValid()
677 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isLinearSampleResultValid()
706 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
707 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
731 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() local
736 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isLinearSampleResultValid()
737 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isLinearSampleResultValid()
773 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
774 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid()
1451 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.… in isSeamlessLinearSampleResultValid() local
1455 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isSeamlessLinearSampleResultValid()
1456 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isSeamlessLinearSampleResultValid()
1484 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid()
1485 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid()
2334 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), … in isGatherOffsetsResultValid() local
2338 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isGatherOffsetsResultValid()
2339 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isGatherOffsetsResultValid()
2461 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, pr… in isGatherResultValid() local
2465 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f); in isGatherResultValid()
2466 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f); in isGatherResultValid()