Searched refs:clean_log2 (Results 1 – 3 of 3) sorted by relevance
340 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm() local373 frac_fm = MAX_MACRO(1,frac_rem_pow2 >> clean_log2); in hs_fm()394 uint32_t const slab_span = hs->config.slab.height << clean_log2; in hs_fm()418 return clean_log2; in hs_fm()
650 // .x : slab height << clean_log2 -- this is the slab span698 uint32_t const clean_log2 = up_scale_log2 - scale_log2; local731 frac_fm = MAX_MACRO(1,frac_rem_pow2 >> clean_log2);745 // .x : slab height << clean_log2 -- this is the slab span754 grid.x = (HS_SLAB_HEIGHT / HS_FM_BLOCK_HEIGHT) << clean_log2;783 return clean_log2;
484 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm() local517 fm_frac = MAX_MACRO(1,frac_rem_pow2 >> clean_log2); in hs_fm()522 uint32_t const span_threads = hs->slab_keys << clean_log2; in hs_fm()534 return clean_log2; in hs_fm()