mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 01:00:10 +01:00
iris: Set COMPUTE_WALKER Message SIMD field
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26390>
This commit is contained in:
parent
aafdf59dfe
commit
59dc9b1df6
1 changed files with 1 additions and 0 deletions
|
|
@ -8437,6 +8437,7 @@ iris_upload_compute_walker(struct iris_context *ice,
|
|||
ice->utrace.last_compute_walker, cw) {
|
||||
cw.IndirectParameterEnable = grid->indirect;
|
||||
cw.SIMDSize = dispatch.simd_size / 16;
|
||||
cw.MessageSIMD = dispatch.simd_size / 16;
|
||||
cw.LocalXMaximum = grid->block[0] - 1;
|
||||
cw.LocalYMaximum = grid->block[1] - 1;
|
||||
cw.LocalZMaximum = grid->block[2] - 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue