Home
last modified time | relevance | path

Searched refs:_mesa_logbase2 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h300 const int delta = _mesa_logbase2(type_sz(reg.type)) - in subscript()
301 _mesa_logbase2(type_sz(type)); in subscript()
Dbrw_fs_reg_allocate.cpp80 const int index = _mesa_logbase2(dispatch_width / 8); in brw_alloc_reg_set()
542 int rsi = _mesa_logbase2(reg_width); /* Which compiler->fs_reg_sets[] to use */ in assign_regs()
Dbrw_eu_emit.c608 const unsigned block_size = (devinfo->gen >= 8 ? _mesa_logbase2(num_regs) : in gen7_set_dp_scratch_message()
3522 brw_imm_ud(_mesa_logbase2(type_sz(src.type)) + in brw_broadcast()
Dbrw_fs.cpp4878 return 1 << _mesa_logbase2(max_width); in get_fpu_lowered_simd_width()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c115 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1; in brw_upload_clip_prog()
Dbrw_vs.c300 _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1; in brw_vs_populate_key()
/external/mesa3d/src/mesa/main/
Dimports.h276 _mesa_logbase2(GLuint n) in _mesa_logbase2() function
Dteximage.c739 return _mesa_logbase2(size) + 1; in _mesa_get_tex_max_num_levels()
864 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields_ms()
907 img->HeightLog2 = _mesa_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
921 img->HeightLog2 = _mesa_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
928 img->HeightLog2 = _mesa_logbase2(img->Height2); in _mesa_init_teximage_fields_ms()
930 img->DepthLog2 = _mesa_logbase2(img->Depth2); in _mesa_init_teximage_fields_ms()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c688 lastLevel = firstLevel + _mesa_logbase2(MAX2(MAX2(width, height), depth)); in radeon_miptree_create_for_teximage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c688 lastLevel = firstLevel + _mesa_logbase2(MAX2(MAX2(width, height), depth)); in radeon_miptree_create_for_teximage()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2898 pt.last_level = _mesa_logbase2(MAX3(width, height, depth)); in st_TestProxyTexImage()