HomeSort by relevance Sort by last modified time
    Searched refs:deFloatMix (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.h 166 DE_INLINE float deFloatMix (float a, float b, float t) { return a*(1.0f-t) + b*t; }
  /external/deqp/framework/common/
tcuVectorUtil.hpp 211 res.m_data[i] = deFloatMix(x.m_data[i], y.m_data[i], a);
461 TCU_DECLARE_VECTOR_TERNARY_FUNC(mix, deFloatMix)

Completed in 33 milliseconds