| /device/google/redbull-kernel/sm7250/original-kernel-headers/media/ |
| D | msm_media_info.h | 122 * 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/ |
| D | msm_media_info.h | 122 * 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/ |
| D | msm_media_info.h | 183 * 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/ |
| D | msm_media_info.h | 183 * 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/ |
| D | msm_media_info.h | 183 * 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/ |
| D | msm_media_info.h | 183 * 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/ |
| D | matrix_inverse.inl | 7 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/ |
| D | func_matrix.inl | 28 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 …]
|
| D | type_mat3x3.inl | 24 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 …]
|
| D | type_mat4x2.inl | 30 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 …]
|
| D | type_mat4x3.inl | 23 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 …]
|
| D | type_mat2x2.inl | 23 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 …]
|
| D | type_mat3x2.inl | 22 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 …]
|
| D | type_mat4x4.inl | 25 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 …]
|
| D | type_mat3x4.inl | 22 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/ |
| D | gmock-function-mocker.h | 72 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/ |
| D | emulated_builtin_function_data_hlsl.json | 770 "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 …]
|
| D | emulated_builtin_functions_hlsl_autogen.cpp | 454 // 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/ |
| D | matrix.h | 34 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/ |
| D | googletest-output-test-golden-lin.txt | 15 [0;32m[==========] [mRunning 89 tests from 42 test suites. 16 [0;32m[----------] [mGlobal test environment set-up. 19 [0;32m[----------] [m1 test from ADeathTest 20 [0;32m[ RUN ] [mADeathTest.ShouldRunFirst 21 [0;32m[ OK ] [mADeathTest.ShouldRunFirst 22 [0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int 23 [0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst 24 [0;32m[ OK ] [mATypedDeathTest/0.ShouldRunFirst 25 [0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double 26 [0;32m[ RUN ] [mATypedDeathTest/1.ShouldRunFirst [all …]
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
| D | Xthreads.h | 51 # 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/ |
| D | simd_mat4.inl | 88 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 …]
|
| D | matrix_query.inl | 7 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/ |
| D | sparseimage_alignedmipsize.svg | 223 …M 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… 228 …M 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… 233 …M 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… 238 …M 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… 243 …M 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… 248 …m 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… 253 …m 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… 259 …m 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… 265 …m 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…
|
| D | sparseimage.svg | 256 …M 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… 261 …M 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… 266 …m 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.… 271 …M 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.… 276 …M 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.… 281 …m 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 …]
|