Home | History | Annotate | Download | only in main

Lines Matching refs:WidthLog2

1115    img->WidthLog2 = 0;
1159 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */
1160 img->WidthLog2 = _mesa_logbase2(img->Width2);