Searched refs:surf_slice_size (Results 1 – 7 of 7) sorted by relevance
163 uint64_t surf_slice_size; member
1398 surf->u.gfx9.surf_slice_size = out.sliceSize; in gfx9_compute_miptree()1415 surf->u.gfx9.surf_slice_size = in gfx9_compute_miptree()1416 MAX2(surf->u.gfx9.surf_slice_size, in gfx9_compute_miptree()1418 surf->surf_size = surf->u.gfx9.surf_slice_size * in->numSlices; in gfx9_compute_miptree()2466 surf->u.gfx9.surf_slice_size = (uint64_t)pitch * surf->u.gfx9.surf_height * surf->bpe; in ac_surface_override_offset_stride()
68 uint64_t dst_slice_pitch = ((uint64_t)sdst->surface.u.gfx9.surf_slice_size) / bpp; in si_sdma_v4_copy_texture()69 uint64_t src_slice_pitch = ((uint64_t)ssrc->surface.u.gfx9.surf_slice_size) / bpp; in si_sdma_v4_copy_texture()
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()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()
1870 pLayout->offset = plane->offset + level_offset + surface->u.gfx9.surf_slice_size * layer; in radv_GetImageSubresourceLayout()1886 pLayout->arrayPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()1887 pLayout->depthPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()1888 pLayout->size = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()
1044 luma->surface.u.gfx9.surf_offset + luma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()1046 chroma->surface.u.gfx9.surf_offset + chroma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
1387 return surface->u.gfx9.surf_offset + layer * surface->u.gfx9.surf_slice_size; in texture_offset()