aco: add MIMG_instruction::strict_wqm
authorRhys Perry <pendingchaos02@gmail.com>
Tue, 21 Mar 2023 14:44:09 +0000 (14:44 +0000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 25 May 2023 16:29:16 +0000 (16:29 +0000)
commit35c133a77b1eeb91c76f64beb401c4859ade1d9f
tree9204286f46c1120107ae5c0f892a60526ad13187
parent1a6a57ac96cdd72caa1b589ecf071c662252b042
aco: add MIMG_instruction::strict_wqm

This lets us use linear VGPRs for part of the texture sample's address.

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/22636>
src/amd/compiler/aco_instruction_selection.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_register_allocation.cpp
src/amd/compiler/aco_validate.cpp