Home
last modified time | relevance | path

Searched defs:m11 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.cpp22 Matrix Matrix::diag(float m11, float m22, float m33, float m44) in diag()
257 float Matrix::det(float m11) in det()
262 float Matrix::det(float m11, float m12, in det()
268 float Matrix::det(float m11, float m12, float m13, in det()
277 float Matrix::det(float m11, float m12, float m13, float m14, in det()
DMatrix.hpp147 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix()
159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1240 float determinant2(float m00, float m01, float m10, float m11) in determinant2()
1246 float m10, float m11, float m12, in determinant3()
1255 float m10, float m11, float m12, float m13, in determinant4()
1323 float m11 = unionArray[3].getFConst(); in CreateInverse() local
1336 float m11 = unionArray[4].getFConst(); in CreateInverse() local
1359 float m11 = unionArray[5].getFConst(); in CreateInverse() local
/third_party/mesa3d/src/intel/common/
Dintel_guardband.h29 float m00, float m11, float m30, float m31, in intel_calculate_guardband_size()
/third_party/skia/include/effects/
DSkColorMatrix.h24 float m10, float m11, float m12, float m13, float m14, in SkColorMatrix()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java34 float m3, float m7, float m11, float m15) { in Matrix()
197 float m3, float m7, float m11, float m15); in nCreate()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield-32bit-overflow.h14 char m11 : 1; member
/third_party/ffmpeg/libavfilter/
Dcolorspace.c30 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in ff_matrix_invert_3x3() local
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp43 float m11, in Matrix4()
/third_party/skia/modules/androidkit/src/
DMatrix.cpp17 jfloat m3, jfloat m7, jfloat m11, jfloat m15) { in Matrix_Create()
/third_party/python/Modules/_blake2/impl/
Dblake2s.c298 const uint32_t m11 = ( ( uint32_t * )block )[11]; in blake2s_compress() local
Dblake2b.c313 const uint64_t m11 = ( ( uint64_t * )block )[11]; in blake2b_compress() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-32bit-overflow.rs258 pub fn m11(&self) -> ::std::os::raw::c_char { in m11() method
626 let m11: u8 = unsafe { ::std::mem::transmute(m11) }; localVariable
/third_party/skia/include/core/
DSkM44.h171 SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) in SkM44()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py658 def __init__(self, m00, m01, m10, m11): argument
662 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/skia/src/core/
DSkMatrix.cpp127 int m11 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleY]); in computeTypeMask() local
1824 const SkScalar m11 = m00; in toQuad() local
1839 const SkScalar m11 = m00; in toTriStrip() local
/third_party/typescript/tests/baselines/reference/
DnodeModules1(module=node16).js412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
DnodeModules1(module=nodenext).js412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
DnodeModulesAllowJs1(module=nodenext).js412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
DnodeModulesAllowJs1(module=node16).js412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp39 float m11, in Mat4()
/third_party/skia/experimental/pvg/
Ddraw_msg.proto39 float m11 = 1; float m12 = 2; float m13 = 3; field
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py807 def __init__(self, m00, m01, m10, m11): argument
811 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py805 def __init__(self, m00, m01, m10, m11): argument
809 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/skia/tests/
DMatrixTest.cpp890 SkScalar m00, m01, m10, m11; in DEF_TEST() member

12