Lines Matching defs: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)));
468 m_v0 = v0;
547 const float za = m_v0.z()-m_v2.z();
627 const tcu::Vec4 b0 = e12f * m_v0.w();
705 const float za = m_v0.z()-m_v2.z();
823 const tcu::Vec4 b0 = e12f * m_v0.w();
916 m_v0 = v0;
921 int xDelta = (m_v1 - m_v0).x() > 0 ? 1 : -1;
922 int yDelta = (m_v1 - m_v0).y() > 0 ? 1 : -1;
938 const bool isXMajor = de::abs((m_v1 - m_v0).x()) >= de::abs((m_v1 - m_v0).y());
943 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy(), m_subpixelBits) + widthOffset;
948 int xDelta = (m_v1 - m_v0).x() > 0 ? 1 : -1;
949 int yDelta = (m_v1 - m_v0).y() > 0 ? 1 : -1;
984 const float za = m_v0.z();
1136 m_v0 = v0;
1147 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy(), m_subpixelBits);