nir: move lots of code from nir_lower_io.c into new nir_lower_explicit_io.c

nir_lower_io is just for regular inputs/outputs.

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35760>
This commit is contained in:
Marek Olšák 2025-06-25 18:37:25 -04:00 committed by Marge Bot
parent 5bd3e0c08c
commit aefea49dad
3 changed files with 2161 additions and 2133 deletions

View file

@ -163,6 +163,7 @@ else
'nir_lower_discard_if.c',
'nir_lower_double_ops.c',
'nir_lower_drawpixels.c',
'nir_lower_explicit_io.c',
'nir_lower_fb_read.c',
'nir_lower_flatshade.c',
'nir_lower_flrp.c',

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff