Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp59 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); in lineLineIntersect() local
73 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); in lineLineIntersect() local

Completed in 4 milliseconds