Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds