asahi: mv AGX_MAX_OCCLUSION_QUERIES define

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
Alyssa Rosenzweig
2024-04-19 22:04:29 -04:00
committed by Marge Bot
parent 883b5407c8
commit afdc6891c1
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
#include "agx_pack.h"
#include "agx_ppp.h"
#define AGX_MAX_VIEWPORTS (16)
#define AGX_MAX_OCCLUSION_QUERIES (65536)
#define AGX_MAX_VIEWPORTS (16)
#define agx_push(ptr, T, cfg) \
for (unsigned _loop = 0; _loop < 1; ++_loop, ptr += AGX_##T##_LENGTH) \
-2
View File
@@ -46,8 +46,6 @@ is_timer(struct agx_query *query)
}
}
#define AGX_MAX_OCCLUSION_QUERIES (65536)
struct agx_oq_heap {
/* The GPU allocation itself */
struct agx_bo *bo;