Home
last modified time | relevance | path

Searched defs:mat4 (Results 1 – 20 of 20) 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.cpp156 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
/external/eigen/test/
Dgeo_transformations.cpp211 Matrix4 mat4; in transformations() local
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1176 void RenderbufferCase::constructOrthoProjMatrix(GLfloat* mat4, GLfloat l, GLfloat r, GLfloat b, GLf… in constructOrthoProjMatrix()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp45 typedef tcu::Mat4 mat4; typedef
Dgl4cEnhancedLayoutsTests.hpp121 static const Type mat4; member
Dgl4cComputeShaderTests.cpp53 typedef Mat4 mat4; typedef
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp47 typedef tcu::Mat4 mat4; typedef
Dgl4cShaderStorageBufferObjectTests.cpp43 typedef tcu::Mat4 mat4; typedef
Dgl4cShaderImageLoadStoreTests.cpp52 typedef tcu::Mat4 mat4; typedef
Dgl4cEnhancedLayoutsTests.cpp163 const Type Type::mat4 = Type::GetType(Type::Float, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp43 typedef tcu::Mat4 mat4; typedef
Des31cComputeShaderTests.cpp53 typedef Mat4 mat4; typedef
Des31cShaderStorageBufferObjectTests.cpp44 typedef tcu::Mat4 mat4; typedef
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2752 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3450 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function