freedreno/devices: Enable 64-bit atomics on a735 and a740v3

The blob exposes VK_KHR_shader_atomic_int64 on these devices too,
but this was missed during initial enablement.

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31821>
This commit is contained in:
Valentine Burley
2024-10-24 12:00:43 +00:00
committed by Marge Bot
parent da989edde8
commit 0981f983ee
@@ -879,6 +879,7 @@ a7xx_735 = A7XXProps(
supports_ibo_ubwc = True,
fs_must_have_non_zero_constlen_quirk = True,
enable_tp_ubwc_flag_hint = True,
has_64b_ssbo_atomics = True,
)
a7xx_740 = A7XXProps(
@@ -911,6 +912,7 @@ a7xx_740v3 = A7XXProps(
supports_ibo_ubwc = True,
fs_must_have_non_zero_constlen_quirk = True,
enable_tp_ubwc_flag_hint = True,
has_64b_ssbo_atomics = True,
)
a7xx_x1_85 = A7XXProps(