Searched defs:edge0 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_common.inl | 602 GLM_FUNC_QUALIFIER genType smoothstep(genType edge0, genType edge1, genType x) 611 GLM_FUNC_QUALIFIER vecType<T, P> smoothstep(T edge0, T edge1, vecType<T, P> const & x) argument 617 …GLM_FUNC_QUALIFIER vecType<T, P> smoothstep(vecType<T, P> const & edge0, vecType<T, P> const & edg…
|
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | common.h | 205 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4 edge1, glm_vec4 x) in glm_vec4_smoothstep()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | simd_vec4.inl | 474 detail::fvec4SIMD const & edge0, 484 float const & edge0,
|