Home | History | Annotate | Download | only in nv50

Lines Matching refs:nv50_miptree

68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed)
164 struct nv50_miptree *mt = nv50_miptree(pt);
186 struct nv50_miptree *mt = nv50_miptree(pt);
210 nv50_miptree_init_ms_mode(struct nv50_miptree *mt)
239 nv50_miptree_init_layout_linear(struct nv50_miptree *mt, unsigned pitch_align)
265 nv50_miptree_init_layout_video(struct nv50_miptree *mt)
287 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt)
339 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree);
405 struct nv50_miptree *mt;
416 mt = CALLOC_STRUCT(nv50_miptree);
445 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z)
468 nv50_surface_from_miptree(struct nv50_miptree *mt,
506 struct nv50_miptree *mt = nv50_miptree(pt);