Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp263 const deInt64 lineLengthSquared = tcu::lengthSquared(u); in doesLineSegmentExitDiamond() local
264 const bool limitValueCouldOverflow = ((64 - deClz64(lineLengthSquared)) + (64 - deClz64(broadRejectDistanceSquared))) > 63; in doesLineSegmentExitDiamond()
265 const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectDistanceSquared); // avoid overflow in doesLineSegmentExitDiamond()

Completed in 3 milliseconds