Searched defs:cayman_asic (Results 1 – 2 of 2) sorted by relevance
2100 struct cayman_asic { struct2101 unsigned max_shader_engines;2102 unsigned max_pipes_per_simd;2103 unsigned max_tile_pipes;2104 unsigned max_simds_per_se;2105 unsigned max_backends_per_se;2106 unsigned max_texture_channel_caches;2107 unsigned max_gprs;2108 unsigned max_threads;2109 unsigned max_gs_threads;[all …]
1660 static struct radeon_asic cayman_asic = { variable