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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h27 struct nv04_resource { struct
47 nouveau_buffer_release_gpu_storage(struct nv04_resource *);
50 nouveau_buffer_download(struct nouveau_context *, struct nv04_resource *,
55 struct nv04_resource *, unsigned domain);
58 nouveau_resource_map_offset(struct nouveau_context *, struct nv04_resource *,
62 nouveau_resource_unmap(struct nv04_resource *res)
67 static INLINE struct nv04_resource *
68 nv04_resource(struct pipe_resource *resource) function
70 return (struct nv04_resource *)resource;
77 return nv04_resource(resourc
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h27 struct nv04_resource { struct
47 nouveau_buffer_release_gpu_storage(struct nv04_resource *);
50 nouveau_buffer_download(struct nouveau_context *, struct nv04_resource *,
55 struct nv04_resource *, unsigned domain);
58 nouveau_resource_map_offset(struct nouveau_context *, struct nv04_resource *,
62 nouveau_resource_unmap(struct nv04_resource *res)
67 static INLINE struct nv04_resource *
68 nv04_resource(struct pipe_resource *resource) function
70 return (struct nv04_resource *)resource;
77 return nv04_resource(resourc
[all...]

Completed in 2531 milliseconds