intel/fs: report max register pressure in shader stats
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21756>
This commit is contained in:
committed by
Marge Bot
parent
8dd960e056
commit
09cdb77a92
@@ -1394,7 +1394,7 @@ brw_compile_tes(const struct brw_compiler *compiler,
|
||||
if (is_scalar) {
|
||||
fs_visitor v(compiler, params->log_data, mem_ctx, &key->base,
|
||||
&prog_data->base.base, nir, 8,
|
||||
debug_enabled);
|
||||
params->stats != NULL, debug_enabled);
|
||||
if (!v.run_tes()) {
|
||||
params->error_str = ralloc_strdup(mem_ctx, v.fail_msg);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user