Lines Matching refs:vBounds0

801 …const Vec2		vBounds0		= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0,	coord.y(), p…  in isNearestMipmapLinearSampleResultValid()  local
809 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
810 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
852 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
862 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
863 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
992 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1000 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1001 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1032 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1033 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1091 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1101 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1102 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1142 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1143 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1459 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1467 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1468 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1508 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1509 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()