Home
last modified time | relevance | path

Searched refs:kDepth (Results 1 – 12 of 12) sorted by relevance

/external/gemmlowp/internal/
Dkernel.h130 static const int kDepth = tDepth; member
133 static const int kSize = kWidth * kDepth;
147 static const int kDepth = Cell::kDepth; member
163 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
164 static const int kDepth = Lhs::Cell::kDepth; member
190 return d + w * CellFormat::kDepth; in OffsetIntoCell()
192 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
Dkernel_reference.h41 Format::Lhs::Cell::kDepth, in Name()
43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth, in Name()
55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run()
64 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()
68 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()
73 for (int di = 0; di < Format::kDepth; di++) { in Run()
Dkernel_sse.h46 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run()
220 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
Dcompute.h52 depth = RoundUp<Format::kDepth>(depth); in Compute()
81 assert(depth % Format::kDepth == 0); in ComputeL1()
Dpack_neon.h45 static const int kCellDepth = CellFormat::kDepth;
146 static const int kCellDepth = CellFormat::kDepth;
271 static const int kCellDepth = CellFormat::kDepth;
Dblock_params.h111 assert(depth % KernelFormat::kDepth == 0); in FindL1BlockSizes()
Dpack_sse.h47 static const int kCellDepth = CellFormat::kDepth;
Dpack.h215 static const int kCellDepth = CellFormat::kDepth;
300 static const int kCellDepth = CellFormat::kDepth;
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc195 static const int kDepth = tDepth; member
198 static const int kSize = kWidth * kDepth;
212 static const int kDepth = Cell::kDepth; member
222 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
223 static const int kDepth = Lhs::Cell::kDepth; member
249 return d + w * CellFormat::kDepth; in OffsetIntoCell()
251 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
3404 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run()
3413 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()
3417 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()
[all …]
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()
204 kDepth, enumerator
/external/gemmlowp/doc/
Dkernels.txt138 // levels of depth (Kernel::kDepth=2).
Dkernel.md135 // levels of depth (Kernel::kDepth=2).