/third_party/mesa3d/src/intel/common/ |
H A D | intel_guardband.h | 27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, uint32_t y_min, uint32_t y_max, float m00, float m11, float m30, float m31, float *xmin, float *xmax, float *ymin, float *ymax) intel_calculate_guardband_size() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Matrix.hpp | 147 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() argument 159 inline Matrix::Matrix(float m11, floa argument [all...] |
H A D | Matrix.cpp | 22 Matrix Matrix::diag(float m11, float m22, float m33, float m44) in diag() argument 257 float Matrix::det(float m11) in det() argument 262 float Matrix::det(float m11, float m12, in det() argument 268 float Matrix::det(float m11, float m12, float m13, in det() argument 277 float Matrix::det(float m11, float m12, float m13, float m14, in det() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield-32bit-overflow.h | 14 char m11 : 1; member
|
/third_party/skia/include/effects/ |
H A D | SkColorMatrix.h | 23 SkColorMatrix(float m00, float m01, float m02, float m03, float m04, float m10, float m11, float m12, float m13, float m14, float m20, float m21, float m22, float m23, float m24, float m30, float m31, float m32, float m33, float m34) SkColorMatrix() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | colorspace.c | 30 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in ff_matrix_invert_3x3() local
|
H A D | vf_ciescope.c | 785 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in invert_matrix3x3() local
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Matrix.cpp | 38 Matrix4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) Matrix4() argument
|
/third_party/skia/modules/androidkit/src/ |
H A D | Matrix.cpp | 14 Matrix_Create(JNIEnv* env, jobject, jfloat m0, jfloat m4, jfloat m8, jfloat m12, jfloat m1, jfloat m5, jfloat m9, jfloat m13, jfloat m2, jfloat m6, jfloat m10, jfloat m14, jfloat m3, jfloat m7, jfloat m11, jfloat m15) Matrix_Create() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield-32bit-overflow.rs | 258 pub fn m11(&self) -> ::std::os::raw::c_char { in m11() functions
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils.cpp | 34 Mat4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) Mat4() argument
|
/third_party/python/Modules/_blake2/impl/ |
H A D | blake2b.c | 313 const uint64_t m11 = ( ( uint64_t * )block )[11]; in blake2b_compress() local
|
H A D | blake2s.c | 298 const uint32_t m11 = ( ( uint32_t * )block )[11]; in blake2s_compress() local
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 168 SkM44(SkScalar m0, SkScalar m4, SkScalar m8, SkScalar m12, SkScalar m1, SkScalar m5, SkScalar m9, SkScalar m13, SkScalar m2, SkScalar m6, SkScalar m10, SkScalar m14, SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) SkM44() argument
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Matrix.java | 31 Matrix(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) Matrix() argument 194 nCreate(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) nCreate() argument
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 1191 Matcher<RawType&> m11 = matcher_maker(0.0, 1.0); in TestNearMatches() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 1240 float determinant2(float m00, float m01, float m10, float m11) in determinant2() argument 1245 determinant3(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22) determinant3() argument 1254 determinant4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) determinant4() argument 1323 float m11 = unionArray[3].getFConst(); CreateInverse() local 1336 float m11 = unionArray[4].getFConst(); CreateInverse() local 1359 float m11 = unionArray[5].getFConst(); CreateInverse() local [all...] |
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 890 SkScalar m00, m01, m10, m11; in DEF_TEST() member
|
/third_party/skia/src/gpu/ |
H A D | GrDistanceFieldGenFromVector.cpp | 90 void setAffine(double m11, double m12, double m13, in setAffine() argument
|
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 127 int m11 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleY]); in computeTypeMask() local 1824 const SkScalar m11 = m00; in toQuad() local 1839 const SkScalar m11 in toTriStrip() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_reference.cpp | 1302 real32 m11 = (real32) cameraToRGB [1] [1]; in RefBaselineABCtoRGB() local 1361 real32 m11 = (real32) cameraToRGB [1] [1]; in RefBaselineABCDtoRGB() local 1676 real32 m11 = (real32) matrix [1] [1]; in RefBaselineRGBtoRGB() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 2543 struct ureg_src sample, m00, m01, m10, m11, c8m, c16m2; in DECL_SPECIAL() local 2907 struct ureg_src m00, m01, m10, m11, c8m; in DECL_SPECIAL() local
|