Lines Matching refs:l2_depth
43 int l2_depth;
48 &l2_cols, &l2_depth);
49 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, &l1_rows,
59 int l2_depth = 0;
63 // However, we still want to round l2_depth up to the next multiple
65 l2_depth = RoundUp<kRegisterSize>(depth);
72 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth)));
86 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) /
87 (num_threads * (l2_depth + 4 * l2_cols)));
96 *out_l2_depth = l2_depth;
156 int l2_depth;
169 side_block_params->l2_depth = block_params.l2_depth;