Lines Matching refs:m_v0
99 const tcu::Vector<deInt64,2> m_v0;
103 : m_v0(v0)
110 return m_v1 - m_v0;
153 const tcu::Vector<deInt64,2> v = ( p - l.m_v0);
162 const tcu::Vector<deInt64,2> v = ( p - l.m_v0);
171 const tcu::Vector<deInt64,2> v = ( p - l.m_v0);
183 const tcu::Vector<deInt64,2> u1 = ( p - l.m_v0);
245 const tcu::Vector<deInt64,2> v = (diamondCenter - line.m_v0);
339 if (p != line.m_v0 && p != line.m_v1)
358 const bool startIsInside = corners[ndx].pointInclusive || p != line.m_v0;
390 if (p == line.m_v0)
418 const bool startVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) ||
419 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)));
467 m_v0 = v0;
546 const float za = m_v0.z()-m_v2.z();
626 const tcu::Vec4 b0 = e12f * m_v0.w();
716 const float za = m_v0.z()-m_v2.z();
831 const tcu::Vec4 b0 = e12f * m_v0.w();
922 m_v0 = v0;
935 const bool isXMajor = de::abs((m_v1 - m_v0).x()) >= de::abs((m_v1 - m_v0).y());
940 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy()) + widthOffset;
973 const float za = m_v0.z();
1122 m_v0 = v0;
1133 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy());