Lines Matching refs:vBounds0
921 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
929 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
930 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
972 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
982 const int minJ0 = deFloorFloatToInt32(vBounds0.x()); in isNearestMipmapLinearSampleResultValid()
983 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1117 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1125 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1126 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1162 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1163 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1221 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1231 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1232 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1277 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1278 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1607 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1615 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1616 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1661 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1662 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()