Searched defs:normalDir (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp357 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed); local
358 const deInt64 normalLen2 = tcu::lengthSquared(normalDir);
360 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp360 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed); local
361 const deInt64 normalLen2 = tcu::lengthSquared(normalDir);
363 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;

Completed in 288 milliseconds