Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:Vec2

121 static tcu::Vector<deInt64,2> toSubpixelVector (const tcu::Vec2& v)
1034 const tcu::Vec2 lineVec = tcu::Vec2(tcu::Vec4(v1).xy()) - tcu::Vec2(tcu::Vec4(v0).xy());
1035 const tcu::Vec2 normal2 = tcu::normalize(tcu::Vec2(-lineVec[1], lineVec[0]));