• Home
  • Raw
  • Download

Lines Matching refs:vBounds0

848 …const Vec2		vBounds0		= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0,	coord.y(), p…  in isNearestMipmapLinearSampleResultValid()  local
856 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
857 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
899 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
909 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
910 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1043 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1051 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1052 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1087 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1088 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1146 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1156 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1157 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1201 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1202 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1522 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1530 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1531 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1575 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1576 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()