Searched refs:max_mip (Results 1 – 3 of 3) sorted by relevance
1037 unsigned max_mip = in gfx10_make_texture_descriptor() local1041 state[1] |= S_00A004_MAX_MIP(max_mip); in gfx10_make_texture_descriptor()1043 state[5] |= S_00A014_MAX_MIP(max_mip); in gfx10_make_texture_descriptor()
558 uint32_t max_mip = dzn_physical_device_get_max_mip_level(is_3d); in dzn_physical_device_get_max_extent() local560 return 1 << max_mip; in dzn_physical_device_get_max_extent()
4101 unsigned max_mip = res->nr_samples > 1 ? util_logbase2(res->nr_samples) : in gfx10_make_texture_descriptor() local4105 state[1] |= S_00A004_MAX_MIP(max_mip); in gfx10_make_texture_descriptor()4107 state[5] |= S_00A014_MAX_MIP(max_mip); in gfx10_make_texture_descriptor()