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:
@@ -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] */
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user