Home | History | Annotate | Download | only in gtx

Lines Matching full:detail

42 #include "../detail/setup.hpp"
47 # include "../detail/intrinsic_matrix.hpp"
58 namespace detail
156 }//namespace detail
158 typedef detail::fmat4x4SIMD simdMat4;
166 detail::fmat4x4SIMD const & x);
171 detail::fmat4x4SIMD matrixCompMult(
172 detail::fmat4x4SIMD const & x,
173 detail::fmat4x4SIMD const & y);
179 detail::fmat4x4SIMD outerProduct(
180 detail::fvec4SIMD const & c,
181 detail::fvec4SIMD const & r);
185 detail::fmat4x4SIMD transpose(
186 detail::fmat4x4SIMD const & x);
191 detail::fmat4x4SIMD const & m);
195 detail::fmat4x4SIMD inverse(
196 detail::fmat4x4SIMD const & m);