Home
last modified time | relevance | path

Searched refs:max_mip (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1037 unsigned max_mip = in gfx10_make_texture_descriptor() local
1041 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()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c558 uint32_t max_mip = dzn_physical_device_get_max_mip_level(is_3d); in dzn_physical_device_get_max_extent() local
560 return 1 << max_mip; in dzn_physical_device_get_max_extent()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4101 unsigned max_mip = res->nr_samples > 1 ? util_logbase2(res->nr_samples) : in gfx10_make_texture_descriptor() local
4105 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()