Skip to content

aco/gfx12: disable vinterp ddx/ddy optimization

Georg Lehmann requested to merge DadSchoorse/mesa:aco-gfx12-vinterp-ddx into main

This only seems to work on gfx11 and gfx11.5, and it's only faster on gfx11.5.

We could continue to use vinterp, with constants copied to vgprs, but whether that's beneficial depends on the shader.

Closes: #12250 (closed)

Merge request reports

Loading