mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
anv: fix missing inline parameter emission
Should only impact Xe2+
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 02294961ee ("anv: stop using a binding table entry for gl_NumWorkgroups")
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31799>
This commit is contained in:
parent
3a5b9ee59e
commit
7d9449c873
1 changed files with 1 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ emit_indirect_compute_walker(struct anv_cmd_buffer *cmd_buffer,
|
|||
.InterfaceDescriptor =
|
||||
get_interface_descriptor_data(cmd_buffer, shader, prog_data,
|
||||
&dispatch),
|
||||
.EmitInlineParameter = prog_data->uses_inline_data,
|
||||
.InlineData = {
|
||||
[ANV_INLINE_PARAM_NUM_WORKGROUPS_OFFSET / 4 + 0] = UINT32_MAX,
|
||||
[ANV_INLINE_PARAM_NUM_WORKGROUPS_OFFSET / 4 + 1] = indirect_addr64 & 0xffffffff,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue