Searched refs:wBounds1 (Results 1 – 1 of 1) sorted by relevance
902 …const Vec2 wBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d1, coord.z(), p… in isNearestMipmapLinearSampleResultValid() local915 const int minK1 = deFloorFloatToInt32(wBounds1.x()); in isNearestMipmapLinearSampleResultValid()916 const int maxK1 = deFloorFloatToInt32(wBounds1.y()); in isNearestMipmapLinearSampleResultValid()1149 …const Vec2 wBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d1, coord.z()… in isLinearMipmapLinearSampleResultValid() local1162 const int minK1 = deFloorFloatToInt32(wBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()1163 const int maxK1 = deFloorFloatToInt32(wBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()1235 const float minC1 = de::clamp((wBounds1.x()-0.5f)-float(k1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()1236 const float maxC1 = de::clamp((wBounds1.y()-0.5f)-float(k1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()