Home
last modified time | relevance | path

Searched defs:edge1 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dintersect.inl76 genType edge1 = vert1 - vert0; local
Dsimd_vec4.inl475 detail::fvec4SIMD const & edge1,
485 float const & edge1,
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.inl602 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 …ER vecType<T, P> smoothstep(vecType<T, P> const & edge0, vecType<T, P> const & edge1, vecType<T, P…
/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()