/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 | 156 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
|
/external/eigen/test/ |
D | geo_transformations.cpp | 211 Matrix4 mat4; in transformations() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1176 void RenderbufferCase::constructOrthoProjMatrix(GLfloat* mat4, GLfloat l, GLfloat r, GLfloat b, GLf… in constructOrthoProjMatrix()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 45 typedef tcu::Mat4 mat4; typedef
|
D | gl4cEnhancedLayoutsTests.hpp | 121 static const Type mat4; member
|
D | gl4cComputeShaderTests.cpp | 53 typedef Mat4 mat4; typedef
|
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 47 typedef tcu::Mat4 mat4; typedef
|
D | gl4cShaderStorageBufferObjectTests.cpp | 43 typedef tcu::Mat4 mat4; typedef
|
D | gl4cShaderImageLoadStoreTests.cpp | 52 typedef tcu::Mat4 mat4; typedef
|
D | gl4cEnhancedLayoutsTests.cpp | 163 const Type Type::mat4 = Type::GetType(Type::Float, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderImageLoadStoreTests.cpp | 43 typedef tcu::Mat4 mat4; typedef
|
D | es31cComputeShaderTests.cpp | 53 typedef Mat4 mat4; typedef
|
D | es31cShaderStorageBufferObjectTests.cpp | 44 typedef tcu::Mat4 mat4; typedef
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2752 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 | 3450 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
|