Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp54 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x()); in lineLineIntersect() local
68 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x()); in lineLineIntersect() local