Searched defs:r600_perfcounters (Results 1 – 1 of 1) sorted by relevance
235 struct r600_perfcounters { struct236 unsigned num_groups;237 unsigned num_blocks;238 struct r600_perfcounter_block *blocks;240 unsigned num_start_cs_dwords;241 unsigned num_stop_cs_dwords;242 unsigned num_instance_cs_dwords;243 unsigned num_shaders_cs_dwords;245 unsigned num_shader_types;246 const char * const *shader_type_suffixes;[all …]