intel/utrace: make blorp tracepoints more readable

With the operation name and some formats.

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/17467>
This commit is contained in:
Lionel Landwerlin
2022-07-01 10:52:45 +03:00
committed by Marge Bot
parent eac5e938c0
commit d53682e1a9
5 changed files with 28 additions and 17 deletions

View File

@@ -478,12 +478,13 @@ blorp_measure_end(struct blorp_batch *blorp_batch,
struct iris_batch *batch = blorp_batch->driver_batch;
trace_intel_end_blorp(&batch->trace,
params->op,
params->x1 - params->x0,
params->y1 - params->y0,
params->hiz_op,
params->fast_clear_op,
params->shader_type,
params->shader_pipeline);
params->num_samples,
params->shader_pipeline,
params->dst.view.format,
params->src.view.format);
}
void