Searched refs:clippedV0 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 249 …const ClipVec4 clippedV0 = tcu::mix(v0, v1, ComponentPlane<+1, CompNdx>().clipLineSegmentEnd(v0, v… in getLineIntersectionPoint() local 251 const ClipFloat clipRatio = clipLineSegmentEnd(clippedV0, clippedV1); in getLineIntersectionPoint() 255 return tcu::mix(clippedV0, clippedV1, clipRatio); in getLineIntersectionPoint() 258 const ClipFloat complementClipRatio = clipLineSegmentEnd(clippedV1, clippedV0); in getLineIntersectionPoint() 259 return tcu::mix(clippedV1, clippedV0, complementClipRatio); in getLineIntersectionPoint()
|