Lines Matching refs:packed_side_block_
315 : packed_side_block_(packed_side_block), src_map_(src_map) {} in PackSideBlockImpl()
317 PackedSideBlock* packed_side_block() const { return packed_side_block_; } in packed_side_block()
323 memset(packed_side_block_->sums_of_each_slice(), 0, in PackL2()
324 sizeof(std::int32_t) * packed_side_block_->params().l2_width); in PackL2()
326 d += packed_side_block_->params().l1_depth) { in PackL2()
327 int ds = std::min<int>(packed_side_block_->params().l1_depth, in PackL2()
331 w += packed_side_block_->params().l1_width) { in PackL2()
332 int ws = std::min<int>(packed_side_block_->params().l1_width, in PackL2()
346 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1()
377 b.Pack(packed_side_block_, start_width); in PackRun()
384 b.Pack(packed_side_block_, start_width); in PackRun()
392 b.Pack(packed_side_block_, start_width); in PackRun()
398 PackedSideBlock* const packed_side_block_; variable