summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_const.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_const.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_const.h b/src/gallium/drivers/llvmpipe/lp_bld_const.h
index fb0e70ad19..18692aa9d8 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_const.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h
@@ -46,6 +46,10 @@ union lp_type type;
unsigned
+lp_mantissa(union lp_type type);
+
+
+unsigned
lp_const_shift(union lp_type type);
@@ -56,6 +60,13 @@ lp_const_offset(union lp_type type);
double
lp_const_scale(union lp_type type);
+double
+lp_const_min(union lp_type type);
+
+
+double
+lp_const_max(union lp_type type);
+
double
lp_const_eps(union lp_type type);