mesa/src/panfrost/vulkan/jm
Boris Brezillon 63fc0a2de9 panfrost: Kill the mali_ptr typedef
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>
2025-01-07 11:10:55 +00:00
..
panvk_cmd_buffer.h panvk: Move panvk_cmd_compute_state to a common place 2024-11-15 16:00:25 +00:00
panvk_event.h panvk: Move the VkEvent logic to the jm folder and make it per-arch 2024-08-23 14:38:59 +00:00
panvk_queue.h panvk: Make panvk_queue_finish() a per-arch function 2024-08-23 14:38:59 +00:00
panvk_vX_cmd_buffer.c panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
panvk_vX_cmd_dispatch.c panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
panvk_vX_cmd_draw.c panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
panvk_vX_cmd_event.c panvk: Add support for layered rendering 2024-06-27 10:57:39 +00:00
panvk_vX_cmd_query.c panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
panvk_vX_event.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_vX_queue.c treewide: Stop putting enum in front of Vulkan enum types 2024-12-02 17:22:49 +00:00