Home
last modified time | relevance | path

Searched full:m (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/device/google/redbull-kernel/sm7250/original-kernel-headers/media/
Dmsm_media_info.h122 * M M M M M M M M M M M M . . ^ ^
123 * M M M M M M M M M M M M . . | |
124 * M M M M M M M M M M M M . . Height |
125 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
126 * M M M M M M M M M M M M . . | |
127 * M M M M M M M M M M M M . . | |
128 * M M M M M M M M M M M M . . | |
129 * M M M M M M M M M M M M . . V |
149 * M M M M M M M M M M M M . . ^
150 * M M M M M M M M M M M M . . |
[all …]
/device/google/redbull-kernel/sm7250/kernel-headers/media/
Dmsm_media_info.h122 * M M M M M M M M M M M M . . ^ ^
123 * M M M M M M M M M M M M . . | |
124 * M M M M M M M M M M M M . . Height |
125 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
126 * M M M M M M M M M M M M . . | |
127 * M M M M M M M M M M M M . . | |
128 * M M M M M M M M M M M M . . | |
129 * M M M M M M M M M M M M . . V |
149 * M M M M M M M M M M M M . . ^
150 * M M M M M M M M M M M M . . |
[all …]
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dmsm_media_info.h183 * M M M M M M M M M M M M . . ^ ^
184 * M M M M M M M M M M M M . . | |
185 * M M M M M M M M M M M M . . Height |
186 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
187 * M M M M M M M M M M M M . . | |
188 * M M M M M M M M M M M M . . | |
189 * M M M M M M M M M M M M . . | |
190 * M M M M M M M M M M M M . . V |
210 * M M M M M M M M M M M M . . ^
211 * M M M M M M M M M M M M . . |
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/media/
Dmsm_media_info.h183 * M M M M M M M M M M M M . . ^ ^
184 * M M M M M M M M M M M M . . | |
185 * M M M M M M M M M M M M . . Height |
186 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
187 * M M M M M M M M M M M M . . | |
188 * M M M M M M M M M M M M . . | |
189 * M M M M M M M M M M M M . . | |
190 * M M M M M M M M M M M M . . V |
210 * M M M M M M M M M M M M . . ^
211 * M M M M M M M M M M M M . . |
[all …]
/device/google/sunfish-kernel/sm7150/kernel-headers/media/
Dmsm_media_info.h183 * M M M M M M M M M M M M . . ^ ^
184 * M M M M M M M M M M M M . . | |
185 * M M M M M M M M M M M M . . Height |
186 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
187 * M M M M M M M M M M M M . . | |
188 * M M M M M M M M M M M M . . | |
189 * M M M M M M M M M M M M . . | |
190 * M M M M M M M M M M M M . . V |
210 * M M M M M M M M M M M M . . ^
211 * M M M M M M M M M M M M . . |
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dmsm_media_info.h183 * M M M M M M M M M M M M . . ^ ^
184 * M M M M M M M M M M M M . . | |
185 * M M M M M M M M M M M M . . Height |
186 * M M M M M M M M M M M M . . | Meta_Y_Scanlines
187 * M M M M M M M M M M M M . . | |
188 * M M M M M M M M M M M M . . | |
189 * M M M M M M M M M M M M . . | |
190 * M M M M M M M M M M M M . . V |
210 * M M M M M M M M M M M M . . ^
211 * M M M M M M M M M M M M . . |
[all …]
/device/generic/vulkan-cereal/include/glm/gtc/
Dmatrix_inverse.inl7 GLM_FUNC_QUALIFIER tmat3x3<T, P> affineInverse(tmat3x3<T, P> const & m) argument
9 tmat2x2<T, P> const Inv(inverse(tmat2x2<T, P>(m)));
14 tvec3<T, P>(-Inv * tvec2<T, P>(m[2]), static_cast<T>(1)));
18 GLM_FUNC_QUALIFIER tmat4x4<T, P> affineInverse(tmat4x4<T, P> const & m) argument
20 tmat3x3<T, P> const Inv(inverse(tmat3x3<T, P>(m)));
26 tvec4<T, P>(-Inv * tvec3<T, P>(m[3]), static_cast<T>(1)));
30 GLM_FUNC_QUALIFIER tmat2x2<T, P> inverseTranspose(tmat2x2<T, P> const & m) argument
32 T Determinant = m[0][0] * m[1][1] - m[1][0] * m[0][1];
35 + m[1][1] / Determinant,
36 - m[0][1] / Determinant,
[all …]
/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_matrix.inl28 GLM_FUNC_QUALIFIER static tmat2x2<T, P> call(tmat2x2<T, P> const & m)
31 result[0][0] = m[0][0];
32 result[0][1] = m[1][0];
33 result[1][0] = m[0][1];
34 result[1][1] = m[1][1];
42 GLM_FUNC_QUALIFIER static tmat3x2<T, P> call(tmat2x3<T, P> const & m)
45 result[0][0] = m[0][0];
46 result[0][1] = m[1][0];
47 result[1][0] = m[0][1];
48 result[1][1] = m[1][1];
[all …]
Dtype_mat3x3.inl24 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, P> const & m) argument
26 this->value[0] = m.value[0];
27 this->value[1] = m.value[1];
28 this->value[2] = m.value[2];
34 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, Q> const & m) argument
36 this->value[0] = m.value[0];
37 this->value[1] = m.value[1];
38 this->value[2] = m.value[2];
116 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<U, Q> const & m) argument
118 this->value[0] = col_type(m[0]);
[all …]
Dtype_mat4x2.inl30 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, P> const & m) argument
32 this->value[0] = m.value[0];
33 this->value[1] = m.value[1];
34 this->value[2] = m.value[2];
35 this->value[3] = m.value[3];
41 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, Q> const & m) argument
43 this->value[0] = m.value[0];
44 this->value[1] = m.value[1];
45 this->value[2] = m.value[2];
46 this->value[3] = m.value[3];
[all …]
Dtype_mat4x3.inl23 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, P> const & m) argument
25 this->value[0] = m.value[0];
26 this->value[1] = m.value[1];
27 this->value[2] = m.value[2];
28 this->value[3] = m.value[3];
34 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, Q> const & m) argument
36 this->value[0] = m.value[0];
37 this->value[1] = m.value[1];
38 this->value[2] = m.value[2];
39 this->value[3] = m.value[3];
[all …]
Dtype_mat2x2.inl23 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, P> const & m) argument
25 this->value[0] = m.value[0];
26 this->value[1] = m.value[1];
32 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, Q> const & m) argument
34 this->value[0] = m.value[0];
35 this->value[1] = m.value[1];
93 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<U, Q> const & m) argument
95 this->value[0] = col_type(m[0]);
96 this->value[1] = col_type(m[1]);
100 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x3<T, P> const & m) argument
[all …]
Dtype_mat3x2.inl22 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, P> const & m) argument
24 this->value[0] = m.value[0];
25 this->value[1] = m.value[1];
26 this->value[2] = m.value[2];
32 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, Q> const & m) argument
34 this->value[0] = m.value[0];
35 this->value[1] = m.value[1];
36 this->value[2] = m.value[2];
114 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<U, Q> const & m) argument
116 this->value[0] = col_type(m[0]);
[all …]
Dtype_mat4x4.inl25 GLM_FUNC_QUALIFIER tmat4x4<T, P>::tmat4x4(tmat4x4<T, P> const & m) argument
27 this->value[0] = m[0];
28 this->value[1] = m[1];
29 this->value[2] = m[2];
30 this->value[3] = m[3];
36 GLM_FUNC_QUALIFIER tmat4x4<T, P>::tmat4x4(tmat4x4<T, Q> const & m) argument
38 this->value[0] = m[0];
39 this->value[1] = m[1];
40 this->value[2] = m[2];
41 this->value[3] = m[3];
[all …]
Dtype_mat3x4.inl22 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, P> const & m) argument
24 this->value[0] = m.value[0];
25 this->value[1] = m.value[1];
26 this->value[2] = m.value[2];
32 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, Q> const & m) argument
34 this->value[0] = m.value[0];
35 this->value[1] = m.value[1];
36 this->value[2] = m.value[2];
114 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<U, Q> const & m) argument
116 this->value[0] = col_type(m[0]);
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/
Dgmock-function-mocker.h72 template <int N, int M>
73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() argument
74 return N <= M && internal::PrefixOf(prefix, str); in StartsWith()
77 template <int N, int M>
78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() argument
79 return N <= M && internal::PrefixOf(suffix, str + M - N); in EndsWith()
82 template <int N, int M>
83 constexpr bool Equals(const char (&a)[N], const char (&b)[M]) { in Equals() argument
84 return N == M && internal::PrefixOf(a, b); in Equals()
352 #define MOCK_METHOD0(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 0, __VA_ARGS__) argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Demulated_builtin_function_data_hlsl.json770 "When accessing the parameter matrix with m[a][b] it can be thought of so",
782 "in float2x2 m"
785 "float2x2 cof = { m[1][1], -m[0][1], -m[1][0], m[0][0] };",
786 "return cof / determinant(transpose(m));"
796 "in float3x3 m"
799 "float cof00 = m[1][1] * m[2][2] - m[2][1] * m[1][2];",
800 "float cof01 = -(m[1][0] * m[2][2] - m[2][0] * m[1][2]);",
801 "float cof02 = m[1][0] * m[2][1] - m[2][0] * m[1][1];",
802 "float cof10 = -(m[0][1] * m[2][2] - m[2][1] * m[0][2]);",
803 "float cof11 = m[0][0] * m[2][2] - m[2][0] * m[0][2];",
[all …]
Demulated_builtin_functions_hlsl_autogen.cpp454 // When accessing the parameter matrix with m[a][b] it can be thought of so
463 "float2x2 inverse_emu(in float2x2 m)\n"
465 " float2x2 cof = { m[1][1], -m[0][1], -m[1][0], m[0][0] };\n"
466 " return cof / determinant(transpose(m));\n"
470 "float3x3 inverse_emu(in float3x3 m)\n"
472 " float cof00 = m[1][1] * m[2][2] - m[2][1] * m[1][2];\n"
473 " float cof01 = -(m[1][0] * m[2][2] - m[2][0] * m[1][2]);\n"
474 " float cof02 = m[1][0] * m[2][1] - m[2][0] * m[1][1];\n"
475 " float cof10 = -(m[0][1] * m[2][2] - m[2][1] * m[0][2]);\n"
476 " float cof11 = m[0][0] * m[2][2] - m[2][0] * m[0][2];\n"
[all …]
/device/generic/vulkan-cereal/include/glm/simd/
Dmatrix.h34 GLM_FUNC_QUALIFIER glm_vec4 glm_mat4_mul_vec4(glm_vec4 const m[4], glm_vec4 v) in glm_mat4_mul_vec4()
41 __m128 m0 = _mm_mul_ps(m[0], v0); in glm_mat4_mul_vec4()
42 __m128 m1 = _mm_mul_ps(m[1], v1); in glm_mat4_mul_vec4()
43 __m128 m2 = _mm_mul_ps(m[2], v2); in glm_mat4_mul_vec4()
44 __m128 m3 = _mm_mul_ps(m[3], v3); in glm_mat4_mul_vec4()
53 GLM_FUNC_QUALIFIER __m128 glm_vec4_mul_mat4(glm_vec4 v, glm_vec4 const m[4]) in glm_vec4_mul_mat4()
55 __m128 i0 = m[0]; in glm_vec4_mul_mat4()
56 __m128 i1 = m[1]; in glm_vec4_mul_mat4()
57 __m128 i2 = m[2]; in glm_vec4_mul_mat4()
58 __m128 i3 = m[3]; in glm_vec4_mul_mat4()
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt15 [==========] Running 89 tests from 42 test suites.
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
20 [ RUN ] ADeathTest.ShouldRunFirst
21 [ OK ] ADeathTest.ShouldRunFirst
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
23 [ RUN ] ATypedDeathTest/0.ShouldRunFirst
24 [ OK ] ATypedDeathTest/0.ShouldRunFirst
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
26 [ RUN ] ATypedDeathTest/1.ShouldRunFirst
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXthreads.h51 # define xmutex_init(m) mutex_init(m) argument
52 # define xmutex_clear(m) mutex_clear(m) argument
53 # define xmutex_lock(m) mutex_lock(m) argument
54 # define xmutex_unlock(m) mutex_unlock(m) argument
55 # define xmutex_set_name(m,str) mutex_set_name(m,str) argument
58 # define xcondition_wait(cv,m) condition_wait(cv,m) argument
87 # define xmutex_init(m) mutex_init(m,USYNC_THREAD,0) argument
88 # define xmutex_clear(m) mutex_destroy(m) argument
89 # define xmutex_lock(m) mutex_lock(m) argument
90 # define xmutex_unlock(m) mutex_unlock(m) argument
[all …]
/device/generic/vulkan-cereal/include/glm/gtx/
Dsimd_mat4.inl88 mat4 const & m argument
91 this->Data[0] = fvec4SIMD(m[0]);
92 this->Data[1] = fvec4SIMD(m[1]);
93 this->Data[2] = fvec4SIMD(m[2]);
94 this->Data[3] = fvec4SIMD(m[3]);
114 fmat4x4SIMD const & m argument
117 this->Data[0] = m[0];
118 this->Data[1] = m[1];
119 this->Data[2] = m[2];
120 this->Data[3] = m[3];
[all …]
Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) argument
10 for(length_t i = 0; result && i < m.length() ; ++i)
11 result = isNull(m[i], epsilon);
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) argument
19 for(length_t i = 0; result && i < m.length() ; ++i)
20 result = isNull(m[i], epsilon);
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) argument
28 for(length_t i = 0; result && i < m.length() ; ++i)
29 result = isNull(m[i], epsilon);
34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) argument
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/images/
Dsparseimage_alignedmipsize.svg223M 13.229167,21.833334 H 66.145833 V 74.75 H 13.229167 Z m 5.291667,0 V 74.75 M 29.104167,21.833334…
228M 71.437501,21.833335 H 124.35416 V 74.75 H 71.437501 Z m 5.291667,0 V 74.75 M 87.312501,21.833335…
233M 129.64583,21.833334 H 182.5625 V 74.75 h -52.91667 z m 5.29167,0 V 74.75 M 145.52083,21.833334 V…
238M 13.229167,80.041667 H 39.687305 V 106.49981 H 13.229167 Z m 5.291628,0 v 26.458143 m 5.291627,-2…
243M 71.437501,80.041667 H 97.895639 V 106.49981 H 71.437501 Z m 5.291628,0 v 26.458143 m 5.291627,-2…
248m 129.64583,80.041667 h 26.45814 v 26.458143 h -26.45814 z m 5.29163,0 v 26.458143 m 5.29163,-26.4…
253m 13.229167,111.79167 15.875001,-3e-5 v 26.45815 l -15.875001,3e-5 z m 5.291629,0 v 26.45815 m 5.2…
259m 71.437501,111.79167 15.875001,-3e-5 v 26.45815 l -15.875001,3e-5 z m 5.291628,0 v 26.45815 m 5.2…
265m 129.64583,111.79167 15.875,-3e-5 v 26.45815 l -15.875,3e-5 z m 5.29163,0 v 26.45815 m 5.29162,-2…
Dsparseimage.svg256M 11.90626,21.833365 H 64.822927 V 74.750031 H 11.90626 Z m 5.291667,0 V 74.750031 M 27.78126,21.8…
261M 70.114593,21.833366 H 123.03125 V 74.750031 H 70.114593 Z m 5.29167,0 V 74.750031 M 85.989596,21…
266m 128.32292,21.833365 h 52.91667 v 52.916666 h -52.91667 z m 5.29167,0 v 52.916666 m 10.58333,-52.…
271M 11.90626,80.041698 H 38.364398 V 106.49984 H 11.90626 Z m 5.291628,0 V 106.49984 M 22.489515,80.…
276M 70.114593,80.041698 H 96.572734 V 106.49984 H 70.114593 Z m 5.29163,0 V 106.49984 M 80.69785,80.…
281m 128.32292,80.041698 h 26.45814 v 26.458142 h -26.45814 z m 5.29163,0 v 26.458142 m 5.29163,-26.4…
286 d="m 11.90626,148.83337 h 10.583332 v 5.29167 H 11.90626 Z m 5.291667,0 v 5.29167"
291 …d="m 18.52084,143.54172 h 3.96875 V 132.95838 H 11.90626 v 3.96875 m 5.29166,0 v -3.96875 m 1.3229…
296 …d="m 17.19792,143.54172 v -6.61459 m 1.32292,1.32292 h -6.61458 m 6.61458,5.29167 h -6.61458 v -6.…
301 …d="m 11.90626,114.43753 v 13.22916 H 25.13542 V 114.43753 H 11.90626 m 5.291659,0 v 13.22916 m 5.2…
[all …]

12345678910>>...35