Searched defs:r300_resource (Results 1 – 2 of 2) sorted by relevance
395 struct r300_resource struct397 struct u_resource b;400 struct pb_buffer *buf;401 struct radeon_winsys_cs_handle *cs_buf;402 enum radeon_bo_domain domain;406 uint8_t *malloced_buffer;409 struct r300_texture_desc tex;413 unsigned surface_level;644 static INLINE struct r300_resource* r300_resource(struct pipe_resource* tex) in r300_resource() function