Skip to content

nir/gather_info: fix gathering for compact arrayed builtins

Mike Blumenkrantz requested to merge zmike/mesa:nir-gather into main

What does this MR do and why?

nir/gather_info: fix gathering for arrayed builtins

these are treated as vecs, but depending on driver caps num_slots
may or may not equal the array size

Merge request reports