Home
last modified time | relevance | path

Searched refs:surf_slice_size (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.c1761 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()
Dac_surface.h240 uint64_t surf_slice_size; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c144 *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()
Dsi_sdma_copy_image.c159 unsigned linear_slice_pitch = ((uint64_t)linear->surface.u.gfx9.surf_slice_size) / bpp; in si_sdma_v4_v5_copy_texture()
Dradeon_uvd.c1386 return surface->u.gfx9.surf_offset + layer * surface->u.gfx9.surf_slice_size; in texture_offset()
Dradeon_vcn_dec.c1943 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c2448 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()
Dradv_formats.c1972 image->planes[0].surface.u.gfx9.surf_slice_size; in radv_GetImageSparseMemoryRequirements2()
Dradv_device.c4845 offset = surface->u.gfx9.surf_slice_size * layer + surface->u.gfx9.prt_level_offset[level]; in radv_sparse_image_bind_memory()