Searched refs:htile (Results 1 – 7 of 7) sorted by relevance
129 struct gfx9_surf_meta_flags htile; /* metadata of depth and stencil */ member
920 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()
1096 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()
304 meta = image->surface.u.gfx9.htile; in si_set_mutable_tex_desc_fields()
3379 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()
2572 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()
393 meta = tex->surface.u.gfx9.htile; in si_set_mutable_tex_desc_fields()