nvk: Add base_group to root descriptor table

Signed-off-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Rebecca Mckeever
2022-12-09 16:31:42 -06:00
committed by Marge Bot
parent 3c5fbfcc30
commit 668e859255
+2 -1
View File
@@ -28,8 +28,9 @@ struct nvk_root_descriptor_table {
uint32_t _pad[5];
} draw;
struct {
uint32_t base_group[3];
uint32_t group_count[3];
uint32_t _pad[5];
uint32_t _pad[2];
} cs;
};