Searched refs:smoothStep (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 72 inline float smoothStep (float edge0, float edge1, float x) in smoothStep() function 488 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 126 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/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 155 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/ |
D | gl4cGPUShaderFP64Tests.cpp | 12277 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()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 128 res[i] = smoothStep(s0, s1, v[i]); in smoothStepScalarScalarVec()
|