Skip to content

zink: assert that ntv interp handling isn't doing implicit component expansion

Mike Blumenkrantz requested to merge zmike/mesa:zink-ntv into main

What does this MR do and why?

zink: assert that ntv interp handling isn't doing implicit component expansion

the number of components that ntv loads should always be the number of components
that the nir shader thinks it's loading

Merge request reports