mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 21:38:23 +02:00
pan/genxml: Add v14 definition
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41081>
This commit is contained in:
parent
f27d5b5884
commit
4258888f4d
3 changed files with 2762 additions and 1 deletions
|
|
@ -61,6 +61,9 @@
|
||||||
#elif (PAN_ARCH == 13)
|
#elif (PAN_ARCH == 13)
|
||||||
#define GENX(X) X##_v13
|
#define GENX(X) X##_v13
|
||||||
#include "genxml/v13_pack.h"
|
#include "genxml/v13_pack.h"
|
||||||
|
#elif (PAN_ARCH == 14)
|
||||||
|
#define GENX(X) X##_v14
|
||||||
|
#include "genxml/v14_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', 'v12', 'v13']
|
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13', 'v14']
|
||||||
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'],
|
||||||
|
|
|
||||||
2758
src/panfrost/genxml/v14.xml
Normal file
2758
src/panfrost/genxml/v14.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue