mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
intel/compiler: print shader after successful brw_nir_lower_shading_rate_output
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18702>
This commit is contained in:
parent
cfd1e5a91e
commit
3c96959bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
|
|||
}
|
||||
|
||||
if (gl_shader_stage_can_set_fragment_shading_rate(nir->info.stage))
|
||||
brw_nir_lower_shading_rate_output(nir);
|
||||
NIR_PASS(_, nir, brw_nir_lower_shading_rate_output);
|
||||
|
||||
brw_nir_optimize(nir, compiler, is_scalar, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue