Home
last modified time | relevance | path

Searched defs:mat4 (Results 1 – 10 of 10) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_map.cpp89 TensorMap<Tensor<const int, 2, RowMajor> > mat4(mat2.data(), 2, 3); in test_2d() local
133 TensorMap<Tensor<const int, 3, RowMajor> > mat4(mat2.data(), 2, 3, 7); in test_3d() local
177 TensorMap<Tensor<int, 3, RowMajor> > mat4(mat2); in test_from_tensor() local
Dcxx11_tensor_fixed_size.cpp157 TensorFixedSize<float, Sizes<2, 3>, RowMajor> mat4; in test_2d() local
204 TensorFixedSize<float, Sizes<2, 3, 7>, RowMajor> mat4; in test_3d() local
Dcxx11_tensor_assign.cpp96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d() local
156 TensorMap<Tensor<int, 3, RowMajor> > mat4(row_major, 2, 3, 7); in test_3d() local
Dcxx11_tensor_expr.cpp91 Tensor<float, 2, RowMajor> mat4(2,3); in test_2d() local
128 Tensor<float, 3, RowMajor> mat4(2,3,7); in test_3d() local
Dcxx11_tensor_contraction.cpp30 Tensor<float, 2, DataLayout> mat4(3,3); in test_evals() local
137 Tensor<float, 2, DataLayout> mat4(2, 2); in test_multidims() local
326 Tensor<float, 4, DataLayout> mat4(2, 1, 5, 5); in test_consistency() local
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp155 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat.hpp442 typedef mat4x4 mat4; typedef
/external/eigen/test/
Dgeo_transformations.cpp211 Matrix4 mat4; in transformations() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2707 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2686 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function