mesa/src/amd/compiler/instruction_selection
Rhys Perry 44ab4ad732 aco: align scratch size after isel
Make it safe for VGPR spilling if it's not a multiple of 4.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36406>
2025-08-04 15:06:43 +00:00
..
aco_instruction_selection.h aco/isel: move visit_intrinsic() into separate file 2025-05-16 11:01:19 +00:00
aco_isel_cfg.cpp aco/isel: move control-flow helper functions into separate file 2025-05-16 11:01:19 +00:00
aco_isel_helpers.cpp aco: remove RegClass::as_subdword 2025-07-11 12:15:09 +00:00
aco_isel_setup.cpp aco: align scratch size after isel 2025-08-04 15:06:43 +00:00
aco_select_nir.cpp treewide: use nir_def_as_* 2025-08-01 15:34:24 +00:00
aco_select_nir_alu.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
aco_select_nir_intrinsics.cpp ac/nir/lower_ps: remove barrier for end_invocation_interlock 2025-08-04 09:30:06 +00:00
aco_select_ps_epilog.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
aco_select_ps_prolog.cpp aco/isel: move select_ps_prolog() into separate file 2025-05-16 11:01:19 +00:00
aco_select_rt_prolog.cpp aco/isel: move select_rt_prolog() into separate file 2025-05-16 11:01:19 +00:00
aco_select_trap_handler.cpp aco/isel: move select_trap_handler_shader() into separate file 2025-05-16 11:01:19 +00:00
aco_select_vs_prolog.cpp aco/isel: move select_vs_prolog() into separate file 2025-05-16 11:01:19 +00:00