HomeSort by relevance Sort by last modified time
    Searched defs:nv50_miptree (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.h 46 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/
nv50_resource.h 46 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 30 milliseconds