Searched refs:WidthLog2 (Results 1 – 10 of 10) sorted by relevance
91 ti->WidthLog2 << 16 | in nv04_emit_tex_obj()
186 | ti->WidthLog2 << 16 in nv10_emit_tex_obj()
191 | ti->WidthLog2 << 20 in nv20_emit_tex_obj()
502 maxLog2 = baseImage->WidthLog2; in _mesa_test_texobj_completeness()507 maxLog2 = MAX2(baseImage->WidthLog2, in _mesa_test_texobj_completeness()512 maxLog2 = MAX3(baseImage->WidthLog2, in _mesa_test_texobj_completeness()518 maxLog2 = MAX2(baseImage->WidthLog2, in _mesa_test_texobj_completeness()
1115 img->WidthLog2 = 0; in clear_teximage_fields()1160 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields()
1205 GLuint WidthLog2; /**< = log2(Width2) */ member
135 const GLint twidth_log2 = texImg->WidthLog2; \193 const GLint twidth_log2 = texImg->WidthLog2; \551 info.twidth_log2 = texImg->WidthLog2; \818 info.twidth_log2 = texImg->WidthLog2; \
1423 const GLint shift = img->WidthLog2; in opt_sample_rgb_2d()1468 const GLint shift = img->WidthLog2; in opt_sample_rgba_2d()
705 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) | in radeonSetTexBuffer2()987 log2Width = firstImage->WidthLog2; in setup_hardware_state()
829 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) | in r200SetTexBuffer2()1394 log2Width = firstImage->WidthLog2; in setup_hardware_state()