mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
brw: mark divergence data as valid for debug purposes
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37929>
This commit is contained in:
parent
255d1e883d
commit
d37c6ff4ed
1 changed files with 1 additions and 0 deletions
|
|
@ -2383,6 +2383,7 @@ brw_postprocess_nir_opts(nir_shader *nir, const struct brw_compiler *compiler,
|
|||
|
||||
nir_foreach_function_impl(impl, nir) {
|
||||
nir_divergence_analysis_impl(impl, options);
|
||||
impl->valid_metadata |= nir_metadata_divergence;
|
||||
}
|
||||
|
||||
nir_shader_instructions_pass(nir,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue