mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
iris: Enable INTEL_MEASURE for compute dispatches on XeHP
Cc: mesa-stable Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19324>
This commit is contained in:
parent
a41c0b58aa
commit
48844910a3
1 changed files with 2 additions and 0 deletions
|
|
@ -7233,6 +7233,8 @@ iris_upload_compute_walker(struct iris_context *ice,
|
|||
if (grid->indirect)
|
||||
iris_load_indirect_location(ice, batch, grid);
|
||||
|
||||
iris_measure_snapshot(ice, batch, INTEL_SNAPSHOT_COMPUTE, NULL, NULL, NULL);
|
||||
|
||||
iris_emit_cmd(batch, GENX(COMPUTE_WALKER), cw) {
|
||||
cw.IndirectParameterEnable = grid->indirect;
|
||||
cw.SIMDSize = dispatch.simd_size / 16;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue