llvmpipe: Make lp_const_offset visible.
This commit is contained in:
@@ -59,7 +59,7 @@ lp_const_shift(union lp_type type)
|
||||
}
|
||||
|
||||
|
||||
static unsigned
|
||||
unsigned
|
||||
lp_const_offset(union lp_type type)
|
||||
{
|
||||
if(type.floating || type.fixed)
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user