Home
last modified time | relevance | path

Searched refs:base_mip_height (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h247 uint16_t base_mip_height; member
Dac_surface.c1794 surf->u.gfx9.base_mip_height = mip_info[0].height; in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c2177 iview->extent.height = iview->image->planes[0].surface.u.gfx9.base_mip_height; in radv_image_view_init()
2191 iview->image->planes[0].surface.u.gfx9.base_mip_height); in radv_image_view_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c814 height = tex->surface.u.gfx9.base_mip_height; in si_set_shader_image_desc()