Home
last modified time | relevance | path

Searched defs:mat (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/gm/
H A Dtiledscaledbitmap.cpp63 SkMatrix mat; variable
H A Dfilltypespersp.cpp108 SkMatrix mat; variable
H A Dfilterindiabox.cpp22 static SkSize computeSize(const SkBitmap& bm, const SkMatrix& mat) { in computeSize() argument
29 static void draw_cell(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx, in draw_cell() argument
38 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { in draw_row() argument
H A Dovals.cpp167 SkMatrix mat = fMatrices[j]; variable
H A Ddrawminibitmaprect.cpp57 SkMatrix mat = SkMatrix::I(); in makebm() local
H A Droundrects.cpp170 SkMatrix mat = fMatrices[j]; variable
/third_party/rust/crates/regex/tests/
H A Dmacros.rs22 macro_rules! mat( macros
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_dump.h44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9() argument
H A Dnine_dump.c314 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform_test.cc60 auto* mat = create([](ProgramBuilder& b) { in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocBase.cpp57 init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat) init() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrixUtil.hpp61 inline Matrix<T, Cols, Rows> transpose (const Matrix<T, Rows, Cols>& mat) in transpose() argument
72 Matrix<float, 2, 2> mat; in rotationMatrix() local
86 Matrix<float, 2, 2> mat; in shearMatrix() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h19 struct ixgbe_mat_field *mat; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h19 struct ixgbe_mat_field *mat; member
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DRuntimeShaderBuilder.java28 public RuntimeShaderBuilder setUniform(String name, Matrix mat) { in setUniform() argument
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c123 static void ref_norm_transform_rescale( const GLmatrix *mat, in ref_norm_transform_rescale() argument
146 static void ref_norm_transform_normalize( const GLmatrix *mat, in ref_norm_transform_normalize() argument
199 GLmatrix mat[1]; in test_norm_function() local
[all...]
H A Dm_debug_xform.c171 GLmatrix mat[1]; in test_transform_function() local
135 ref_transform( GLvector4f *dst, const GLmatrix *mat, const GLvector4f *src ) ref_transform() argument
[all...]
/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp18 Sk2DPathEffect(const SkMatrix& mat) : fMatrix(mat) { in Sk2DPathEffect() argument
48 const SkMatrix& mat = this->getMatrix(); in nextSpan() local
/third_party/skia/tests/
H A DDrawTextTest.cpp159 SkMatrix mat; in DEF_TEST() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_type_decl_test.cc734 auto* mat = t.value->As<ast::Matrix>(); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc230 auto* mat = create<sem::Matrix>(col, 3); in TEST_F() local
/third_party/skia/include/effects/
H A DSkColorMatrix.h41 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() argument
42 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() argument
/third_party/skia/fuzz/
H A DFuzzGradients.cpp23 SkScalar mat[9]; in makeMatrix() local
/third_party/ffmpeg/libavfilter/
H A Dcolorspace.c66 void ff_matrix_mul_3x3_vec(double dst[3], const double vec[3], const double mat[3][3]) in ff_matrix_mul_3x3_vec() argument
H A Dopencl.c326 ff_opencl_print_const_matrix_3x3(AVBPrint *buf, const char *name_str, double mat[3][3]) ff_opencl_print_const_matrix_3x3() argument

Completed in 12 milliseconds

1234