Searched refs:HeightLog2 (Results 1 – 2 of 2) sorted by relevance
799 img->HeightLog2 = 0; in clear_teximage_fields()859 img->HeightLog2 = 0; in _mesa_init_teximage_fields_ms()869 img->HeightLog2 = 0; /* not used */ in _mesa_init_teximage_fields_ms()892 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()906 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()913 img->HeightLog2 = util_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
782 GLuint HeightLog2; /**< = log2(Height2) */ member