ac: Move AC_HS_MSG_VOTE_LDS_BYTES to ac_shader_util.h

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32966>
This commit is contained in:
Timur Kristóf
2025-01-09 19:12:36 -06:00
parent 736f61fa80
commit cc43bd151b
2 changed files with 3 additions and 3 deletions

View File

@@ -17,9 +17,6 @@
extern "C" {
#endif
/* Reserve this size at the beginning of LDS for the tf0/1 shader message group vote. */
#define AC_HS_MSG_VOTE_LDS_BYTES 16
enum
{
/* SPI_PS_INPUT_CNTL_i.OFFSET[0:4] */

View File

@@ -30,6 +30,9 @@ extern "C" {
#define AC_SENDMSG_GS_OP_EMIT (2 << 4)
#define AC_SENDMSG_GS_OP_EMIT_CUT (3 << 4)
/* Reserve this size at the beginning of LDS for the tf0/1 shader message group vote. */
#define AC_HS_MSG_VOTE_LDS_BYTES 16
/* An extension of gl_access_qualifier describing other aspects of memory operations
* for code generation.
*/