Lines Matching defs:far
1346 // not in the volume but still between near and far planes
1371 // not between the near and the far planes. These should be clipped
1884 const float far = 30000.0f;
1943 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far;
1995 const tcu::Vec4 p1 = tcu::Vec4(float(r1.x()) * far * w1, float(r1.y()) * far * w1, float(r1.z()) * far * w1, w1);
1996 const tcu::Vec4 p2 = tcu::Vec4(float(r2.x()) * far * w2, float(r2.y()) * far * w2, float(r2.z()) * far * w2, w2);