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:
committed by
Marge Bot
parent
21ba69940c
commit
411a61cd88
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user