Home
last modified time | relevance | path

Searched refs:htile (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.h129 struct gfx9_surf_meta_flags htile; /* metadata of depth and stencil */ member
Dac_surface.c920 surf->u.gfx9.htile.rb_aligned = hin.hTileFlags.rbAligned; in gfx9_compute_miptree()
921 surf->u.gfx9.htile.pipe_aligned = hin.hTileFlags.pipeAligned; in gfx9_compute_miptree()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1096 rtex->surface.u.gfx9.htile.rb_aligned, in si_print_texture_info()
1097 rtex->surface.u.gfx9.htile.pipe_aligned); in si_print_texture_info()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c304 meta = image->surface.u.gfx9.htile; in si_set_mutable_tex_desc_fields()
Dradv_device.c3379 S_028ABC_PIPE_ALIGNED(iview->image->surface.u.gfx9.htile.pipe_aligned) | in radv_initialise_ds_surface()
3380 S_028ABC_RB_ALIGNED(iview->image->surface.u.gfx9.htile.rb_aligned); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2572 S_028ABC_PIPE_ALIGNED(rtex->surface.u.gfx9.htile.pipe_aligned) | in si_init_depth_surface()
2573 S_028ABC_RB_ALIGNED(rtex->surface.u.gfx9.htile.rb_aligned); in si_init_depth_surface()
Dsi_descriptors.c393 meta = tex->surface.u.gfx9.htile; in si_set_mutable_tex_desc_fields()