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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.h30 struct nv30_miptree { struct
41 static INLINE struct nv30_miptree *
42 nv30_miptree(struct pipe_resource *pt) function
44 return (struct nv30_miptree *)pt;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h30 struct nv30_miptree { struct
41 static INLINE struct nv30_miptree *
42 nv30_miptree(struct pipe_resource *pt) function
44 return (struct nv30_miptree *)pt;

Completed in 334 milliseconds