Searched defs:cayman_asic (Results 1 – 2 of 2) sorted by relevance
2136 struct cayman_asic { struct2137 unsigned max_shader_engines;2138 unsigned max_pipes_per_simd;2139 unsigned max_tile_pipes;2140 unsigned max_simds_per_se;2141 unsigned max_backends_per_se;2142 unsigned max_texture_channel_caches;2143 unsigned max_gprs;2144 unsigned max_threads;2145 unsigned max_gs_threads;[all …]
1677 static struct radeon_asic cayman_asic = { variable