Searched refs:surf_slice_size (Results 1 – 9 of 9) sorted by relevance
1761 surf->u.gfx9.surf_slice_size = out.sliceSize; in gfx9_compute_miptree()1778 surf->u.gfx9.surf_slice_size = in gfx9_compute_miptree()1779 MAX2(surf->u.gfx9.surf_slice_size, in gfx9_compute_miptree()1781 surf->surf_size = surf->u.gfx9.surf_slice_size * in->numSlices; in gfx9_compute_miptree()2911 unsigned slices = surf->surf_size / surf->u.gfx9.surf_slice_size; in ac_surface_override_offset_stride()2915 surf->u.gfx9.surf_slice_size = (uint64_t)pitch * surf->u.gfx9.surf_height * surf->bpe; in ac_surface_override_offset_stride()2916 surf->total_size = surf->surf_size = surf->u.gfx9.surf_slice_size * slices; in ac_surface_override_offset_stride()2973 layer * surf->u.gfx9.surf_slice_size; in ac_surface_get_plane_offset()3035 surf->surf_size, surf->u.gfx9.surf_slice_size, in ac_surface_print_info()
240 uint64_t surf_slice_size; member
144 *layer_stride = tex->surface.u.gfx9.surf_slice_size; in si_texture_get_offset()151 return tex->surface.u.gfx9.surf_offset + box->z * tex->surface.u.gfx9.surf_slice_size + in si_texture_get_offset()756 slice_size = tex->surface.u.gfx9.surf_slice_size; in si_texture_get_handle()1358 unsigned depth_pitch = surface->u.gfx9.surf_slice_size * surface->prt_tile_depth; in si_texture_commit()
159 unsigned linear_slice_pitch = ((uint64_t)linear->surface.u.gfx9.surf_slice_size) / bpp; in si_sdma_v4_v5_copy_texture()
1386 return surface->u.gfx9.surf_offset + layer * surface->u.gfx9.surf_slice_size; in texture_offset()
1943 luma->surface.u.gfx9.surf_offset + luma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()1945 chroma->surface.u.gfx9.surf_offset + chroma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
2448 pLayout->arrayPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()2449 pLayout->depthPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()2450 pLayout->size = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout()
1972 image->planes[0].surface.u.gfx9.surf_slice_size; in radv_GetImageSparseMemoryRequirements2()
4845 offset = surface->u.gfx9.surf_slice_size * layer + surface->u.gfx9.prt_level_offset[level]; in radv_sparse_image_bind_memory()