diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index f585d9ebd23..67c9805e6c4 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -235,12 +235,6 @@ typedef uint64_t mali_ptr; /* 8192x8192 */ #define MAX_MIP_LEVELS (13) -/* Cubemap bloats everything up */ -#define MAX_CUBE_FACES (6) - -/* For each pointer, there is an address and optionally also a stride */ -#define MAX_ELEMENTS (2) - /* Used for lod encoding. Thanks @urjaman for pointing out these routines can * be cleaned up a lot. */