Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp121 static tcu::Vector<deInt64,2> toSubpixelVector (const tcu::Vec2& v) in toSubpixelVector() function
126 static tcu::Vector<deInt64,2> toSubpixelVector (const tcu::IVec2& v) in toSubpixelVector() function
940 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy()) + widthOffset; in rasterize()
941 const tcu::Vector<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy()) + widthOffset; in rasterize()
948 …const tcu::Vector<deInt64,2> diamondPosition = LineRasterUtil::toSubpixelVector(m_curPos) + tcu::V… in rasterize()
1133 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy()); in rasterize()
1134 const tcu::Vector<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy()); in rasterize()
1141 …const tcu::Vector<deInt64,2> diamondPosition = LineRasterUtil::toSubpixelVector(m_curPos) + tcu::V… in rasterize()