pan/clc: Wire up gpu_variant to pan_compile_inputs

Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37231>
This commit is contained in:
Christoph Pillmayer 2025-08-29 10:47:12 +00:00 committed by Marge Bot
parent 21ba69940c
commit 411a61cd88

View file

@ -348,6 +348,7 @@ main(int argc, const char **argv)
struct pan_compile_inputs inputs = {
.gpu_id = gpu_prod_id << 16,
.gpu_variant = 0,
};
nir_link_shader_functions(s, nir);