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:
committed by
Marge Bot
parent
883b5407c8
commit
afdc6891c1
@@ -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) \
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user