Home
last modified time | relevance | path

Searched defs:ColumnType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dmatrix_type.h47 const Vector* ColumnType() const { return column_type_; } in ColumnType() function
/third_party/ffmpeg/libavformat/
Daaxdec.c82 enum ColumnType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp106 Type *ColumnType = VectorType::get(EltType, NumRows); in computeColumnAddr() local