Searched refs:max_seen_compute_scratch_bytes_per_wave (Results 1 – 2 of 2) sorted by relevance
552 sctx->max_seen_compute_scratch_bytes_per_wave = in si_switch_compute_shader()553 MAX2(sctx->max_seen_compute_scratch_bytes_per_wave, config->scratch_bytes_per_wave); in si_switch_compute_shader()557 S_00B860_WAVESIZE(sctx->max_seen_compute_scratch_bytes_per_wave >> 10)); in si_switch_compute_shader()
1130 unsigned max_seen_compute_scratch_bytes_per_wave; member