Home
last modified time | relevance | path

Searched refs:smoothStep (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp71 inline float smoothStep (float edge0, float edge1, float x) in smoothStep() function
461 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp126 DEFINE_FLOAT_FLOAT_VEC_FUNCTION (smoothStepFloatFloatVec, smoothStep) in DEFINE_VEC_FLOAT_FUNCTION()
814 DECLARE_TERNARY_GENTYPE_FUNCS(smoothStep) in DECLARE_VEC_FLOAT_FUNCS()
1126 …f, 1.0f), Value(GT, -1.0f, 1.0f), 0.5f, 0.5f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(smoothStep) ) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp140 res[i] = smoothStep(s0, s1, v[i]); in smoothStepScalarScalarVec()
1178 DECLARE_TERNARY_GENTYPE_FUNCS(smoothStep) in DECLARE_VEC_FLOAT_FUNCS()
1738 …f, 1.0f), Value(GT, -1.0f, 1.0f), 0.5f, 0.5f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(smoothStep) ) in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp155 res[i] = smoothStep(s0, s1, v[i]); in smoothStepScalarScalarVec()
1237 DECLARE_TERNARY_GENTYPE_FUNCS(smoothStep) in DECLARE_VEC_FLOAT_FUNCS()
1770 …f, 1.0f), Value(GT, -1.0f, 1.0f), 0.5f, 0.5f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(smoothStep) ) in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12277 static T smoothStep(T e0, T e1, T val);
12649 static T smoothStep(T e0, T e1, T val) in smoothStep() function
14512 return new FunctionObject::tenaryByComponent(function, "smoothstep", Math::smoothStep, in getFunctionObject()
14520 return new FunctionObject::tenaryByComponent(function, "smoothstep", Math::smoothStep, in getFunctionObject()