Faith Ekstrand
80a1836d8b
nir: Get rid of nir_dest_bit_size()
...
We could add a nir_def_bit_size() helper but we use ->bit_size about 3x
as often as nir_dest_bit_size() today so that's a major Coccinelle
refactor anyway and this doesn't make it much worse. Most of this
commit was generated byt the following semantic patch:
@@
expression D;
@@
<...
-nir_dest_bit_size(D)
+D.ssa.bit_size
...
Some manual fixup was needed, especially in cpp files where Coccinelle
tends to give up the moment it sees any interesting C++.
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24674 >
2023-08-14 21:22:53 +00:00
..
2023-06-27 06:25:56 +00:00
2023-08-11 02:53:47 +00:00
2023-02-22 11:58:57 +00:00
2023-02-22 11:58:57 +00:00
2023-05-11 22:18:03 +00:00
2023-05-11 22:18:03 +00:00
2023-07-13 21:03:32 +00:00
2023-07-13 21:03:32 +00:00
2023-08-08 10:24:54 +00:00
2023-08-08 10:24:54 +00:00
2023-08-04 16:03:16 +00:00
2023-08-04 16:03:16 +00:00
2022-07-12 15:53:11 +00:00
2023-01-12 01:46:26 +00:00
2023-08-04 21:31:57 +00:00
2023-08-04 21:31:57 +00:00
2022-09-01 20:17:25 +00:00
2022-09-01 20:17:25 +00:00
2023-03-24 09:38:06 +02:00
2022-12-12 17:38:19 +00:00
2022-12-12 17:38:19 +00:00
2022-09-17 03:32:29 +00:00
2022-09-17 03:32:29 +00:00
2023-02-13 07:43:11 +00:00
2023-02-15 18:35:14 +00:00
2023-05-11 22:18:02 +00:00
2023-03-31 14:57:03 +00:00
2023-06-27 06:25:56 +00:00
2023-06-27 06:25:56 +00:00
2022-09-02 00:13:27 +00:00
2022-11-10 05:04:12 +00:00
2023-02-15 18:35:14 +00:00
2022-07-12 15:53:11 +00:00
2022-06-29 20:31:57 +00:00
2023-08-11 23:38:55 +00:00
2023-07-03 19:51:05 +00:00
2023-08-04 13:55:11 +00:00
2023-07-25 23:34:02 +00:00
2023-06-27 06:25:56 +00:00
2023-06-27 06:25:56 +00:00
2022-07-19 19:19:33 +00:00
2022-11-10 06:27:25 +00:00
2023-08-12 16:44:41 -04:00
2023-08-12 16:44:41 -04:00
2023-08-12 16:44:41 -04:00
2023-08-04 21:32:03 +00:00
2023-08-04 21:32:06 +00:00
2023-08-04 21:32:06 +00:00
2023-08-14 21:22:53 +00:00
2023-08-12 16:44:41 -04:00
2023-08-01 10:30:59 +02:00
2023-08-01 10:30:59 +02:00
2022-09-01 20:17:25 +00:00
2023-02-15 18:35:14 +00:00
2023-08-11 02:53:47 +00:00
2023-08-11 02:53:47 +00:00
2023-07-11 07:36:53 +00:00
2023-07-11 07:36:53 +00:00
2022-10-21 22:36:45 +00:00
2022-10-21 22:36:45 +00:00
2023-07-31 17:01:41 +00:00
2023-07-31 17:01:41 +00:00
2023-08-01 19:17:05 +00:00
2023-08-01 19:17:05 +00:00
2022-11-23 16:02:27 +00:00
2023-08-10 03:05:02 +00:00
2023-04-03 18:13:01 +00:00
2023-07-31 17:01:42 +00:00
2023-07-31 17:01:42 +00:00
2023-05-15 17:14:20 +00:00
2022-11-10 05:04:12 +00:00
2023-06-23 09:28:04 +00:00
2023-06-23 09:28:04 +00:00
2022-07-19 19:19:33 +00:00
2022-07-19 19:19:33 +00:00
2023-05-15 17:14:20 +00:00
2023-05-15 17:14:20 +00:00
2023-01-03 17:20:30 +00:00
2023-06-26 15:07:53 +09:00
2023-06-26 15:07:53 +09:00
2023-02-06 18:36:29 +00:00
2023-02-06 18:36:29 +00:00