Lines Matching defs:mt
38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) in nv50_mt_choose_storage_type()
115 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_destroy() local
130 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_get_handle() local
157 nv50_miptree_init_ms_mode(struct nv50_miptree *mt) in nv50_miptree_init_ms_mode()
186 nv50_miptree_init_layout_linear(struct nv50_miptree *mt) in nv50_miptree_init_layout_linear()
207 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt) in nv50_miptree_init_layout_tiled()
258 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nv50_miptree_create() local
309 struct nv50_miptree *mt; in nv50_miptree_from_handle() local
347 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset()
370 nv50_surface_from_miptree(struct nv50_miptree *mt, in nv50_surface_from_miptree()
408 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_surface_new() local