panfrost: Remove unused #defines

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12328>
This commit is contained in:
Alyssa Rosenzweig 2021-08-11 10:58:26 -04:00 committed by Marge Bot
parent 3ec5e2b6a7
commit 07607c8443
1 changed files with 0 additions and 6 deletions

View 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. */