Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/
Dhs_vk.c340 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm() local
373 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()
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl650 // .x : slab height << clean_log2 -- this is the slab span
698 uint32_t const clean_log2 = up_scale_log2 - scale_log2; local
731 frac_fm = MAX_MACRO(1,frac_rem_pow2 >> clean_log2);
745 // .x : slab height << clean_log2 -- this is the slab span
754 grid.x = (HS_SLAB_HEIGHT / HS_FM_BLOCK_HEIGHT) << clean_log2;
783 return clean_log2;
/external/skqp/src/compute/hs/cl/
Dhs_cl.c484 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm() local
517 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()