Home
last modified time | relevance | path

Searched defs:r600_screen (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.h64 struct r600_screen { struct
65 struct pipe_screen screen;
66 struct radeon_winsys *ws;
67 unsigned family;
68 enum chip_class chip_class;
69 struct radeon_info info;
70 struct r600_tiling_info tiling_info;
71 struct util_slab_mempool pool_buffers;
72 struct r600_pipe_fences fences;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h157 struct r600_screen { struct
158 struct pipe_screen screen;
159 struct radeon_winsys *ws;
160 unsigned family;
161 enum chip_class chip_class;
162 struct radeon_info info;
163 bool has_streamout;
164 struct r600_tiling_info tiling_info;
165 struct r600_pipe_fences fences;
171 struct compute_memory_pool *global_pool;