Searched refs:stride_3d (Results 1 – 2 of 2) sorted by relevance
472 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nvc0_mt_zslice_offset() local474 return (z & (1 << (tds - 1))) * stride_2d + (z >> tds) * stride_3d; in nvc0_mt_zslice_offset()
459 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nv50_mt_zslice_offset() local461 return (z & ((1 << tds) - 1)) * stride_2d + (z >> tds) * stride_3d; in nv50_mt_zslice_offset()