mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 00:40:10 +01:00
pan/genxml: Add v12 definition
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34032>
This commit is contained in:
parent
079426dd62
commit
b6d5e01120
3 changed files with 2190 additions and 1 deletions
|
|
@ -73,6 +73,9 @@
|
||||||
#elif (PAN_ARCH == 10)
|
#elif (PAN_ARCH == 10)
|
||||||
#define GENX(X) X##_v10
|
#define GENX(X) X##_v10
|
||||||
#include "genxml/v10_pack.h"
|
#include "genxml/v10_pack.h"
|
||||||
|
#elif (PAN_ARCH == 12)
|
||||||
|
#define GENX(X) X##_v12
|
||||||
|
#include "genxml/v12_pack.h"
|
||||||
#else
|
#else
|
||||||
#error "Need to add suffixing macro for this architecture"
|
#error "Need to add suffixing macro for this architecture"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
pan_packers = []
|
pan_packers = []
|
||||||
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10']
|
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12']
|
||||||
pan_packers += custom_target(
|
pan_packers += custom_target(
|
||||||
packer + '_pack.h',
|
packer + '_pack.h',
|
||||||
input : ['gen_pack.py', packer + '.xml'],
|
input : ['gen_pack.py', packer + '.xml'],
|
||||||
|
|
|
||||||
2186
src/panfrost/lib/genxml/v12.xml
Normal file
2186
src/panfrost/lib/genxml/v12.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue