Home
last modified time | relevance | path

Searched refs:max_scratch_waves (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_shader_util.c1280 unsigned max_scratch_waves = info->max_scratch_waves; in ac_get_scratch_tmpring_size() local
1282 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()
H A Dac_gpu_info.h272 uint32_t max_scratch_waves; member
H A Dac_gpu_info.c1601 … 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()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c597 ws->info.max_scratch_waves = MAX2(32 * ws->info.min_good_cu_per_sa * ws->info.max_sa_per_se * in do_winsys_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c394 sctx->screen->info.max_scratch_waves; in si_setup_compute_scratch_buffer()
H A Dsi_state_shaders.cpp4385 sctx->screen->info.max_scratch_waves; in si_update_spi_tmpring_size()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c8023 const unsigned max_scratch_waves = radv_get_max_scratch_waves(device, rt_prolog); in radv_bind_rt_prolog() local
8024 …->compute_scratch_waves_wanted = MAX2(cmd_buffer->compute_scratch_waves_wanted, max_scratch_waves); in radv_bind_rt_prolog()