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

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp234 bool doesLineSegmentExitDiamond (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& diamondCenter) argument
236 DE_ASSERT(isTheCenterOfTheFragment(diamondCenter));
238 // Diamond Center is at diamondCenter in subpixel coords
245 const tcu::Vector<deInt64,2> v = (diamondCenter - line.m_v0);
286 { diamondCenter + tcu::Vector<deInt64,2>(0, -halfPixel), diamondCenter + tcu::Vector<deInt64,2>(-halfPixel, 0), false },
287 { diamondCenter + tcu::Vector<deInt64,2>(-halfPixel, 0), diamondCenter + tcu::Vector<deInt64,2>(0, halfPixel), false },
288 { diamondCenter + tcu::Vector<deInt64,2>(0, halfPixel), diamondCenter
[all...]

Completed in 36 milliseconds