Lines Matching refs:gfx9
251 va += image->surface.u.gfx9.stencil_offset; in si_set_mutable_tex_desc_fields()
253 va += image->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
288 state[3] |= S_008F1C_SW_MODE(image->surface.u.gfx9.stencil.swizzle_mode); in si_set_mutable_tex_desc_fields()
289 state[4] |= S_008F20_PITCH_GFX9(image->surface.u.gfx9.stencil.epitch); in si_set_mutable_tex_desc_fields()
291 state[3] |= S_008F1C_SW_MODE(image->surface.u.gfx9.surf.swizzle_mode); in si_set_mutable_tex_desc_fields()
292 state[4] |= S_008F20_PITCH_GFX9(image->surface.u.gfx9.surf.epitch); in si_set_mutable_tex_desc_fields()
302 meta = image->surface.u.gfx9.dcc; in si_set_mutable_tex_desc_fields()
304 meta = image->surface.u.gfx9.htile; in si_set_mutable_tex_desc_fields()
323 unsigned nr_layers, unsigned nr_samples, bool is_storage_image, bool gfx9) in radv_tex_dim() argument
329 if (gfx9 && image_type == VK_IMAGE_TYPE_1D) in radv_tex_dim()
557 fmask_state[3] |= S_008F1C_SW_MODE(image->surface.u.gfx9.fmask.swizzle_mode); in si_make_texture_descriptor()
559 S_008F20_PITCH_GFX9(image->surface.u.gfx9.fmask.epitch); in si_make_texture_descriptor()
560 fmask_state[5] |= S_008F24_META_PIPE_ALIGNED(image->surface.u.gfx9.cmask.pipe_aligned) | in si_make_texture_descriptor()
561 S_008F24_META_RB_ALIGNED(image->surface.u.gfx9.cmask.rb_aligned); in si_make_texture_descriptor()
632 metadata->u.gfx9.swizzle_mode = surface->u.gfx9.surf.swizzle_mode; in radv_init_metadata()
663 out->alignment = image->surface.u.gfx9.fmask_alignment; in radv_image_get_fmask_info()
664 out->size = image->surface.u.gfx9.fmask_size; in radv_image_get_fmask_info()
732 out->alignment = image->surface.u.gfx9.cmask_alignment; in radv_image_get_cmask_info()
733 out->size = image->surface.u.gfx9.cmask_size; in radv_image_get_cmask_info()
1250 pLayout->offset = surface->u.gfx9.offset[level] + surface->u.gfx9.surf_slice_size * layer; in radv_GetImageSubresourceLayout()
1251 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe; in radv_GetImageSubresourceLayout()
1252 pLayout->arrayPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()
1253 pLayout->depthPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()
1254 pLayout->size = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()