Home
last modified time | relevance | path

Searched defs:Cols (Results 1 – 7 of 7) sorted by relevance

/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()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_matrix.h66 uint32 Cols () const in Cols() function
/third_party/skia/include/core/
DSkM44.h187 static SkM44 Cols(const SkV4& c0, const SkV4& c1, const SkV4& c2, const SkV4& c3) { in Cols() function
/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h89 …int Cols; // = 16 // number of columns to displa… member
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp336 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) in Matrix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp145 ColumnMatrixTy(ArrayRef<Value *> Cols) in ColumnMatrixTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp956 const size_t Cols = 4; in EmitBinaryData() local