Home
last modified time | relevance | path

Searched defs:smoothStep (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp72 inline float smoothStep (float edge0, float edge1, float x) in smoothStep() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12619 static T smoothStep(T e0, T e1, T val) in smoothStep() function