Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.h45 nvc0_mt_zslice_offset(const struct nv50_miptree *, unsigned l, unsigned z);
Dnvc0_miptree.c328 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nvc0_mt_zslice_offset() function
Dnvc0_surface.c105 offset += nvc0_mt_zslice_offset(mt, level, layer); in nvc0_2d_texture_set()