mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
iris: Remove duplicated iris_measure_snapshot(INTEL_SNAPSHOT_COMPUTE)
We have this exacly line just a few lines above. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39326>
This commit is contained in:
parent
a6a8427b19
commit
f522ed33b4
1 changed files with 0 additions and 2 deletions
|
|
@ -9273,8 +9273,6 @@ struct GENX(COMPUTE_WALKER_BODY) body = {
|
|||
if (grid->indirect)
|
||||
iris_load_indirect_location(ice, batch, grid);
|
||||
|
||||
iris_measure_snapshot(ice, batch, INTEL_SNAPSHOT_COMPUTE, NULL, NULL, NULL);
|
||||
|
||||
ice->utrace.last_compute_walker =
|
||||
iris_emit_dwords(batch, GENX(COMPUTE_WALKER_length));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue