Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h248 DE_INLINE float deFloatSmoothStep (float e0, float e1, float v) in deFloatSmoothStep() function
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp488 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15669 const float sstep (deFloatSmoothStep(edge0d, edge1d, xd)); in calc()