Lines Matching refs:num_waves
302 struct ac_wave_info *waves, unsigned num_waves, FILE *f)
314 for (i = 0; i < num_waves; i++) {
319 if (i == num_waves)
324 num_waves -= i;
345 while (num_waves && start_addr + inst->offset == waves->pc) {
359 num_waves--;
373 unsigned num_waves = ac_get_wave_info(gfx_level, waves);
375 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET "\n\n", num_waves);
382 radv_dump_annotated_shader(pipeline->shaders[stage], stage, waves, num_waves, f);
388 for (i = 0; i < num_waves; i++) {