isl: Add an isl_format_supports_typed_atomics() helper.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 13 Oct 2020 20:58:20 +0000 (13:58 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 1 Jun 2022 10:05:19 +0000 (10:05 +0000)
commitf052e00a586302d2b19d3bec9cc9b0ea00fdb39b
tree5c4fd5863164daa97cf5fdeb9898d2eefcdc2d82
parent8e41c66639f20671957ffd8cacd7c7328920848e
isl: Add an isl_format_supports_typed_atomics() helper.

v2: Add a fields in isl_format with per gen support (Lionel)

v3: Fixup R32_FLOAT from 80 to 90
    Fixup R32_[SU]INT from 80 to 70 (Ken)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14712>
src/intel/isl/isl.h
src/intel/isl/isl_format.c