mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 13:40:23 +01:00
ac/spm: define new per-shader engine blocks
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39199>
This commit is contained in:
parent
60fac38491
commit
9fe57d3882
1 changed files with 8 additions and 0 deletions
|
|
@ -75,6 +75,14 @@ enum ac_spm_se_block {
|
|||
AC_SPM_SE_BLOCK_GL1H,
|
||||
AC_SPM_SE_BLOCK_SQC,
|
||||
AC_SPM_SE_BLOCK_PC,
|
||||
AC_SPM_SE_BLOCK_EA,
|
||||
AC_SPM_SE_BLOCK_GE,
|
||||
AC_SPM_SE_BLOCK_GL2A,
|
||||
AC_SPM_SE_BLOCK_GL2C,
|
||||
AC_SPM_SE_BLOCK_WGS,
|
||||
AC_SPM_SE_BLOCK_GL1XA,
|
||||
AC_SPM_SE_BLOCK_GL1XC,
|
||||
AC_SPM_SE_BLOCK_UTCL1,
|
||||
/* gap */
|
||||
AC_SPM_SE_BLOCK_SE_RPM = 31,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue