Searched defs:r600_resource (Results 1 – 2 of 2) sorted by relevance
81 struct r600_resource { struct82 struct u_resource b;85 struct pb_buffer *buf;109 struct r600_resource *bo; argument
135 static INLINE struct r600_resource *r600_resource(struct pipe_resource *r) in r600_resource() function