Lines Matching refs:kCells
44 static const int kCells = KernelSideFormat::kCells; variable
46 static const int kKernelWidth = CellFormat::kWidth * kCells;
117 reinterpret_cast<__m128i *>(&dst_ptr[kCellSize * kCells]), xmm11); in Pack()
119 reinterpret_cast<__m128i *>(&dst_ptr[2 * kCellSize * kCells]), in Pack()
122 reinterpret_cast<__m128i *>(&dst_ptr[3 * kCellSize * kCells]), in Pack()
125 reinterpret_cast<__m128i *>(&dst_ptr[4 * kCellSize * kCells]), in Pack()
128 reinterpret_cast<__m128i *>(&dst_ptr[5 * kCellSize * kCells]), in Pack()
132 reinterpret_cast<__m128i *>(&dst_ptr[6 * kCellSize * kCells]), in Pack()
135 reinterpret_cast<__m128i *>(&dst_ptr[7 * kCellSize * kCells]), in Pack()
177 dst_ptr += 7 * kCellSize * kCells; in Pack()
179 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
198 static const int kCells = KernelSideFormat::kCells; variable
200 static const int kKernelWidth = CellFormat::kWidth * kCells;
239 reinterpret_cast<__m128i *>(&dst_ptr[kCellSize * kCells]), xmm10); in Pack()
245 reinterpret_cast<__m128i *>(&dst_ptr[2 * kCellSize * kCells]), in Pack()
248 reinterpret_cast<__m128i *>(&dst_ptr[3 * kCellSize * kCells]), in Pack()
274 dst_ptr += 3 * kCellSize * kCells; in Pack()
276 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()