Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/
Dhs_vk.c147 uint32_t bx_ru; member
256 vkCmdDispatch(state->cb,state->bx_ru,1,1); in hs_transpose()
346 uint32_t full_fm = state->bx_ru / full_span_slabs; in hs_fm()
353 uint32_t const span_rem = state->bx_ru - *down_slabs; in hs_fm()
595 .bx_ru = (count + hs->slab_keys - 1) / hs->slab_keys in hs_vk_sort()
654 if (state.bx_ru > hs->config.block.slabs) in hs_vk_sort()
684 if (((uint32_t)hs->config.block.slabs << up_scale_log2) >= state.bx_ru) in hs_vk_sort()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c77 uint32_t bx_ru; member
236 size_t const size[1] = { state->bx_ru << hs->config.slab.threads_log2 }; in hs_transpose()
490 uint32_t fm_full = state->bx_ru / full_span_slabs; in hs_fm()
497 uint32_t const span_rem = state->bx_ru - *down_slabs; in hs_fm()
787 .bx_ru = (count + hs->slab_keys - 1) / hs->slab_keys in hs_cl_sort()
829 if (state.bx_ru > hs->config.block.slabs) in hs_cl_sort()
854 if (((uint32_t)hs->config.block.slabs << up_scale_log2) >= state.bx_ru) in hs_cl_sort()
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl426 // bx_ru is number of rounded up warps in vin
427 uint32_t bx_ru; member
584 <<<state->bx_ru,HS_SLAB_THREADS,0,state->streams[0]>>>
704 uint32_t full_fm = state->bx_ru / full_span_slabs;
711 uint32_t const span_rem = state->bx_ru - *down_slabs;
896 state.bx_ru = (count + HS_SLAB_KEYS - 1) / HS_SLAB_KEYS;
923 if (state.bx_ru > HS_BS_SLABS)
964 if (((uint32_t)HS_BS_SLABS << up_scale_log2) >= state.bx_ru)