Home
last modified time | relevance | path

Searched refs:WidthLog2 (Results 1 – 10 of 10) 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.c191 | ti->WidthLog2 << 20 in nv20_emit_tex_obj()
/external/mesa3d/src/mesa/main/
Dtexobj.c502 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()
Dteximage.c1115 img->WidthLog2 = 0; in clear_teximage_fields()
1160 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields()
Dmtypes.h1205 GLuint WidthLog2; /**< = log2(Width2) */ member
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c135 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; \
Ds_texfilter.c1423 const GLint shift = img->WidthLog2; in opt_sample_rgb_2d()
1468 const GLint shift = img->WidthLog2; in opt_sample_rgba_2d()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c705 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) | in radeonSetTexBuffer2()
987 log2Width = firstImage->WidthLog2; in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c829 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) | in r200SetTexBuffer2()
1394 log2Width = firstImage->WidthLog2; in setup_hardware_state()