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