Lines Matching refs:kDepth
210 static const int kDepth = tDepth; member
213 static const int kSize = kWidth * kDepth;
227 static const int kDepth = Cell::kDepth; member
237 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
238 static const int kDepth = Lhs::Cell::kDepth; member
309 return d + w * CellFormat::kDepth; in OffsetIntoCell()
311 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
5606 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run()
5615 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()
5619 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()
5624 for (int di = 0; di < Format::kDepth; di++) { in Run()
5884 const int kKernelDepth = Kernel::Format::kDepth; in benchmark_and_print_results()