/external/eigen/unsupported/test/ |
D | cxx11_tensor_map.cpp | 89 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
|
D | cxx11_tensor_fixed_size.cpp | 157 TensorFixedSize<float, Sizes<2, 3>, RowMajor> mat4; in test_2d() local 204 TensorFixedSize<float, Sizes<2, 3, 7>, RowMajor> mat4; in test_3d() local
|
D | cxx11_tensor_assign.cpp | 96 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
|
D | cxx11_tensor_expr.cpp | 91 Tensor<float, 2, RowMajor> mat4(2,3); in test_2d() local 128 Tensor<float, 3, RowMajor> mat4(2,3,7); in test_3d() local
|
D | cxx11_tensor_contraction.cpp | 30 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/ |
D | Initialize.cpp | 155 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat.hpp | 442 typedef mat4x4 mat4; typedef
|
/external/eigen/test/ |
D | geo_transformations.cpp | 211 Matrix4 mat4; in transformations() local
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2707 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 2686 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
|