Home
last modified time | relevance | path

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

12

/external/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.hpp149 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix()
161 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.h262 simdscalar m11 = _simd_load1_ps(&vpMatrices.m11[0]); in viewportTransform() local
281 const simd16scalar m11 = _simd16_broadcast_ss(&vpMatrices.m11[0]); in viewportTransform() local
303 simdscalar m11 = _simd_i32gather_ps(&vpMatrices.m11[0], vViewportIdx, 4); in viewportTransform() local
325 const simd16scalar m11 = _simd16_i32gather_ps(&vpMatrices.m11[0], vViewportIdx, 4); in viewportTransform() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
DTarget01.java125 public void m11() { in m11() method in Target01
/external/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
/external/mesa3d/src/intel/common/
Dgen_guardband.h28 float m00, float m11, float m30, float m31, in gen_calculate_guardband_size()
/external/libchrome/ui/gfx/geometry/
Dmatrix3_f.h36 float m10, float m11, float m12, in set()
/external/skia/include/effects/
DSkColorMatrix.h24 float m10, float m11, float m12, float m13, float m14, in SkColorMatrix()
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java32 float m3, float m7, float m11, float m15) { in Matrix()
157 float m3, float m7, float m11, float m15); in nCreate()
/external/llvm-project/flang/test/Semantics/
Dresolve42.f9074 module m11 module
/external/tpm2-tss/src/tss2-mu/
Dtpmu-types.c276 sel10, op10, m10, fn10, sel11, op11, m11, fn11, ...) \ argument
367 sel8, m8, fn8, sel9, m9, fn9, sel10, m10, fn10, sel11, m11, fn11, ...) \ argument
Dtpms-types.c812 m8, op8, fn8, m9, op9, fn9, m10, op10, fn10, m11, op11, fn11) \ argument
883 m8, fn8, m9, fn9, m10, fn10, m11, fn11) \ argument
/external/skia/modules/androidkit/src/
DMatrix.cpp17 jfloat m3, jfloat m7, jfloat m11, jfloat m15) { in Matrix_Create()
/external/angle/util/
DMatrix.cpp43 float m11, in Matrix4()
/external/python/cpython3/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
/external/eigen/test/
Devaluators.cpp185 Matrix<float, 1, 1> m11, res11; m11.setRandom(1,1); in test_evaluators() local
/external/skia/include/core/
DSkM44.h171 SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) in SkM44()
/external/deqp/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
/external/skia/src/core/
DSkMatrix.cpp127 int m11 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleY]); in computeTypeMask() local
1812 const SkScalar m11 = m00; in toQuad() local
1827 const SkScalar m11 = m00; in toTriStrip() local
/external/skqp/src/core/
DSkMatrix.cpp135 int m11 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleY]); in computeTypeMask() local
1806 const SkScalar m11 = m00; in toQuad() local
1821 const SkScalar m11 = m00; in toTriStrip() local
/external/angle/src/common/
Dmatrix_utils.cpp39 float m11, in Mat4()
/external/skia/experimental/pvg/
Ddraw_msg.proto39 float m11 = 1; float m12 = 2; float m13 = 3; field
/external/skqp/experimental/pvg/
Ddraw_msg.proto39 float m11 = 1; float m12 = 2; float m13 = 3; field
/external/deqp/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

12