Home
last modified time | relevance | path

Searched refs:prt_tile_depth (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h333 uint16_t prt_tile_depth; member
Dac_surface.c725 surf->prt_tile_depth = AddrSurfInfoOut->depthAlign; in gfx6_compute_level()
1726 surf->prt_tile_depth = out.blockSlices; in gfx9_compute_miptree()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1357 surface->prt_tile_height * surface->prt_tile_depth * blks * samples; in si_texture_commit()
1358 unsigned depth_pitch = surface->u.gfx9.surf_slice_size * surface->prt_tile_depth; in si_texture_commit()
1362 unsigned z = box->z / surface->prt_tile_depth; in si_texture_commit()
1366 unsigned d = DIV_ROUND_UP(box->depth, surface->prt_tile_depth); in si_texture_commit()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3617 - ac/surface: add prt_tile_depth