Lines Matching refs:wMin
96 const float wMin = de::max(0.0f, bbox.min.w()); // clamp to w=0 as extension requires100 retVal.min = tcu::min(bbox.min.swizzle(0, 1, 2) / wMin,102 retVal.max = tcu::max(bbox.max.swizzle(0, 1, 2) / wMin,