Home | History | Annotate | Download | only in main

Lines Matching refs:HeightLog2

782    img->HeightLog2 = 0;
844 img->HeightLog2 = 0;
854 img->HeightLog2 = 0; /* not used */
876 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
877 img->HeightLog2 = _mesa_logbase2(img->Height2);
890 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
891 img->HeightLog2 = _mesa_logbase2(img->Height2);
897 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
898 img->HeightLog2 = _mesa_logbase2(img->Height2);