Searched refs:WidthLog2 (Results 1 – 9 of 9) sorted by relevance
91 ti->WidthLog2 << 16 | in nv04_emit_tex_obj()
186 | ti->WidthLog2 << 16 in nv10_emit_tex_obj()
192 | 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()
642 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) | in radeonSetTexBuffer2()924 log2Width = firstImage->WidthLog2; in setup_hardware_state()
735 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) | in r200SetTexBuffer2()1300 log2Width = firstImage->WidthLog2; in setup_hardware_state()
944 GLuint WidthLog2; /**< = log2(Width2) */ member
814 img->WidthLog2 = 0; in clear_teximage_fields()864 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields_ms()