Searched refs:deFloatSmoothStep (Results 1 – 3 of 3) sorted by relevance
248 DE_INLINE float deFloatSmoothStep (float e0, float e1, float v) in deFloatSmoothStep() function
488 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
15669 const float sstep (deFloatSmoothStep(edge0d, edge1d, xd)); in calc()