OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoothStep
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuVectorUtil.hpp
72
inline float
smoothStep
(float edge0, float edge1, float x)
463
TCU_DECLARE_VECTOR_TERNARY_FUNC(
smoothStep
, deFloatSmoothStep)
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
126
DEFINE_FLOAT_FLOAT_VEC_FUNCTION (smoothStepFloatFloatVec,
smoothStep
)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
155
res[i] =
smoothStep
(s0, s1, v[i]);
[
all
...]
Completed in 194 milliseconds