aco: add VINTERP instruction format
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 17 Jun 2022 12:53:08 +0000 (13:53 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Sep 2022 14:49:56 +0000 (14:49 +0000)
commitaadb7aef01913c24ab37b3409496649470ff66f4
tree33a5cfd0883bcdebebdbc81ebeccd8d3dca3f725
parent55cd74d468fe7834c3da63864bf3099cdf98c57f
aco: add VINTERP instruction format

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17333>
12 files changed:
src/amd/compiler/aco_assembler.cpp
src/amd/compiler/aco_builder_h.py
src/amd/compiler/aco_insert_waitcnt.cpp
src/amd/compiler/aco_ir.cpp
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_lower_to_hw_instr.cpp
src/amd/compiler/aco_opcodes.py
src/amd/compiler/aco_opt_value_numbering.cpp
src/amd/compiler/aco_print_ir.cpp
src/amd/compiler/aco_register_allocation.cpp
src/amd/compiler/aco_validate.cpp
src/amd/compiler/tests/test_regalloc.cpp