radeonsi/gfx11: mark streamout as unimplemented for now

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16328>
This commit is contained in:
Marek Olšák
2022-05-03 15:05:50 -04:00
committed by Marge Bot
parent 66d4bafd5b
commit 3bc754a9a6
@@ -3098,6 +3098,11 @@ static void *si_create_shader_selector(struct pipe_context *ctx,
if (!sel)
return NULL;
if (sscreen->info.chip_class == GFX11 && state->stream_output.num_outputs) {
fprintf(stderr, "radeonsi: streamout unimplemented\n");
abort();
}
sel->screen = sscreen;
sel->compiler_ctx_state.debug = sctx->debug;
sel->compiler_ctx_state.is_debug_context = sctx->is_debug;