Searched refs:max_waves (Results 1 – 3 of 3) sorted by relevance
108 unsigned max_waves = 0; in radv_pipeline_scratch_init() local121 max_waves = MAX2(max_waves, max_stage_waves); in radv_pipeline_scratch_init()133 max_waves = MIN2(max_waves, 0xffffffffu / scratch_bytes_per_wave); in radv_pipeline_scratch_init()135 if (scratch_bytes_per_wave && max_waves < min_waves) { in radv_pipeline_scratch_init()141 pipeline->max_waves = max_waves; in radv_pipeline_scratch_init()
1090 pipeline->max_waves * pipeline->scratch_bytes_per_wave); in radv_emit_graphics_pipeline()1093 S_0286E8_WAVES(pipeline->max_waves) | in radv_emit_graphics_pipeline()2656 pipeline->max_waves * pipeline->scratch_bytes_per_wave); in radv_emit_compute_pipeline()2660 S_00B860_WAVES(pipeline->max_waves) | in radv_emit_compute_pipeline()
1274 unsigned max_waves; member