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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.h 27 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(resource)->domain != 0
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 27 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(resource)->domain != 0
    [all...]

Completed in 1404 milliseconds