mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
agx: validate post-RA
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26963>
This commit is contained in:
parent
f0b8d933fc
commit
7f1ec658e9
1 changed files with 1 additions and 0 deletions
|
|
@ -2834,6 +2834,7 @@ agx_compile_function_nir(nir_shader *nir, nir_function_impl *impl,
|
|||
agx_print_shader(ctx, stdout);
|
||||
|
||||
agx_ra(ctx);
|
||||
agx_validate(ctx, "RA");
|
||||
agx_lower_64bit_postra(ctx);
|
||||
|
||||
if (ctx->stage == MESA_SHADER_VERTEX && !impl->function->is_preamble)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue