diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_const.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_const.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_const.h b/src/gallium/drivers/llvmpipe/lp_bld_const.h index ed6b185fce..854b729ee6 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_const.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h @@ -49,6 +49,10 @@ unsigned lp_const_shift(union lp_type type); +unsigned +lp_const_offset(union lp_type type); + + double lp_const_scale(union lp_type type); |