2020a1799b
Instead of using module->nir or nir->info->name to determine if it's a meta shader, use nir->info->internal. This also has an effect of disabling printing of meta shaders with NIR_DEBUG=print. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14087>