Files
mesa/src
Dylan Baker a5b9f428f9 intel/compiler/brw: Add assert that we don't have a negative value
Coverity notices that `nir_get_io_index_src_number` could return -1, and
that we use it to index an array. It cannot understand that -1 only
happens for unhandled enum values, but all of these are handled. Add an
assert to help it out.

CID: 1667234
Fixes: 37a9c5411f ("brw: serialize messages on Gfx12.x if required")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38007>
2025-10-24 15:13:10 +00:00
..
2025-09-03 11:47:00 +00:00
2025-10-09 12:29:55 +00:00
2025-10-22 09:23:34 +02:00
2025-10-14 20:53:10 +00:00
2025-10-22 21:08:27 +00:00
2025-09-22 16:35:26 +00:00
2025-10-22 09:23:34 +02:00
2025-10-24 13:52:57 +00:00
2025-10-20 17:46:38 +00:00