Home
last modified time | relevance | path

Searched defs:crossProduct1 (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp55 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); in lineLineIntersect() local
69 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); in lineLineIntersect() local