mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
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:
parent
5bd3e0c08c
commit
aefea49dad
3 changed files with 2161 additions and 2133 deletions
|
|
@ -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',
|
||||
|
|
|
|||
2160
src/compiler/nir/nir_lower_explicit_io.c
Normal file
2160
src/compiler/nir/nir_lower_explicit_io.c
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue