Home
last modified time | relevance | path

Searched defs:m00 (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1240 float determinant2(float m00, float m01, float m10, float m11) in determinant2()
1245 float determinant3(float m00, float m01, float m02, in determinant3()
1254 float determinant4(float m00, float m01, float m02, float m03, in determinant4()
1320 float m00 = unionArray[0].getFConst(); // Matrix is: in CreateInverse() local
1332 float m00 = unionArray[0].getFConst(); // Matrix is: in CreateInverse() local
1354 float m00 = unionArray[0].getFConst(); // Matrix is: 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.h23 constexpr SkColorMatrix(float m00, float m01, float m02, float m03, float m04, in SkColorMatrix()
/third_party/ffmpeg/libavfilter/
Dcolorspace.c29 double m00 = in[0][0], m01 = in[0][1], m02 = in[0][2], in ff_matrix_invert_3x3() local
Dvf_ciescope.c778 double m00 = in[0][0], m01 = in[0][1], m02 = in[0][2], in invert_matrix3x3() local
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp38 Matrix4::Matrix4(float m00, in Matrix4()
/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.cpp124 int m00 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleX]); in computeTypeMask() local
1820 const SkScalar m00 = fSCos; in toQuad() local
1835 const SkScalar m00 = fSCos; in toTriStrip() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp34 Mat4::Mat4(float m00, in Mat4()
/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/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/skia/third_party/externals/dng_sdk/source/
Ddng_reference.cpp1297 real32 m00 = (real32) cameraToRGB [0] [0]; in RefBaselineABCtoRGB() local
1355 real32 m00 = (real32) cameraToRGB [0] [0]; in RefBaselineABCDtoRGB() local
1638 real32 m00 = (real32) matrix [0] [0]; in RefBaselineRGBtoGray() local
1671 real32 m00 = (real32) matrix [0] [0]; in RefBaselineRGBtoRGB() local
/third_party/skia/tests/
DMatrixTest.cpp890 SkScalar m00, m01, m10, m11; in DEF_TEST() member
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2543 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