Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp264 const bool limitValueCouldOverflow = ((64 - deClz64(lineLengthSquared)) + (64 - deClz64(broadRejectDistanceSquared))) > 63; in doesLineSegmentExitDiamond() local
265 const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectDistanceSquared); // avoid overflow in doesLineSegmentExitDiamond()
268 if (crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()
272 if (!crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()

Completed in 4 milliseconds