Searched refs:kCells (Results 1 – 7 of 7) sorted by relevance
42 static constexpr int kCells = KernelSideFormat::kCells; variable44 static const int kKernelWidth = CellFormat::kWidth * kCells;53 v16i8 src_lines[4 * kCells]; in Pack()54 for (int i = 0; i < 4 * kCells; i++) { in Pack()59 v16i8 src_lines_intertwined_2x[2 * kCells][2]; in Pack()60 for (int i = 0; i < kCells; i++) { in Pack()70 v16i8 src_lines_intertwined_4x[2 * kCells][2]; in Pack()71 for (int i = 0; i < kCells; i++) { in Pack()88 if (kCells % 2 == 0) { in Pack()89 for (int cell = 0; cell < kCells; cell += 2) { in Pack()[all …]
42 static const int kCells = KernelSideFormat::kCells; variable44 static const int kKernelWidth = CellFormat::kWidth * kCells;53 uint8x16_t src_lines[4 * kCells]; in Pack()54 for (int i = 0; i < 4 * kCells; i++) { in Pack()58 uint8x16x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()59 for (int i = 0; i < kCells; i++) { in Pack()65 uint8x16x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()66 for (int i = 0; i < kCells; i++) { in Pack()77 for (int cell = 0; cell < kCells; cell++) { in Pack()83 for (int cell = 0; cell < kCells; cell++) { in Pack()[all …]
44 static const int kCells = KernelSideFormat::kCells; variable46 static const int kKernelWidth = CellFormat::kWidth * kCells;85 reinterpret_cast<__m128i*>(&dst_ptr[kCellSize * kCells]), xmm10); in Pack()91 reinterpret_cast<__m128i*>(&dst_ptr[2 * kCellSize * kCells]), in Pack()94 reinterpret_cast<__m128i*>(&dst_ptr[3 * kCellSize * kCells]), in Pack()120 dst_ptr += 3 * kCellSize * kCells; in Pack()122 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth, in Name()42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells, in Name()61 for (int rc = 0; rc < Format::Lhs::kCells; rc++) { in Run()63 lhs_ptr + (dc * Format::Lhs::kCells + rc) * in Run()65 for (int cc = 0; cc < Format::Rhs::kCells; cc++) { in Run()67 rhs_ptr + (dc * Format::Rhs::kCells + cc) * in Run()
145 static const int kCells = tCells; member146 static const int kWidth = kCells * Cell::kWidth;165 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;166 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
212 static const int kCells = KernelSideFormat::kCells; variable214 static const int kKernelWidth = CellFormat::kWidth * kCells;283 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()297 static const int kCells = KernelSideFormat::kCells; variable299 static const int kKernelWidth = CellFormat::kWidth * kCells;
225 static const int kCells = tCells; member226 static const int kWidth = kCells * Cell::kWidth;239 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;240 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;4842 for (int rc = 0; rc < Format::Lhs::kCells; rc++) { in Run()4844 lhs_ptr + (dc * Format::Lhs::kCells + rc) * in Run()4846 for (int cc = 0; cc < Format::Rhs::kCells; cc++) { in Run()4848 rhs_ptr + (dc * Format::Rhs::kCells + cc) * in Run()