mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 18:28:14 +02:00
mali_ptr is no shorter than uint64_t, and we already have a few places where we use uint64_t to store GPU virtual addresses in src/panfrost, so let's just kill this typedef and use uint64_t types everywhere. That's one step towards panfrost-job.h removal. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32899> |
||
|---|---|---|
| .. | ||
| panvk_cmd_buffer.h | ||
| panvk_event.h | ||
| panvk_queue.h | ||
| panvk_vX_cmd_buffer.c | ||
| panvk_vX_cmd_dispatch.c | ||
| panvk_vX_cmd_draw.c | ||
| panvk_vX_cmd_event.c | ||
| panvk_vX_cmd_query.c | ||
| panvk_vX_event.c | ||
| panvk_vX_queue.c | ||