• Home
  • Raw
  • Download

Lines Matching refs:gfx9

186       *stride = tex->surface.u.gfx9.surf_pitch * tex->surface.bpe;  in si_texture_get_offset()
187 *layer_stride = tex->surface.u.gfx9.surf_slice_size; in si_texture_get_offset()
194 return tex->surface.u.gfx9.surf_offset + box->z * tex->surface.u.gfx9.surf_slice_size + in si_texture_get_offset()
195 tex->surface.u.gfx9.offset[level] + in si_texture_get_offset()
196 (box->y / tex->surface.blk_h * tex->surface.u.gfx9.surf_pitch + in si_texture_get_offset()
316 surface->u.gfx9.surf.swizzle_mode = ADDR_SW_64KB_R_X; in si_init_surface()
612 *value = tex->surface.u.gfx9.surf_pitch * tex->surface.bpe; in si_resource_get_param()
621 *value = tex->surface.u.gfx9.surf_offset + layer * tex->surface.u.gfx9.surf_slice_size; in si_resource_get_param()
747 slice_size = tex->surface.u.gfx9.surf_slice_size; in si_texture_get_handle()
846 tex->surface.surf_size, tex->surface.u.gfx9.surf_slice_size, in si_print_texture_info()
847 tex->surface.surf_alignment, tex->surface.u.gfx9.surf.swizzle_mode, in si_print_texture_info()
848 tex->surface.u.gfx9.surf.epitch, tex->surface.u.gfx9.surf_pitch); in si_print_texture_info()
855 tex->surface.fmask_alignment, tex->surface.u.gfx9.fmask.swizzle_mode, in si_print_texture_info()
856 tex->surface.u.gfx9.fmask.epitch); in si_print_texture_info()
879 tex->surface.u.gfx9.display_dcc_pitch_max, tex->surface.num_dcc_levels); in si_print_texture_info()
882 if (tex->surface.u.gfx9.stencil_offset) { in si_print_texture_info()
884 tex->surface.u.gfx9.stencil_offset, tex->surface.u.gfx9.stencil.swizzle_mode, in si_print_texture_info()
885 tex->surface.u.gfx9.stencil.epitch); in si_print_texture_info()
1162 tex->surface.u.gfx9.display_dcc_size, DCC_CLEAR_COLOR_1111); in si_texture_create_object()
1169 bool use_uint16 = tex->surface.u.gfx9.dcc_retile_use_uint16; in si_texture_create_object()
1170 unsigned num_elements = tex->surface.u.gfx9.dcc_retile_num_elements; in si_texture_create_object()
1184 memcpy(map, tex->surface.u.gfx9.dcc_retile_map, dcc_retile_map_size); in si_texture_create_object()