aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/encoder
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-05-06 19:48:05 -0400
committerMarge Bot <[email protected]>2020-05-21 17:49:14 +0000
commit485ec761082ddfd952f80bb96b5fb5a607349b08 (patch)
tree72a1f2f3f51e2d5f888f55fcb419e63aa62cc496 /src/panfrost/encoder
parente6293425bfe582e15b7a1460b14e33835b90c98f (diff)
panfrost: Guard experimental fp16 behind debug flag
Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5151>
Diffstat (limited to 'src/panfrost/encoder')
-rw-r--r--src/panfrost/encoder/pan_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_util.h b/src/panfrost/encoder/pan_util.h
index 06484ce383b..320a608e36f 100644
--- a/src/panfrost/encoder/pan_util.h
+++ b/src/panfrost/encoder/pan_util.h
@@ -35,6 +35,7 @@
#define PAN_DBG_SYNC 0x0010
#define PAN_DBG_PRECOMPILE 0x0020
#define PAN_DBG_GLES3 0x0040
+#define PAN_DBG_FP16 0x0080
extern int pan_debug;