Searched refs:kCells (Results 1 – 6 of 6) sorted by relevance
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;
210 static const int kCells = tCells; member211 static const int kWidth = kCells * Cell::kWidth;224 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;225 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;3410 for (int rc = 0; rc < Format::Lhs::kCells; rc++) { in Run()3412 lhs_ptr + (dc * Format::Lhs::kCells + rc) * in Run()3414 for (int cc = 0; cc < Format::Rhs::kCells; cc++) { in Run()3416 rhs_ptr + (dc * Format::Rhs::kCells + cc) * in Run()