Searched refs:yBounds (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 291 const Vec2& yBounds, in isBilinearPCFCompareValid() argument 297 DE_ASSERT(0.0f <= yBounds.x() && yBounds.x() <= yBounds.y() && yBounds.y() <= 1.0f); in isBilinearPCFCompareValid() 322 const float y0 = yBounds.x(); in isBilinearPCFCompareValid() 323 const float y1 = yBounds.y(); in isBilinearPCFCompareValid() 364 const Vec2& yBounds, in isBilinearCompareValid() argument 370 …return isBilinearPCFCompareValid(compareMode, prec, depths, xBounds, yBounds, cmpReference, result… in isBilinearCompareValid()
|
D | tcuTexLookupVerifier.cpp | 290 const Vec2& yBounds, in isBilinearRangeValid() argument 295 DE_ASSERT(yBounds.x() <= yBounds.y()); in isBilinearRangeValid() 308 if (isLinearRangeValid(prec, c0, c1, yBounds, result)) in isBilinearRangeValid() 319 const Vec2& yBounds, in isTrilinearRangeValid() argument 325 DE_ASSERT(yBounds.x() <= yBounds.y()); in isTrilinearRangeValid() 329 DE_ASSERT(yBounds.x() + searchStep > yBounds.x()); in isTrilinearRangeValid() 330 DE_ASSERT(yBounds.y() + searchStep > yBounds.y()); in isTrilinearRangeValid() 337 for (float y = yBounds.x(); y < yBounds.y()+searchStep; y += searchStep) in isTrilinearRangeValid() 340 const float b = de::min(y, yBounds.y()); in isTrilinearRangeValid()
|