Home | History | Annotate | Download | only in referencerenderer

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)));
466 m_v0 = v0;
541 const float za = m_v0.z()-m_v2.z();
621 const tcu::Vec4 b0 = e12f * m_v0.w();
711 const float za = m_v0.z()-m_v2.z();
826 const tcu::Vec4 b0 = e12f * m_v0.w();
917 m_v0 = v0;
930 const bool isXMajor = de::abs((m_v1 - m_v0).x()) >= de::abs((m_v1 - m_v0).y());
935 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy()) + widthOffset;
968 const float za = m_v0.z();
1117 m_v0 = v0;
1128 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy());