Searched defs:yBounds (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp295 const Vec2& yBounds,
300 DE_ASSERT(yBounds.x() <= yBounds.y());
311 if (isLinearRangeValid(prec, c0, c1, yBounds, result))
322 const Vec2& yBounds,
328 DE_ASSERT(yBounds.x() <= yBounds.y());
336 for (float y = yBounds.x(); y < yBounds.y()+searchStep; y += searchStep)
339 const float b = de::min(y, yBounds
292 isBilinearRangeValid(const LookupPrecision& prec, const ColorQuad& quad, const Vec2& xBounds, const Vec2& yBounds, const float searchStep, const Vec4& result) argument
318 isTrilinearRangeValid(const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& quad1, const Vec2& xBounds, const Vec2& yBounds, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
[all...]

Completed in 36 milliseconds