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
264 return d + w * CellFormat::kDepth; in OffsetIntoCell()
266 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
4836 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run()
4845 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()
4849 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()
4854 for (int di = 0; di < Format::kDepth; di++) { in Run()
5110 const int kKernelDepth = Kernel::Format::kDepth; in benchmark_and_print_results()