Searched refs:min_waves (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_live_var_analysis.cpp | 349 program->min_waves = DIV_ROUND_UP(waves_per_workgroup, simd_per_cu_wgp); 360 assert(program->min_waves >= 1); 361 uint16_t sgpr_limit = get_addr_sgpr_from_waves(program, program->min_waves); 362 uint16_t vgpr_limit = get_addr_vgpr_from_waves(program, program->min_waves);
|
| H A D | aco_spill.cpp | 1891 const uint16_t sgpr_limit = get_addr_sgpr_from_waves(program, program->min_waves); 1892 const uint16_t vgpr_limit = get_addr_vgpr_from_waves(program, program->min_waves);
|
| H A D | aco_scheduler.cpp | 1070 ctx.num_waves = std::max<uint16_t>(ctx.num_waves, program->min_waves);
|
| H A D | aco_register_allocation.cpp | 89 sgpr_limit = get_addr_sgpr_from_waves(program, program->min_waves); 90 vgpr_limit = get_addr_sgpr_from_waves(program, program->min_waves);
|
| H A D | aco_ir.h | 2058 uint16_t min_waves = 0; member in class:aco::Program
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 148 unsigned min_waves = 1; local in function:radv_pipeline_scratch_init 168 min_waves = MAX2(min_waves, round_up_u32(group_size, 64)); 174 if (scratch_bytes_per_wave && max_waves < min_waves) {
|
Completed in 21 milliseconds