commit | d5c310899a72bfa400750ae37169fc6bf3e4f83b | [log] [tgz] |
---|---|---|
author | Faith Ekstrand <faith.ekstrand@collabora.com> | Tue Oct 24 13:40:47 2023 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Oct 26 23:05:44 2023 +0000 |
tree | 9637c557af8f809c869a5a912813f0a503f8e114 | |
parent | f10d768a8861139ec4aa9940f6b5e6b687ff9d16 [diff] |
nir: Split nir_lower_subgroup_options::lower_vote_eq into two bits On NVIDIA, we can do a vote_ieq on bool in one hardware op so we don't want that lowered. We do want to lower vote_feq and other vote_ieq, though. Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25894>