Skip to content

radeonsi: fix ps SI_PARAM_LINE_STIPPLE_TEX arg

Qiang Yu requested to merge yuq825/mesa:topic/fix-ps-args into main

This arg size should be 1 instead of 3. It does not affect functionality because we does not enable it in SPI_PS_INPUT_ADDR. But it does affect the VGPR number that LLVM produce when LLVM still count with all PS function arguments.

Merge request reports