zink: do not reserve or pack fragment outputs

These are completely unrelated to other shader IO variables, so they
don't need this logic.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7986>
This commit is contained in:
Erik Faye-Lund 2020-11-25 12:43:46 +01:00 committed by Marge Bot
parent f06f4a595e
commit 918cb23693

View file

@ -472,7 +472,6 @@ emit_output(struct ntv_context *ctx, struct nir_variable *var)
break;
default:
slot = handle_slot(ctx, slot);
spirv_builder_emit_location(&ctx->builder, var_id, slot);
spirv_builder_emit_index(&ctx->builder, var_id, var->data.index);
}