etnaviv: isa: Make etna_asm_result usable in Rust

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28869>
This commit is contained in:
Christian Gmeiner 2024-06-17 13:13:38 +02:00 committed by Marge Bot
parent 2ad2d86e49
commit 0f93393cd6

View file

@ -105,6 +105,7 @@ if with_tools.contains('etnaviv')
args : [
'--disable-header-comment',
'--ignore-functions',
'--allowlist-type', 'etna_asm_result',
'--allowlist-type', 'etna_inst',
'--allowlist-type', 'isa_swiz',
'--default-enum-style', 'rust',