Searched refs:wBounds (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 453 const Vec2& wBounds, in is3DTrilinearFilterResultValid() argument 507 if (isLinearRangeValid(prec, cz0, cz1, wBounds, result)) in is3DTrilinearFilterResultValid() 590 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth()… in isNearestSampleResultValid() local 597 const int minK = deFloorFloatToInt32(wBounds.x()); in isNearestSampleResultValid() 598 const int maxK = deFloorFloatToInt32(wBounds.y()); in isNearestSampleResultValid() 733 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDept… in isLinearSampleResultValid() local 740 const int minK = deFloorFloatToInt32(wBounds.x()-0.5f); in isLinearSampleResultValid() 741 const int maxK = deFloorFloatToInt32(wBounds.y()-0.5f); in isLinearSampleResultValid() 777 const float minC = de::clamp((wBounds.x()-0.5f)-float(k), 0.0f, 1.0f); in isLinearSampleResultValid() 778 const float maxC = de::clamp((wBounds.y()-0.5f)-float(k), 0.0f, 1.0f); in isLinearSampleResultValid()
|