Home | History | Annotate | Download | only in functional

Lines Matching refs:wMin

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