mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
ac/gpu_info/gfx11.7: enable has_point_sample_accel
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40917>
This commit is contained in:
parent
f67b861f78
commit
7173e630a7
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ ac_fill_compiler_info(struct radeon_info *info, const struct drm_amdgpu_info_dev
|
|||
out->has_sram_ecc_enabled = info->family == CHIP_VEGA20 || info->family == CHIP_MI100 ||
|
||||
info->family == CHIP_MI200 || info->family == CHIP_GFX940;
|
||||
out->has_point_sample_accel = info->family == CHIP_STRIX1 || info->family == CHIP_STRIX_HALO ||
|
||||
info->family == CHIP_KRACKAN1;
|
||||
info->family == CHIP_KRACKAN1 || info->gfx_level == GFX11_7;
|
||||
out->has_fast_fma32 = info->gfx_level >= GFX9 || info->family == CHIP_TAHITI ||
|
||||
info->family == CHIP_HAWAII || info->family == CHIP_CARRIZO;
|
||||
out->has_fma_mix = info->gfx_level >= GFX10 || info->family == CHIP_VEGA12 ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue