nak: Move encode_sm* to to sm*.rs

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30141>
This commit is contained in:
Faith Ekstrand
2024-07-09 12:04:03 -05:00
committed by Marge Bot
parent d82a5d0f59
commit 0f7ff6fbdc
3 changed files with 2 additions and 2 deletions

View File

@@ -7,8 +7,6 @@ mod bitset;
mod builder;
mod calc_instr_deps;
mod cfg;
mod encode_sm50;
mod encode_sm70;
mod from_nir;
mod ir;
mod legalize;
@@ -26,6 +24,8 @@ mod opt_out;
mod opt_uniform_instrs;
mod qmd;
mod repair_ssa;
mod sm50;
mod sm70;
mod sph;
mod spill_values;
mod to_cssa;