HomeSort by relevance Sort by last modified time
    Searched refs:nvc0_mt_zslice_offset (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.h 45 nvc0_mt_zslice_offset(const struct nv50_miptree *, unsigned l, unsigned z);
nvc0_miptree.c 329 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) function
nvc0_tex.c 1033 address += nvc0_mt_zslice_offset(mt, view->u.tex.level, z)
    [all...]
nvc0_transfer.c 425 offset += nvc0_mt_zslice_offset(mt, level, box->z);
nvc0_surface.c 113 offset += nvc0_mt_zslice_offset(mt, level, layer);
    [all...]

Completed in 203 milliseconds