• Home
  • Raw
  • Download

Lines Matching refs:vBounds

600 …const Vec2		vBounds			= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(…  in isNearestSampleResultValid()  local
605 const int minJ = deFloorFloatToInt32(vBounds.x()); in isNearestSampleResultValid()
606 const int maxJ = deFloorFloatToInt32(vBounds.y()); in isNearestSampleResultValid()
634 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid() local
640 const int minJ = deFloorFloatToInt32(vBounds.x()); in isNearestSampleResultValid()
641 const int maxJ = deFloorFloatToInt32(vBounds.y()); in isNearestSampleResultValid()
728 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeig… in isLinearSampleResultValid() local
733 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isLinearSampleResultValid()
734 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isLinearSampleResultValid()
764 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid()
765 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid()
796 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeig… in isLinearSampleResultValid() local
802 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isLinearSampleResultValid()
803 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isLinearSampleResultValid()
840 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid()
841 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid()
1528 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.… in isSeamlessLinearSampleResultValid() local
1533 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isSeamlessLinearSampleResultValid()
1534 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isSeamlessLinearSampleResultValid()
1563 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid()
1564 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid()
2447 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(),… in isGatherOffsetsResultValid() local
2452 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isGatherOffsetsResultValid()
2453 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isGatherOffsetsResultValid()
2574 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, pr… in isGatherResultValid() local
2579 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isGatherResultValid()
2580 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isGatherResultValid()