panvk: Get rid of unused panvk_cmd_buffer fields

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28104>
This commit is contained in:
Boris Brezillon 2024-01-24 12:56:39 +01:00
parent b91c8543c0
commit d2e6dbf0f6

View file

@ -788,13 +788,9 @@ struct panvk_cmd_buffer {
struct panvk_pool tls_pool;
struct list_head batches;
VkCommandBufferUsageFlags usage_flags;
struct panvk_cmd_state state;
uint8_t push_constants[MAX_PUSH_CONSTANTS_SIZE];
VkShaderStageFlags push_constant_stages;
struct panvk_descriptor_set meta_push_descriptors;
struct panvk_cmd_bind_point_state bind_points[MAX_BIND_POINTS];
};