Lines Matching defs:resource
173 vb->buffer.resource = buffer;
838 /* Emit sampler view (texture resource) state */
1133 /* XXX: We may need to adjust the thread and stack resource
1235 struct pipe_resource *resource,
1244 (struct r600_resource_global*)resource;
1277 assert(resource->target == PIPE_BUFFER);
1278 assert(resource->bind & PIPE_BIND_GLOBAL);
1297 * resource rather than the struct r600_resource_global passed to
1298 * it as an argument and then initializes ptransfer->resource with
1299 * the memory pool resource (via pipe_buffer_map_range).