Searched refs:prt_tile_depth (Results 1 – 4 of 4) sorted by relevance
333 uint16_t prt_tile_depth; member
725 surf->prt_tile_depth = AddrSurfInfoOut->depthAlign; in gfx6_compute_level()1726 surf->prt_tile_depth = out.blockSlices; in gfx9_compute_miptree()
1357 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()
3617 - ac/surface: add prt_tile_depth