Searched refs:max_scratch_waves (Results 1 – 7 of 7) sorted by relevance
1280 unsigned max_scratch_waves = info->max_scratch_waves; in ac_get_scratch_tmpring_size() local1282 max_scratch_waves /= info->max_se; /* WAVES is per SE */ in ac_get_scratch_tmpring_size()1285 *tmpring_size = S_0286E8_WAVES(max_scratch_waves) | in ac_get_scratch_tmpring_size()
272 uint32_t max_scratch_waves; member
1601 … info->max_scratch_waves = MAX2(32 * info->min_good_cu_per_sa * info->max_sa_per_se * info->num_se, in ac_query_gpu_info()2042 fprintf(f, " max_scratch_waves = %i\n", info->max_scratch_waves); in ac_print_gpu_info()
597 ws->info.max_scratch_waves = MAX2(32 * ws->info.min_good_cu_per_sa * ws->info.max_sa_per_se * in do_winsys_init()
394 sctx->screen->info.max_scratch_waves; in si_setup_compute_scratch_buffer()
4385 sctx->screen->info.max_scratch_waves; in si_update_spi_tmpring_size()
8023 const unsigned max_scratch_waves = radv_get_max_scratch_waves(device, rt_prolog); in radv_bind_rt_prolog() local8024 …->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_scratch_waves); in radv_bind_rt_prolog()