Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp291 const float searchStep, in isBilinearRangeValid() argument
296 DE_ASSERT(xBounds.x() + searchStep > xBounds.x()); // step is not effectively 0 in isBilinearRangeValid()
297 DE_ASSERT(xBounds.y() + searchStep > xBounds.y()); in isBilinearRangeValid()
302 for (float x = xBounds.x(); x < xBounds.y()+searchStep; x += searchStep) in isBilinearRangeValid()
321 const float searchStep, in isTrilinearRangeValid() argument
327 DE_ASSERT(xBounds.x() + searchStep > xBounds.x()); // step is not effectively 0 in isTrilinearRangeValid()
328 DE_ASSERT(xBounds.y() + searchStep > xBounds.y()); in isTrilinearRangeValid()
329 DE_ASSERT(yBounds.x() + searchStep > yBounds.x()); in isTrilinearRangeValid()
330 DE_ASSERT(yBounds.y() + searchStep > yBounds.y()); in isTrilinearRangeValid()
335 for (float x = xBounds.x(); x < xBounds.y()+searchStep; x += searchStep) in isTrilinearRangeValid()
[all …]