Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.hpp24 struct Matrix struct
40 float m[4][4];
111 inline Matrix::Matrix() in Matrix() function in sw::Matrix
115 inline Matrix::Matrix(const int i) in Matrix() function in sw::Matrix
127 inline Matrix::Matrix(const float m[16]) in Matrix() function in sw::Matrix
137 inline Matrix::Matrix(const float m[4][4]) in Matrix() function in sw::Matrix
147 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() function in sw::Matrix
159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix() function in sw::Matrix
172 inline Matrix::Matrix(const Vector &v1, const Vector &v2, const Vector &v3) in Matrix() function in sw::Matrix
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
140 Matrix(const Matrix &M) in Matrix() function
147 Matrix(Matrix &&M) in Matrix() function
DReductionRules.h34 using Matrix = typename GraphT::Matrix; in applyR1() local
78 using Matrix = typename GraphT::Matrix; in applyR2() local
182 using Matrix = typename GraphT::Matrix; in backpropagate() local
DCostAllocator.h114 using Matrix = MatrixT; variable
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h235 struct Matrix : public Castable<Matrix, Type> { struct
256 Type const* const type;
258 const uint32_t columns;
260 const uint32_t rows;
Dfunction_composite_test.cc106 TEST_F(SpvParserTest_Composite_Construct, Matrix) { in TEST_F() argument
227 TEST_F(SpvParserTest_CompositeExtract, Matrix) { in TEST_F() argument
482 TEST_F(SpvParserTest_CompositeInsert, Matrix) { in TEST_F() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf.cc81 Matrix::Matrix() // {{{ in Matrix() function in Matrix
87 Matrix::Matrix(QPDFObjectHandle ar) // {{{ in Matrix() function in Matrix
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.cpp32 const LiveRegMatrix *Matrix) in AllocationOrder()
DRegAllocBase.h68 LiveRegMatrix *Matrix = nullptr; variable
/third_party/skia/third_party/externals/tint/src/sem/
Dmatrix_type.cc25 Matrix::Matrix(const Vector* column_type, uint32_t columns) in Matrix() function in tint::sem::Matrix
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java15 public class Matrix { class
21 public Matrix() { in Matrix() method in Matrix
31 public Matrix(float m0, float m4, float m8, float m12, in Matrix() method in Matrix
41 Matrix(long nativeInstance) { in Matrix() method in Matrix
/third_party/skia/third_party/externals/tint/src/ast/
Dmatrix.cc24 Matrix::Matrix(ProgramID pid, in Matrix() function in tint::ast::Matrix
/third_party/skia/src/core/
DSkColorFilter_Matrix.cpp238 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20], Clamp clamp) { in Matrix() function in SkColorFilters
242 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix() function in SkColorFilters
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRanges.java48 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges
56 Matrix() { in Matrix() method in PluralRanges.Matrix
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp35 class Matrix class
318 Matrix<T, Rows, Cols>::Matrix (void) in Matrix() function in tcu::Matrix
327 Matrix<T, Rows, Cols>::Matrix (const T& src) in Matrix() function in tcu::Matrix
336 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) in Matrix() function in tcu::Matrix
345 Matrix<T, Rows, Cols>::Matrix (const Vector<T, Rows>& src) in Matrix() function in tcu::Matrix
355 Matrix<T, Rows, Cols>::Matrix (const Matrix<T, Rows, Cols>& src) in Matrix() function in tcu::Matrix
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
/third_party/skia/modules/sksg/include/
DSkSGTransform.h62 SG_ATTRIBUTE(Matrix, T, fMatrix) in SG_ATTRIBUTE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPreAllocateWWMRegs.cpp42 LiveRegMatrix *Matrix; member in __anon9a8137b10111::SIPreAllocateWWMRegs
/third_party/skia/third_party/externals/tint/src/resolver/
Dis_host_shareable_test.cc74 TEST_F(ResolverIsHostShareable, Matrix) { in TEST_F() argument
Dis_storeable_test.cc50 TEST_F(ResolverIsStorableTest, Matrix) { in TEST_F() argument
/third_party/skia/modules/skottie/src/text/
DTextAdapter.h24 class Matrix; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp318 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
358 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
689 ArrayRef<Instruction *> Matrix, in transpose_4x4()
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform_test.cc59 TEST_F(CreateASTTypeForTest, Matrix) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp588 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, Value *Stride, in LowerStore()
608 Value *Matrix = Inst->getArgOperand(0); in LowerColumnwiseStore() local
686 void finalizeLowering(Instruction *Inst, ColumnMatrixTy Matrix, in finalizeLowering()

123