Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp254 …const ClipVec4 clippedV1 = tcu::mix(v0, v1, ComponentPlane<-1, CompNdx>().clipLineSegmentEnd(v0, v… in getLineIntersectionPoint() local
255 const ClipFloat clipRatio = clipLineSegmentEnd(clippedV0, clippedV1); in getLineIntersectionPoint()
259 return tcu::mix(clippedV0, clippedV1, clipRatio); in getLineIntersectionPoint()
262 const ClipFloat complementClipRatio = clipLineSegmentEnd(clippedV1, clippedV0); in getLineIntersectionPoint()
263 return tcu::mix(clippedV1, clippedV0, complementClipRatio); in getLineIntersectionPoint()