anv: fix relocations into internal shaders

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41047>
This commit is contained in:
Lionel Landwerlin 2026-04-15 16:42:48 +03:00
parent 373a4df639
commit 730227d1a9

View file

@ -151,7 +151,7 @@ anv_shader_internal_create(struct anv_device *device,
anv_shader_heap_upload(&device->shader_heap,
shader->kernel,
kernel_data,
shader->code,
shader->prog_data,
shader->stats->dispatch_width);