Lines Matching refs:span_left
1231 uint32_t const span_left, in hsg_fm_merge() argument
1241 ops = hsg_op(ops,FM_KERNEL_PREAMBLE(span_left,span_right)); in hsg_fm_merge()
1244 ops = hsg_fm_thread_load_left(ops,span_left); in hsg_fm_merge()
1247 ops = hsg_fm_thread_load_right(ops,span_left,span_right); in hsg_fm_merge()
1250 ops = hsg_thread_merge_left_right(ops,span_left,span_right); in hsg_fm_merge()
1253 ops = hsg_thread_merge(ops,span_left); in hsg_fm_merge()
1256 ops = hsg_thread_merge_offset(ops,span_left,span_right); in hsg_fm_merge()
1259 ops = hsg_fm_thread_store_left(ops,span_left); in hsg_fm_merge()
1262 ops = hsg_fm_thread_store_right(ops,span_left,span_right); in hsg_fm_merge()
1274 uint32_t const span_left = (warps << scale_log2) / 2; in hsg_fm_merge_all() local
1275 uint32_t const span_left_ru = pow2_ru_u32(span_left); in hsg_fm_merge_all()
1278 ops = hsg_fm_merge(ops,scale_log2,span_left,MIN_MACRO(span_left,span_right)); in hsg_fm_merge_all()