Skip to content

radv: Refactor TCS offchip layout SGPR

Why?

  • The bitfields in the SGPR now match RadeonSI
  • TCS and TES can use the same SGPR arg, which simplifies some code
  • Also allows us to have a higher number of patches per workgroup in the future

Merge request reports