Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp264 …const bool limitValueCouldOverflow = ((64 - deClz64(lineLengthSquared)) + (64 - deClz64(broadRej… in doesLineSegmentExitDiamond() local
265 …const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectD… in doesLineSegmentExitDiamond()
268 if (crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()
272 if (!crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()