Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp328 struct InterpolationRange struct
340 InterpolationRange calcTriangleInterpolationWeights (const tcu::Vec4& p0, const tcu::Vec4& p1, cons… in calcTriangleInterpolationWeights()
385 InterpolationRange returnValue; in calcTriangleInterpolationWeights()
568InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewpor… in interpolate()
581 const InterpolationRange weights[4] = in interpolate()
589 InterpolationRange result; in interpolate()
609InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewpor… in interpolate()
646 InterpolationRange result; in interpolate()
712 …const InterpolationRange weights = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize… in verifyTriangleGroupInterpolationWithInterpolator()