Home
last modified time | relevance | path

Searched refs:glm_vec4_smoothstep (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dcommon.h205 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4 edge1, glm_vec4 x) in glm_vec4_smoothstep() function
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common_simd.inl224 result.data = glm_vec4_smoothstep(edge0.data, edge1.data, x.data);