Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/gen/
Dgen.h50 uint32_t warps_max; member
Dmain.c139 .warps_max = UINT32_MAX, // max warps for the entire multiprocessor
271 …t const bc_block_rd = (((hsg_config.block.smem_bc * bc_warps_min) / hsg_config.block.warps_max) / in hsg_merge_levels_init_shared()
1481 if (hsg_config.block.warps_max == UINT32_MAX) in main()
1482 hsg_config.block.warps_max = pow2_ru_u32(warps); in main()
1488 hsg_config.block.warps_max = atoi(optarg); in main()