nouveau/vk: add support for compute classes to generator.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Dave Airlie 2022-06-11 07:07:32 +10:00 committed by Marge Bot
parent d440084d96
commit bd8077bef5
2 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,9 @@ nvk_classes = [
'cl90b5',
'cla0b5',
'clc1b5',
'cla0c0',
'clc0c0',
'clc3c0'
]
nvk_cl_header_depend_files = [

View file

@ -31,6 +31,10 @@ int nouveau_ws_push_submit(struct nouveau_ws_push *, struct nouveau_ws_device *,
void nouveau_ws_push_ref(struct nouveau_ws_push *, struct nouveau_ws_bo *, enum nouveau_ws_bo_map_flags);
void nouveau_ws_push_reset(struct nouveau_ws_push *);
#define SUBC_NVA0C0 1
#define SUBC_NVC0C0 1
#define SUBC_NVC3C0 1
#define SUBC_NV902D 3
#define SUBC_NV90B5 4