libagx: fix heap argument type in libagx_draw_robust_index

Fixes: d339bf7a98 ("libagx: rename agx_geometry_state to agx_heap")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Reviewed-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Janne Grunau <j@jannau.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37690>
(cherry picked from commit 9f67cc1510)
This commit is contained in:
Karol Herbst 2025-10-03 19:18:49 +02:00 committed by Eric Engestrom
parent 3107407734
commit 7a87cc5299
2 changed files with 2 additions and 2 deletions

View file

@ -5444,7 +5444,7 @@
"description": "libagx: fix heap argument type in libagx_draw_robust_index",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "d339bf7a98eae1e238d9a9e37d479c17675d074f",
"notes": null

View file

@ -123,7 +123,7 @@ libagx_memset_small(global uchar *dst, uchar b, int len, uint tid)
*/
KERNEL(32)
libagx_draw_robust_index(global uint32_t *vdm,
global struct agx_geometry_state *heap,
global struct agx_heap *heap,
constant VkDrawIndexedIndirectCommand *cmd,
uint64_t in_buf_ptr, uint32_t in_buf_range_B,
ushort restart, enum agx_primitive topology,