Searched refs:approximatedClipPoint (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); local
300 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); local
324 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
372 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); local
375 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
396 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); local
399 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);

Completed in 194 milliseconds