Home
last modified time | relevance | path

Searched refs:nv50_mt_zslice_offset (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.h122 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z);
Dnv50_miptree.c445 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset() function
517 ns->offset += nv50_mt_zslice_offset(mt, l, z); in nv50_miptree_surface_new()
Dnv50_surface.c110 offset += nv50_mt_zslice_offset(mt, level, layer); in nv50_2d_texture_set()