Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DCommon.h167 struct mat4 struct
181 mat4() { } in mat4() argument
183 mat4( in mat4() function
195 mat4( in mat4() function
231 static mat4 RotationY(float angle) in RotationY() argument
241 static mat4 Perspective(float fovY, float aspectRatio, float zNear, float zFar) in Perspective() argument
252 static mat4 LookAt(vec3 at, vec3 eye, vec3 up) in LookAt() argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_map.cpp89 TensorMap<const Tensor<int, 2, RowMajor> > mat4(mat2.data(), 2, 3); in test_2d() local
133 TensorMap<const Tensor<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
H A 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
H A 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
H A 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
H A Dcxx11_tensor_expr.cpp93 Tensor<float, 2, RowMajor> mat4(2,3); in test_2d() local
130 Tensor<float, 3, RowMajor> mat4(2,3,7); in test_3d() local
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp273 Matrix4 mat4; in RENDERTHREAD_TEST() local
314 Matrix4 mat4; in RENDERTHREAD_TEST() local
335 Matrix4 mat4; in RENDERTHREAD_TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dscalar.rs3 pub mod mat4; module
Dsse2.rs3 pub mod mat4; module
Dwasm32.rs3 pub mod mat4; module
Dcoresimd.rs3 pub mod mat4; module
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dmm_plus_mm.py204 def tuned_mm_plus_mm(mat1, mat2, mat3, mat4, *, layout=None): argument
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DVkFunctorDrawable.cpp70 SkM44 mat4(mMatrix); in draw() local
H A DVkInteropFunctorDrawable.cpp133 SkM44 mat4(canvas->getLocalToDevice()); in onDraw() local
H A DGLFunctorDrawable.cpp94 SkM44 mat4(canvas->getLocalToDevice()); in onDraw() local
H A DSkiaDisplayList.cpp120 Matrix4 mat4(child.getRecordedMatrix()); in prepareListAndChildren() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DMatrix.h246 typedef Matrix4 mat4; typedef
/aosp_15_r20/external/ruy/ruy/
H A Dprepacked_cache_test.cc173 PEMat mat4 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Daffine3.rs301 let mat4 = $mat4::from(m0); localVariable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef

123