Files
mesa/src
Alyssa Rosenzweig 0eb5f8e765 nir: Add nir_alu_src_as_uint helper
We have a few ALU instructions that take a constant source. Technically, they
have a swizzle so you can't just nir_src_as_uint them, even though a bunch of
backends do. To help backends do the right thing, add a helper that's just as
easy to use that will chase the swizzle properly.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22695>
2023-05-11 09:23:04 -04:00
..
2023-05-11 09:30:19 +02:00
2023-04-26 23:52:21 +00:00
2023-05-11 15:24:03 +03:00
2023-05-04 15:02:44 +02:00
2023-03-13 01:22:46 +00:00
2023-02-18 00:44:43 +00:00