Home
last modified time | relevance | path

Searched refs:Matrix4d (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/interop/eigen/
Dcore.hpp51 inline double16_ eigen_matrix4d_to_double16(const Eigen::Matrix4d &matrix) in eigen_matrix4d_to_double16()
70 BOOST_COMPUTE_TYPE_NAME(Eigen::Matrix4d, double16)
/third_party/boost/boost/compute/interop/eigen/
Dcore.hpp51 inline double16_ eigen_matrix4d_to_double16(const Eigen::Matrix4d &matrix) in eigen_matrix4d_to_double16()
70 BOOST_COMPUTE_TYPE_NAME(Eigen::Matrix4d, double16)
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp525 typedef Matrix<double, 4, 4> Matrix4d; typedef
536 typedef Matrix4d Mat4d;
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp386 template <> struct DataTypeTraits<tcu::Matrix4d> { enum { DATATYPE = TYPE_DOUBLE_MAT4 }; };
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4912 ExprP<Matrix4d> mat = args.a; in doExpand()
5228 class Inverse64bit<4> : public DerivedFunc<Signature<Matrix4d, Matrix4d> >
5237 ExprP<Matrix4d> mat = args.a; in doExpand()