Searched refs:min_waves (Results 1 – 5 of 5) sorted by relevance
332 program->min_waves = DIV_ROUND_UP(waves_per_workgroup, simd_per_cu_wgp); in calc_min_waves()
1154 program->vgpr_limit = get_addr_vgpr_from_waves(program, program->min_waves); in setup_isel_context()1155 program->sgpr_limit = get_addr_sgpr_from_waves(program, program->min_waves); in setup_isel_context()
912 ctx.num_waves = std::max<uint16_t>(ctx.num_waves, program->min_waves); in schedule_program()
1637 uint16_t min_waves = 0; variable
237 unsigned min_waves = 1; in radv_pipeline_init_scratch() local258 min_waves = MAX2(min_waves, round_up_u32(group_size, 64)); in radv_pipeline_init_scratch()