Home | History | Annotate | Download | only in r600

Lines Matching full:slice

1246 	unsigned pitch, slice;
1267 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1268 if (slice) {
1269 slice = slice - 1;
1412 surf->cb_color_slice = S_028C68_SLICE_TILE_MAX(slice);
1427 surf->cb_color_fmask_slice = S_028C88_TILE_MAX(slice);
1440 unsigned level, pitch, slice, format, array_mode;
1450 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1451 if (slice) {
1452 slice = slice - 1;
1490 surf->db_depth_slice = S_02805C_SLICE_TILE_MAX(slice);