mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
llvmpipe: Make lp_const_offset visible.
This commit is contained in:
parent
684a47f0f6
commit
b441a0b658
2 changed files with 5 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ lp_const_shift(union lp_type type)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static unsigned
|
unsigned
|
||||||
lp_const_offset(union lp_type type)
|
lp_const_offset(union lp_type type)
|
||||||
{
|
{
|
||||||
if(type.floating || type.fixed)
|
if(type.floating || type.fixed)
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,10 @@ unsigned
|
||||||
lp_const_shift(union lp_type type);
|
lp_const_shift(union lp_type type);
|
||||||
|
|
||||||
|
|
||||||
|
unsigned
|
||||||
|
lp_const_offset(union lp_type type);
|
||||||
|
|
||||||
|
|
||||||
double
|
double
|
||||||
lp_const_scale(union lp_type type);
|
lp_const_scale(union lp_type type);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue