panfrost: Remove unused #defines
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 11 Aug 2021 14:58:26 +0000 (10:58 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Aug 2021 18:00:45 +0000 (18:00 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12328>

src/panfrost/include/panfrost-job.h

index f585d9e..67c9805 100644 (file)
@@ -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. */