Searched refs:nv50_mt_zslice_offset (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.h | 125 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z);
|
D | nv50_miptree.c | 447 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset() function 519 ns->offset += nv50_mt_zslice_offset(mt, l, z); in nv50_miptree_surface_new()
|
D | nv50_compute.c | 432 address += nv50_mt_zslice_offset(mt, view->u.tex.level, 0); in nv50_compute_validate_surfaces()
|
D | nv50_surface.c | 110 offset += nv50_mt_zslice_offset(mt, level, layer); in nv50_2d_texture_set()
|