Home | History | Annotate | Download | only in main

Lines Matching full:_mesa_logbase2

1040    return _mesa_logbase2(size) + 1;
1160 img->WidthLog2 = _mesa_logbase2(img->Width2);
1201 img->HeightLog2 = _mesa_logbase2(img->Height2);
1211 img->HeightLog2 = _mesa_logbase2(img->Height2);
1218 img->HeightLog2 = _mesa_logbase2(img->Height2);
1220 img->DepthLog2 = _mesa_logbase2(img->Depth2);