Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp901 …const Vec2 wBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d0, coord.z(), p… in isNearestMipmapLinearSampleResultValid() local
913 const int minK0 = deFloorFloatToInt32(wBounds0.x()); in isNearestMipmapLinearSampleResultValid()
914 const int maxK0 = deFloorFloatToInt32(wBounds0.y()); in isNearestMipmapLinearSampleResultValid()
1148 …const Vec2 wBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, d0, coord.z()… in isLinearMipmapLinearSampleResultValid() local
1160 const int minK0 = deFloorFloatToInt32(wBounds0.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1161 const int maxK0 = deFloorFloatToInt32(wBounds0.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1203 const float minC0 = de::clamp((wBounds0.x()-0.5f)-float(k0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1204 const float maxC0 = de::clamp((wBounds0.y()-0.5f)-float(k0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()