mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 03:30:22 +01:00
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:
parent
d440084d96
commit
bd8077bef5
2 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ nvk_classes = [
|
|||
'cl90b5',
|
||||
'cla0b5',
|
||||
'clc1b5',
|
||||
'cla0c0',
|
||||
'clc0c0',
|
||||
'clc3c0'
|
||||
]
|
||||
|
||||
nvk_cl_header_depend_files = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue