Searched defs:r600_perfcounters (Results 1 – 1 of 1) sorted by relevance
255 struct r600_perfcounters { struct256 unsigned num_groups;257 unsigned num_blocks;258 struct r600_perfcounter_block *blocks;260 unsigned num_start_cs_dwords;261 unsigned num_stop_cs_dwords;262 unsigned num_instance_cs_dwords;263 unsigned num_shaders_cs_dwords;265 unsigned num_shader_types;266 const char * const *shader_type_suffixes;[all …]