Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h335 struct r600_common_screen { struct
336 struct pipe_screen b;
337 struct radeon_winsys *ws;
338 enum radeon_family family;
339 enum chip_class chip_class;
340 struct radeon_info info;
341 uint64_t debug_flags;
342 bool has_cp_dma;
343 bool has_streamout;
345 struct disk_cache *disk_shader_cache;
[all …]