Home
last modified time | relevance | path

Searched refs:m30 (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dintel_guardband.h29 float m00, float m11, float m30, float m31, in intel_calculate_guardband_size()
84 const float ss_ra_xmin = MIN3(x_min, m30 + m00, m30 - m00); in intel_calculate_guardband_size()
85 const float ss_ra_xmax = MAX3(x_max, m30 + m00, m30 - m00); in intel_calculate_guardband_size()
96 const float ndc_gb_xmin = (ss_gb_xmin - m30) / m00; in intel_calculate_guardband_size()
97 const float ndc_gb_xmax = (ss_gb_xmax - m30) / m00; in intel_calculate_guardband_size()
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/include/effects/
H A DSkColorMatrix.h26 float m30, float m31, float m32, float m33, float m34) in SkColorMatrix()
30 m30, m31, m32, m33, m34 } {} in SkColorMatrix()
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/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield-32bit-overflow.h33 char m30 : 1; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1257 float m30, float m31, float m32, float m33) in determinant4()
1262 m30 * determinant3(m01, m02, m03, m11, m12, m13, m21, m22, m23); in determinant4()
1358 float m10 = unionArray[4].getFConst(); // (m30, m31, m32, m33) in CreateInverse()
1366 float m30 = unionArray[12].getFConst(); in CreateInverse() local
1371 tempConstArray[ 1].setFConst(-invDet * determinant3(m10, m12, m13, m20, m22, m23, m30, m32, m33)); // m01 in CreateInverse()
1372 tempConstArray[ 2].setFConst( invDet * determinant3(m10, m11, m13, m20, m21, m23, m30, m31, m33)); // m02 in CreateInverse()
1373 tempConstArray[ 3].setFConst(-invDet * determinant3(m10, m11, m12, m20, m21, m22, m30, m31, m32)); // m03 in CreateInverse()
1375 tempConstArray[ 5].setFConst(-invDet * determinant3(m00, m02, m03, m20, m22, m23, m30, m32, m33)); // m11 in CreateInverse()
1376 tempConstArray[ 6].setFConst( invDet * determinant3(m00, m01, m03, m20, m21, m23, m30, m31, m33)); // m12 in CreateInverse()
1377 tempConstArray[ 7].setFConst(-invDet * determinant3(m00, m01, m02, m20, m21, m22, m30, m3 in CreateInverse()
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
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A DMatrix.h33 float m30,
H A DMatrix.cpp50 float m30, in Matrix4()
67 data[3] = m30; in Matrix4()
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/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-32bit-overflow.rs505 pub fn m30(&self) -> ::std::os::raw::c_char { in m30() functions
575 m30: ::std::os::raw::c_char, in new_bitfield_1()
702 let m30: u8 = unsafe { ::std::mem::transmute(m30) };
703 m30 as u64
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.cpp46 float m30, in Mat4()
64 mElements[12] = m30; in Mat4()
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
H A Dmatrix_utils.h405 float m30,
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
669 Mat.__init__(self, 4, 4, [m00, m10, m20, m30,
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
816 Mat.__init__(self, 4, 4, [m00, m10, m20, m30,
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
818 Mat.__init__(self, 4, 4, [m00, m10, m20, m30,
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gblur.asm468 INIT_INDICES m28, m29, m30

Completed in 12 milliseconds