Searched refs:I64Vec2 (Results 1 – 2 of 2) sorted by relevance
48 typedef tcu::Vector<deInt64, 2> I64Vec2; in lineLineIntersect() typedef55 const I64Vec2 line = line0End - line0Beg; in lineLineIntersect()56 const I64Vec2 v0 = line1Beg - line0Beg; in lineLineIntersect()57 const I64Vec2 v1 = line1End - line0Beg; in lineLineIntersect()69 const I64Vec2 line = line1End - line1Beg; in lineLineIntersect()70 const I64Vec2 v0 = line0Beg - line1Beg; in lineLineIntersect()71 const I64Vec2 v1 = line0End - line1Beg; in lineLineIntersect()2373 using tcu::I64Vec2; in calculateTriangleCoverage()2448 const I64Vec2 pixelCorners[4] = in calculateTriangleCoverage()2450 I64Vec2((pixel.x()+0) * numSubPixels, (pixel.y()+0) * numSubPixels), in calculateTriangleCoverage()[all …]
54 typedef Vector<deInt64, 2> I64Vec2; typedef