Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp423 const Vec2& yBounds0, in isTrilinearPCFCompareValid() argument
432 DE_ASSERT(0.0f <= yBounds0.x() && yBounds0.x() <= yBounds0.y() && yBounds0.y() <= 1.0f); in isTrilinearPCFCompareValid()
483 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid()
484 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x()); in isTrilinearPCFCompareValid()
485 const float v02 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.y()); in isTrilinearPCFCompareValid()
486 const float v03 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.y()); in isTrilinearPCFCompareValid()
524 const Vec2& yBounds0, in isTrilinearCompareValid() argument
533 …return isTrilinearPCFCompareValid(compareMode, prec, depths0, depths1, xBounds0, yBounds0, xBounds… in isTrilinearCompareValid()
DtcuTexLookupVerifier.cpp383 const Vec2& yBounds0, in is2DTrilinearFilterResultValid() argument
391 DE_ASSERT(yBounds0.x() <= yBounds0.y()); in is2DTrilinearFilterResultValid()
400 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0 += searchStep) in is2DTrilinearFilterResultValid()
403 const float b0 = de::min(y0, yBounds0.y()); in is2DTrilinearFilterResultValid()
430 const Vec2& yBounds0, in is3DTrilinearFilterResultValid() argument
440 DE_ASSERT(yBounds0.x() <= yBounds0.y()); in is3DTrilinearFilterResultValid()
451 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0 += searchStep) in is3DTrilinearFilterResultValid()
454 const float b0 = de::min(y0, yBounds0.y()); in is3DTrilinearFilterResultValid()