mesa/src/panfrost/vulkan/csf
Boris Brezillon b8174b21d2 panvk: Isolate CS specific bits in panvk_shader
We are about to add FS specific info there, so let's make sure all the
per-stage bits are part of a union and are conditionally
filled/[de]serialized based on the shader type.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32540>
2025-04-10 13:17:53 +00:00
..
panvk_cmd_buffer.h panvk: Isolate CS specific bits in panvk_shader 2025-04-10 13:17:53 +00:00
panvk_event.h
panvk_queue.h panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
panvk_vX_cmd_buffer.c panvk/csf: rework cache flush reduction 2025-03-24 22:21:06 +00:00
panvk_vX_cmd_dispatch.c panvk: Isolate CS specific bits in panvk_shader 2025-04-10 13:17:53 +00:00
panvk_vX_cmd_draw.c panvk/csf: Set invalidate_inherited_ctx only if the render pass is inherited 2025-04-10 13:17:53 +00:00
panvk_vX_cmd_event.c panfrost: Fix FLUSH_CACHE2 other definition 2025-02-26 10:17:11 +00:00
panvk_vX_cmd_precomp.c panvk: Isolate CS specific bits in panvk_shader 2025-04-10 13:17:53 +00:00
panvk_vX_cmd_query.c panvk: Avoid division by zero for vkCmdCopyQueryPoolResults 2025-03-12 14:22:39 +00:00
panvk_vX_device.c panfrost,panvk: Wire printf and abort support 2025-02-11 12:33:23 +00:00
panvk_vX_event.c panvk: Make panvk_pool_free_mem() error proof 2024-10-15 13:16:07 +00:00
panvk_vX_exception_handler.c panfrost: Fix FLUSH_CACHE2 other definition 2025-02-26 10:17:11 +00:00
panvk_vX_queue.c panvk: add core mask driconf options 2025-04-09 21:09:20 +00:00
panvk_vX_utrace.c panvk/csf: fix uninitialized read in utrace_clone_init_builder 2025-04-04 09:43:02 +00:00