Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp332 struct InterpolationRange struct
344 InterpolationRange calcTriangleInterpolationWeights (const tcu::Vec4& p0, const tcu::Vec4& p1, cons… in calcTriangleInterpolationWeights()
389 InterpolationRange returnValue; in calcTriangleInterpolationWeights()
572InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewpor… in interpolate()
585 const InterpolationRange weights[4] = in interpolate()
593 InterpolationRange result; in interpolate()
613InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewpor… in interpolate()
651 InterpolationRange result; in interpolate()
717 …const InterpolationRange weights = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize… in verifyTriangleGroupInterpolationWithInterpolator()