• Home
  • Raw
  • Download

Lines Matching refs:vBounds

550 …const Vec2	vBounds				= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(…  in isNearestCompareResultValid()  local
555 const int minJ = deFloorFloatToInt32(vBounds.x()); in isNearestCompareResultValid()
556 const int maxJ = deFloorFloatToInt32(vBounds.y()); in isNearestCompareResultValid()
585 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isLinearCompareResultValid() local
590 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isLinearCompareResultValid()
591 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isLinearCompareResultValid()
611 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid()
612 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid()
1016 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isSeamlessLinearCompareResultValid() local
1021 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isSeamlessLinearCompareResultValid()
1022 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isSeamlessLinearCompareResultValid()
1046 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid()
1047 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid()
1245 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getHeigh… in isGatherOffsetsCompareResultValid() local
1250 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isGatherOffsetsCompareResultValid()
1251 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isGatherOffsetsCompareResultValid()
1329 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isGatherCompareResultValid() local
1334 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f); in isGatherCompareResultValid()
1335 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f); in isGatherCompareResultValid()