Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dfunc_common.inl583 GLM_FUNC_QUALIFIER genType step(genType edge, genType x)
589 GLM_FUNC_QUALIFIER vecType<T, P> step(T edge, vecType<T, P> const & x) argument
595 GLM_FUNC_QUALIFIER vecType<T, P> step(vecType<T, P> const & edge, vecType<T, P> const & x)
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dsimd_vec4.inl454 detail::fvec4SIMD const & edge,
464 float const & edge,
/device/generic/vulkan-cereal/third-party/glm/include/glm/simd/
Dcommon.h199 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) in glm_vec4_step()