Lines Matching defs:resource
13 * resource->data has not been updated to reflect modified VRAM contents
15 * USER_MEMORY: resource->data is a pointer to client memory and may change
31 * The address of a resource will lie within the nouveau_bo referenced,
39 uint8_t *data; /* resource's contents, if domain == 0, or cached */
89 nv04_resource(struct pipe_resource *resource)
91 return (struct nv04_resource *)resource;
94 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */
96 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource)
98 return nv04_resource(resource)->domain != 0;
120 struct pipe_resource *resource);
132 struct pipe_resource *resource,