freedreno: reshuffle FD_MESA_DEBUG bitmask
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -76,9 +76,9 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
|
||||
#define FD_DBG_SHADERDB 0x0800
|
||||
#define FD_DBG_FLUSH 0x1000
|
||||
#define FD_DBG_DEQP 0x2000
|
||||
#define FD_DBG_INORDER 0x8000
|
||||
#define FD_DBG_BSTAT 0x10000
|
||||
#define FD_DBG_NOGROW 0x20000
|
||||
#define FD_DBG_INORDER 0x4000
|
||||
#define FD_DBG_BSTAT 0x8000
|
||||
#define FD_DBG_NOGROW 0x10000
|
||||
|
||||
extern int fd_mesa_debug;
|
||||
extern bool fd_binning_enabled;
|
||||
|
||||
Reference in New Issue
Block a user