Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/gen/
Dmain.c269 uint32_t const bc_warps_min = MAX_MACRO(merge->warps,hsg_config.block.warps_min); in hsg_merge_levels_init_shared() local
270 uint32_t const bc_threads = bc_warps_min << hsg_config.warp.lanes_log2; in hsg_merge_levels_init_shared()
271 …uint32_t const bc_block_rd = (((hsg_config.block.smem_bc * bc_warps_min) / hsg_config.block.warp… in hsg_merge_levels_init_shared()
282 merge->skpw_bc = bc_keys / bc_warps_min; in hsg_merge_levels_init_shared()