Searched refs:max_seen_compute_scratch_bytes_per_wave (Results 1 – 2 of 2) sorted by relevance
521 sctx->max_seen_compute_scratch_bytes_per_wave = in si_switch_compute_shader()522 MAX2(sctx->max_seen_compute_scratch_bytes_per_wave, config->scratch_bytes_per_wave); in si_switch_compute_shader()526 S_00B860_WAVESIZE(sctx->max_seen_compute_scratch_bytes_per_wave >> 10)); in si_switch_compute_shader()
1143 unsigned max_seen_compute_scratch_bytes_per_wave; member