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

/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp354 const Vec2& xBounds0,
360 DE_ASSERT(xBounds0.x() <= xBounds0.y());
366 for (float x0 = xBounds0.x(); x0 < xBounds0.y()+searchStep; x0 += searchStep)
368 const float a0 = de::min(x0, xBounds0.y());
387 const Vec2& xBounds0,
395 DE_ASSERT(xBounds0.x() <= xBounds0.y());
403 for (float x0 = xBounds0
351 is1DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec2& xBounds0, const Vec2& xBounds1, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
384 is2DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& quad1, const Vec2& xBounds0, const Vec2& yBounds0, const Vec2& xBounds1, const Vec2& yBounds1, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
429 is3DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorQuad& quad00, const ColorQuad& quad01, const ColorQuad& quad10, const ColorQuad& quad11, const Vec2& xBounds0, const Vec2& yBounds0, const Vec2& zBounds0, const Vec2& xBounds1, const Vec2& yBounds1, const Vec2& zBounds1, const Vec2& wBounds, const float searchStep, const Vec4& result) argument
[all...]

Completed in 60 milliseconds