Searched defs:edge1 (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | intersect.inl | 76 genType edge1 = vert1 - vert0; local
|
D | simd_vec4.inl | 475 detail::fvec4SIMD const & edge1, 485 float const & edge1,
|
/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 …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/ |
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()
|