Searched refs:wBounds1 (Results 1 – 1 of 1) sorted by relevance
975 …const Vec2 wBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d1, coord.z(), p… in isNearestMipmapLinearSampleResultValid() local988 const int minK1 = deFloorFloatToInt32(wBounds1.x()); in isNearestMipmapLinearSampleResultValid()989 const int maxK1 = deFloorFloatToInt32(wBounds1.y()); in isNearestMipmapLinearSampleResultValid()1224 …const Vec2 wBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d1, coord.z()… in isLinearMipmapLinearSampleResultValid() local1237 const int minK1 = deFloorFloatToInt32(wBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()1238 const int maxK1 = deFloorFloatToInt32(wBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()1311 const float minC1 = de::clamp((wBounds1.x()-0.5f)-float(k1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()1312 const float maxC1 = de::clamp((wBounds1.y()-0.5f)-float(k1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()