Searched defs:nv50_miptree (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_resource.h46 struct nv50_miptree { struct
57 static INLINE struct nv50_miptree *
58 nv50_miptree(struct pipe_resource *pt) function
60 return (struct nv50_miptree *)pt;
66 nv50_miptree_init_layout_linear(struct nv50_miptree *mt);
114 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z);
140 nv50_surface_from_miptree(struct nv50_miptree *mt,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.h46 struct nv50_miptree { struct
57 static INLINE struct nv50_miptree *
58 nv50_miptree(struct pipe_resource *pt) function
60 return (struct nv50_miptree *)pt;
66 nv50_miptree_init_layout_linear(struct nv50_miptree *mt);
114 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z);
140 nv50_surface_from_miptree(struct nv50_miptree *mt,

Completed in 229 milliseconds