Searched refs:smoothStep (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 71 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/ |
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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 140 res[i] = smoothStep(s0, s1, v[i]); in smoothStepScalarScalarVec() 1177 DECLARE_TERNARY_GENTYPE_FUNCS(smoothStep) in DECLARE_VEC_FLOAT_FUNCS() 1737 …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()
|