Home
last modified time | relevance | path

Searched refs:I64Vec2 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp48 typedef tcu::Vector<deInt64, 2> I64Vec2; in lineLineIntersect() typedef
55 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()
2378 using tcu::I64Vec2;
2453 const I64Vec2 pixelCorners[4] =
2455 I64Vec2((pixe
[all...]
H A DtcuVectorType.hpp60 typedef Vector<deInt64, 2> I64Vec2; typedef

Completed in 3 milliseconds