Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp88 const float crossProduct = (u.x() * v.y() - u.y() * v.x()); in isTriangleClockwise() local
116 const float crossProduct = (line.x() * v.y() - line.y() * v.x()); in pixelNearLineSegment() local
179 const float crossProduct = (u.x() * v.y() - u.y() * v.x()); in triangleArea() local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp154 const deInt64 crossProduct = (u.x() * v.y() - u.y() * v.x()); in vertexOnLeftSideOfLine() local
163 const deInt64 crossProduct = (u.x() * v.y() - u.y() * v.x()); in vertexOnRightSideOfLine() local
172 const deInt64 crossProduct = (u.x() * v.y() - u.y() * v.x()); in vertexOnLine() local
246 const deInt64 crossProduct = (u.x() * v.y() - u.y() * v.x()); in doesLineSegmentExitDiamond() local
[all...]

Completed in 5 milliseconds