Home
last modified time | relevance | path

Searched refs:wBounds0 (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp974 …const Vec2 wBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d0, coord.z(), p… in isNearestMipmapLinearSampleResultValid() local
986 const int minK0 = deFloorFloatToInt32(wBounds0.x()); in isNearestMipmapLinearSampleResultValid()
987 const int maxK0 = deFloorFloatToInt32(wBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1223 …const Vec2 wBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d0, coord.z()… in isLinearMipmapLinearSampleResultValid() local
1235 const int minK0 = deFloorFloatToInt32(wBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1236 const int maxK0 = deFloorFloatToInt32(wBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1279 const float minC0 = de::clamp((wBounds0.x()-0.5f)-float(k0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1280 const float maxC0 = de::clamp((wBounds0.y()-0.5f)-float(k0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()