Lines Matching refs:Height2
794 img->Height2 = 0; in clear_teximage_fields()
854 img->Height2 = 0; in _mesa_init_teximage_fields_ms()
856 img->Height2 = 1; in _mesa_init_teximage_fields_ms()
866 img->Height2 = height; /* no border */ in _mesa_init_teximage_fields_ms()
889 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */ in _mesa_init_teximage_fields_ms()
890 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
903 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */ in _mesa_init_teximage_fields_ms()
904 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
910 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */ in _mesa_init_teximage_fields_ms()
911 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
922 img->Width2, img->Height2, img->Depth2); in _mesa_init_teximage_fields_ms()
4179 if (texImage->Height2 != height) in can_avoid_reallocation()