Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/
Dhs_vk.c326 uint32_t const up_scale_log2) in hs_fm() argument
339 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.fm.scale_max,up_scale_log2); in hs_fm()
340 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm()
343 uint32_t const full_span_slabs = hs->config.block.slabs << up_scale_log2; in hs_fm()
661 int32_t up_scale_log2 = 1; in hs_vk_sort() local
670 up_scale_log2); in hs_vk_sort()
684 if (((uint32_t)hs->config.block.slabs << up_scale_log2) >= state.bx_ru) in hs_vk_sort()
688 up_scale_log2 += 1; in hs_vk_sort()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c470 uint32_t const up_scale_log2) in hs_fm() argument
483 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.fm.scale_max,up_scale_log2); in hs_fm()
484 uint32_t const clean_log2 = up_scale_log2 - scale_log2; in hs_fm()
487 uint32_t const full_span_slabs = hs->config.block.slabs << up_scale_log2; in hs_fm()
831 int32_t up_scale_log2 = 1; in hs_cl_sort() local
840 up_scale_log2); in hs_cl_sort()
854 if (((uint32_t)hs->config.block.slabs << up_scale_log2) >= state.bx_ru) in hs_cl_sort()
858 up_scale_log2 += 1; in hs_cl_sort()
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl684 uint32_t const up_scale_log2) argument
697 uint32_t const scale_log2 = MIN_MACRO(HS_FM_SCALE_MAX,up_scale_log2);
698 uint32_t const clean_log2 = up_scale_log2 - scale_log2;
701 uint32_t const full_span_slabs = HS_BS_SLABS << up_scale_log2;
925 int32_t up_scale_log2 = 1; local
938 up_scale_log2);
964 if (((uint32_t)HS_BS_SLABS << up_scale_log2) >= state.bx_ru)
968 up_scale_log2 += 1;