Searched refs:clippedV0 (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 253 const ClipVec4 clippedV0 = tcu::mix(v0, v1, ComponentPlane<+1, CompNdx>().clipLineSegmentEnd(v0, v1)); 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()
|
Completed in 4 milliseconds