Home
last modified time | relevance | path

Searched refs:WidthLog2 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c91 ti->WidthLog2 << 16 | in nv04_emit_tex_obj()
Dnv10_state_tex.c186 | ti->WidthLog2 << 16 in nv10_emit_tex_obj()
Dnv20_state_tex.c192 | ti->WidthLog2 << 20 in nv20_emit_tex_obj()
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c136 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; \
Ds_texfilter.c1426 const GLint shift = img->WidthLog2; in opt_sample_rgb_2d()
1471 const GLint shift = img->WidthLog2; in opt_sample_rgba_2d()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c642 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) | in radeonSetTexBuffer2()
924 log2Width = firstImage->WidthLog2; in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c735 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) | in r200SetTexBuffer2()
1300 log2Width = firstImage->WidthLog2; in setup_hardware_state()
/external/mesa3d/src/mesa/main/
Dmtypes.h944 GLuint WidthLog2; /**< = log2(Width2) */ member
Dteximage.c814 img->WidthLog2 = 0; in clear_teximage_fields()
864 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields_ms()