mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
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:
parent
b91c8543c0
commit
d2e6dbf0f6
1 changed files with 0 additions and 4 deletions
|
|
@ -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];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue