Searched refs:WidthLog2 (Results 1 – 9 of 9) sorted by relevance
91 ti->WidthLog2 << 16 | in nv04_emit_tex_obj()
187 | ti->WidthLog2 << 16 in nv10_emit_tex_obj()
193 | ti->WidthLog2 << 20 in nv20_emit_tex_obj()
136 const GLint twidth_log2 = texImg->WidthLog2; \194 const GLint twidth_log2 = texImg->WidthLog2; \552 info.twidth_log2 = texImg->WidthLog2; \819 info.twidth_log2 = texImg->WidthLog2; \
1426 const GLint shift = img->WidthLog2; in opt_sample_rgb_2d()1471 const GLint shift = img->WidthLog2; in opt_sample_rgba_2d()
637 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) | in radeonSetTexBuffer2()920 log2Width = firstImage->WidthLog2; in setup_hardware_state()
731 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) | in r200SetTexBuffer2()1299 log2Width = firstImage->WidthLog2; in setup_hardware_state()
891 GLuint WidthLog2; /**< = log2(Width2) */ member
796 img->WidthLog2 = 0; in clear_teximage_fields()847 img->WidthLog2 = util_logbase2(img->Width2); in _mesa_init_teximage_fields_ms()