Home
last modified time | relevance | path

Searched refs:l1_depth (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dblock_params.h37 int l1_depth; member
50 &l1_cols, &l1_depth); in Init()
104 int l1_depth = 0; in FindL1BlockSizes() local
123 l1_depth = in FindL1BlockSizes()
129 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols)); in FindL1BlockSizes()
138 *out_l1_depth = l1_depth; in FindL1BlockSizes()
151 int l1_depth; member
168 side_block_params->l1_depth = block_params.l1_depth; in GetSideBlockParams()
Dcompute.h52 for (int d = 0; d < block_params_.l2_depth; d += block_params_.l1_depth) { in Compute()
53 int ds = std::min(block_params_.l1_depth, block_params_.l2_depth - d); in Compute()
Dpack.h67 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); in seek_run()
414 d += packed_side_block_->params().l1_depth) { in PackL2()
415 int ds = std::min<int>(packed_side_block_->params().l1_depth, in PackL2()