Lines Matching refs:l2_depth
43 int l2_depth; member
50 &l2_cols, &l2_depth); in Init()
51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use, in Init()
62 int l2_depth = 0; in FindL2BlockSizes() local
72 l2_depth = RoundUp<kRegisterSize>(depth); in FindL2BlockSizes()
76 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth))); in FindL2BlockSizes()
90 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) / in FindL2BlockSizes()
91 (num_threads * (l2_depth + 4 * l2_cols))); in FindL2BlockSizes()
100 *out_l2_depth = l2_depth; in FindL2BlockSizes()
159 int l2_depth; member
172 side_block_params->l2_depth = block_params.l2_depth; in GetSideBlockParams()