Skip to content

freedreno/ir3: update prefetch input_offset when packing inlocs

Jonathan Marek requested to merge flto/mesa:turnip-ir3 into master

If the input location changes then prefetch input_offset needs to change.

With turnip this fixes the texture prefetch in the multisampling vulkan demo.

Merge request reports