intel/compiler: Make vec4 generator take debug_enabled as a parameter
The callers already have this value, and we would like to make it follow different rules other than stage that might not be visible to the helper function, so just pass explicitly. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9779>
This commit is contained in:
committed by
Marge Bot
parent
244d2daa00
commit
758eb18c6f
@@ -1435,7 +1435,7 @@ brw_compile_tes(const struct brw_compiler *compiler,
|
||||
assembly = brw_vec4_generate_assembly(compiler, log_data, mem_ctx, nir,
|
||||
&prog_data->base, v.cfg,
|
||||
v.performance_analysis.require(),
|
||||
stats);
|
||||
stats, debug_enabled);
|
||||
}
|
||||
|
||||
return assembly;
|
||||
|
||||
Reference in New Issue
Block a user