HomeSort by relevance Sort by last modified time
    Searched refs:outerProduct_trait (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
func_matrix.hpp 64 struct outerProduct_trait<T, P, tvec2, tvec2>
70 struct outerProduct_trait<T, P, tvec2, tvec3>
76 struct outerProduct_trait<T, P, tvec2, tvec4>
82 struct outerProduct_trait<T, P, tvec3, tvec2>
88 struct outerProduct_trait<T, P, tvec3, tvec3>
94 struct outerProduct_trait<T, P, tvec3, tvec4>
100 struct outerProduct_trait<T, P, tvec4, tvec2>
106 struct outerProduct_trait<T, P, tvec4, tvec3>
112 struct outerProduct_trait<T, P, tvec4, tvec4>
143 GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vecTypeA<T, P> const & c, vecTypeB<T, P> const & r)
    [all...]
type_mat.hpp 51 struct outerProduct_trait{};
    [all...]

Completed in 157 milliseconds