mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
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:
parent
373a4df639
commit
730227d1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue