Home
last modified time | relevance | path

Searched refs:prt_tile_depth (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_surface.h333 uint16_t prt_tile_depth; member
H A 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/
H A 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()

Completed in 12 milliseconds