• Home
  • Raw
  • Download

Lines Matching refs:gfx9

1934 	    rtex->surface.u.gfx9.resource_type == RADEON_RESOURCE_2D) {  in si_tex_dim()
2489 S_028C74_RESOURCE_TYPE(rtex->surface.u.gfx9.resource_type); in si_initialize_color_surface()
2527 assert(rtex->surface.u.gfx9.surf_offset == 0); in si_init_depth_surface()
2530 rtex->surface.u.gfx9.stencil_offset) >> 8; in si_init_depth_surface()
2533 S_028038_SW_MODE(rtex->surface.u.gfx9.surf.swizzle_mode) | in si_init_depth_surface()
2536 S_02803C_SW_MODE(rtex->surface.u.gfx9.stencil.swizzle_mode); in si_init_depth_surface()
2537 surf->db_z_info2 = S_028068_EPITCH(rtex->surface.u.gfx9.surf.epitch); in si_init_depth_surface()
2538 surf->db_stencil_info2 = S_02806C_EPITCH(rtex->surface.u.gfx9.stencil.epitch); in si_init_depth_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()
3032 meta = tex->surface.u.gfx9.dcc; in si_emit_framebuffer_state()
3034 meta = tex->surface.u.gfx9.cmask; in si_emit_framebuffer_state()
3037 cb_color_base += tex->surface.u.gfx9.surf_offset >> 8; in si_emit_framebuffer_state()
3041 cb_color_attrib |= S_028C74_COLOR_SW_MODE(tex->surface.u.gfx9.surf.swizzle_mode) | in si_emit_framebuffer_state()
3042 S_028C74_FMASK_SW_MODE(tex->surface.u.gfx9.fmask.swizzle_mode) | in si_emit_framebuffer_state()
3064 S_0287A0_EPITCH(tex->surface.u.gfx9.surf.epitch)); in si_emit_framebuffer_state()
3801 fmask_state[3] |= S_008F1C_SW_MODE(tex->surface.u.gfx9.fmask.swizzle_mode); in si_make_texture_descriptor()
3803 S_008F20_PITCH_GFX9(tex->surface.u.gfx9.fmask.epitch); in si_make_texture_descriptor()
3804 fmask_state[5] |= S_008F24_META_PIPE_ALIGNED(tex->surface.u.gfx9.cmask.pipe_aligned) | in si_make_texture_descriptor()
3805 S_008F24_META_RB_ALIGNED(tex->surface.u.gfx9.cmask.rb_aligned); in si_make_texture_descriptor()