Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.h138 uint64_t surf_slice_size; member
Dac_surface.c886 surf->u.gfx9.surf_slice_size = out.sliceSize; in gfx9_compute_miptree()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c1250 pLayout->offset = surface->u.gfx9.offset[level] + surface->u.gfx9.surf_slice_size * layer; 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c189 *layer_stride = rtex->surface.u.gfx9.surf_slice_size; in r600_texture_get_offset()
196 return box->z * rtex->surface.u.gfx9.surf_slice_size + in r600_texture_get_offset()
306 surface->u.gfx9.surf_slice_size = in r600_init_surface()
751 slice_size = rtex->surface.u.gfx9.surf_slice_size; in r600_texture_get_handle()
1064 rtex->surface.u.gfx9.surf_slice_size, in si_print_texture_info()
Dradeon_vcn_dec.c675 luma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
677 chroma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
Dradeon_uvd.c1537 layer * surface->u.gfx9.surf_slice_size; in texture_offset()