Searched refs:mwx (Results 1 – 1 of 1) sorted by relevance
2124 const float mwx = deFloatAbs(dwdx); in computeLodBoundsFromDerivates() local2134 const float fxMin = de::max(de::max(mux, mvx), mwx); in computeLodBoundsFromDerivates()2139 const float fxMax = sqrt2 * (mux + mvx + mwx); in computeLodBoundsFromDerivates()