Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:m_v1

100 	const tcu::Vector<deInt64,2>	m_v1;
104 , m_v1(v1)
110 return m_v1 - m_v0;
184 const tcu::Vector<deInt64,2> u2 = ( p - l.m_v1);
339 if (p != line.m_v0 && p != line.m_v1)
359 const bool endIsOutside = !corners[ndx].pointInclusive || p != line.m_v1;
367 if (p == line.m_v1)
420 m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) ||
421 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)));
467 m_v1 = v1;
542 const float zb = m_v1.z()-m_v2.z();
622 const tcu::Vec4 b1 = e20f * m_v1.w();
712 const float zb = m_v1.z()-m_v2.z();
827 const tcu::Vec4 b1 = e20f * m_v1.w();
918 m_v1 = v1;
930 const bool isXMajor = de::abs((m_v1 - m_v0).x()) >= de::abs((m_v1 - m_v0).y());
936 const tcu::Vector<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy()) + widthOffset;
969 const float zb = m_v1.z();
1118 m_v1 = v1;
1129 const tcu::Vector<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy());