Searched refs:deFloatSmoothStep (Results 1 – 4 of 4) 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)
15684 const float sstep (deFloatSmoothStep(edge0d, edge1d, xd)); in calc()