Home
last modified time | relevance | path

Searched refs:deFloatSmoothStep (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMath.h171 DE_INLINE float deFloatSmoothStep (float e0, float e1, float v) in deFloatSmoothStep() function
/external/deqp/framework/common/
DtcuVectorUtil.hpp461 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp13683 const float sstep (deFloatSmoothStep(edge0d, edge1d, xd)); in calc()