Home | History | Annotate | Download | only in main

Lines Matching refs:HeightLog2

1116    img->HeightLog2 = 0;
1170 img->HeightLog2 = 0;
1180 img->HeightLog2 = 0; /* not used */
1200 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1201 img->HeightLog2 = _mesa_logbase2(img->Height2);
1210 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1211 img->HeightLog2 = _mesa_logbase2(img->Height2);
1217 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1218 img->HeightLog2 = _mesa_logbase2(img->Height2);