Searched refs:stride_3d (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c420 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; local in function:nvc0_mt_zslice_offset
422 return (z & (1 << (tds - 1))) * stride_2d + (z >> tds) * stride_3d;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c459 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; local in function:nv50_mt_zslice_offset
461 return (z & ((1 << tds) - 1)) * stride_2d + (z >> tds) * stride_3d;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c461 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; local in function:nv50_mt_zslice_offset
463 return (z & ((1 << tds) - 1)) * stride_2d + (z >> tds) * stride_3d;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c569 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; local in function:nvc0_mt_zslice_offset
571 return (z & (1 << (tds - 1))) * stride_2d + (z >> tds) * stride_3d;

Completed in 4 milliseconds