Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp251 const ClipFloat clipRatio = clipLineSegmentEnd(clippedV0, clippedV1); in getLineIntersectionPoint() local
254 if (clipRatio <= (ClipFloat)0.5) in getLineIntersectionPoint()
255 return tcu::mix(clippedV0, clippedV1, clipRatio); in getLineIntersectionPoint()