Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp866 float calculateIntersectionParameter (const tcu::Vec2 line[2], float w, int componentNdx) in calculateIntersectionParameter() function
882 const float t = calculateIntersectionParameter(line, w * (float)sign, component); in applyClippingBox()