Lines Matching defs:slice
817 unsigned pitch, slice;
837 slice = (rtex->surface.u.legacy.level[level].nblk_x * rtex->surface.u.legacy.level[level].nblk_y) / 64;
838 if (slice) {
839 slice = slice - 1;
955 S_028060_SLICE_TILE_MAX(slice);
1046 unsigned level, pitch, slice, format, offset, array_mode;
1051 slice = (rtex->surface.u.legacy.level[level].nblk_x * rtex->surface.u.legacy.level[level].nblk_y) / 64;
1052 if (slice) {
1053 slice = slice - 1;
1073 surf->db_depth_size = S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice);
2885 /* linear height must be the same as the slice tile max height, it's ok even
2904 /* linear height must be the same as the slice tile max height, it's ok even