zink: set is_xfb=false for all i/o variables

this can affect streamout generation, even though it so far hasn't

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24950>
(cherry picked from commit e87b24719f)
This commit is contained in:
Mike Blumenkrantz 2023-08-29 09:41:36 -04:00 committed by Dylan Baker
parent c5fab24c5c
commit ad390aa585
2 changed files with 1 additions and 2 deletions

View file

@ -5454,7 +5454,7 @@
"description": "zink: set is_xfb=false for all i/o variables",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -4916,7 +4916,6 @@ zink_shader_create(struct zink_screen *screen, struct nir_shader *nir,
var->data.is_xfb = false;
if (glsl_type_is_image(var->type) || glsl_type_is_sampler(var->type)) {
has_bindless_io = true;
break;
}
}
if (has_bindless_io)