mesa/src/amd/compiler/instruction_selection
Rhys Perry d6ed68212c
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
aco: fix SGPR 8-bit nir_op_vec with mixed constant and non-constant
For example, vec2(non_const, const)

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Fixes: 04e3d7ad93 ("aco: improve nir_op_vec with constant operands")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13911
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37405>
2025-09-18 12:37:19 +00:00
..
aco_instruction_selection.h aco: avoid unaligned offsets when selecting load_global_amd 2025-09-17 09:15:46 +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: Add call info 2025-09-15 17:16:20 +00:00
aco_isel_setup.cpp aco: avoid unaligned offsets when selecting load_global_amd 2025-09-17 09:15:46 +00:00
aco_select_nir.cpp aco/isel: add init_disable_wqm helper 2025-08-28 06:29:01 +00:00
aco_select_nir_alu.cpp aco: fix SGPR 8-bit nir_op_vec with mixed constant and non-constant 2025-09-18 12:37:19 +00:00
aco_select_nir_intrinsics.cpp aco: workaround load tearing for load_shared2_amd 2025-09-17 11:29:21 +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 radv/rt: only use one user SGPR for the traversal shader addr 2025-09-03 05:53:41 +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